To discover active devices and open ports on the local network using Nmap and understand potential security exposure.
- Nmap 7.99
- Windows Command Prompt
192.168.31.0/24
nmap -T4 -F 192.168.31.0/24| Port | Service |
|---|---|
| 53 | DNS |
| 80 | HTTP |
| 443 | HTTPS |
| 7443 | Oracle AS HTTPS |
| 8080 | HTTP Proxy |
| 8443 | HTTPS Alternate |
| Port | Service |
|---|---|
| 8000 | HTTP Alternate |
| 9010 | SDR |
| Port | Service |
|---|---|
| 80 | HTTP |
| 443 | HTTPS |
| 4443 | Pharos |
| 7676 | IMQ Broker |
| Port | Service |
|---|---|
| 2869 | ICSLAP |
| Port | State | Service |
|---|---|---|
| 135 | Open | MSRPC |
| 139 | Open | NetBIOS Session Service |
| 445 | Open | Microsoft-DS |
| 2968 | Open | ENPP |
| 25 | Filtered | SMTP |
| 110 | Filtered | POP3 |
| 548 | Filtered | AFP |
Used for domain name resolution. Misconfigured DNS services may be abused for attacks.
Transmits data without encryption. Sensitive information may be exposed.
Encrypted web communication. Generally secure when properly configured.
Used for Windows file sharing. Frequently targeted by malware and ransomware if exposed.
Can reveal network information and should not be exposed to untrusted networks.
Alternative web service port. Should be monitored and secured.
- Multiple web services exposed on the router.
- Windows file sharing ports (139 and 445) open on the host machine.
- Several IoT devices expose services that should be monitored.
- Unnecessary services increase attack surface.
Successfully scanned the local network using Nmap and identified active hosts and open ports. The scan provided insight into network exposure and potential security risks associated with publicly accessible services.