SNMP Targeted OID Enumeration
Targeted walks extract precise details. Use v2c bulk for speed on large responses.
Info | OID |
System info | 1.3.6.1.2.1.1 |
Network interfaces | 1.3.6.1.2.1.2.2.1.2 |
Running processes | 1.3.6.1.2.1.25.4.2.1.2 |
Installed software | 1.3.6.1.2.1.25.6.3.1.2 |
Windows user accounts | 1.3.6.1.4.1.77.1.2.25 |
TCP connections | 1.3.6.1.2.1.6.13.1.1 |
System and Host Details
Basic system MIB:
Pulls description, uptime, contact, hostname. Version and OS hints guide fingerprinting.
Windows User Accounts
Microsoft user OID:
Lists local usernames on Windows hosts. Valid accounts feed credential attacks.
Running Processes and Software
Processes:
Paths and names reveal services or vulnerabilities.
Installed software:
Package names and versions for patching gaps.
Network Interfaces and Connections
Interfaces:
Descriptions and IPs; leaks internal networks.
TCP connections:
Local/remote ports and IPs map listening services.
Routing table:
Internal routes expose network topology.
Fallback to v1 if v2c rejected:
References
-
snmp-info NSE scriptnmap.org/nsedoc/scripts/snmp-info.html (opens in new tab)
System description and uptime
-
snmp-processes NSE scriptnmap.org/nsedoc/scripts/snmp-processes.html (opens in new tab)
Running process enumeration
-
snmp-interfaces NSE scriptnmap.org/nsedoc/scripts/snmp-interfaces.html (opens in new tab)
Network interface details
-
snmp-netstat NSE scriptnmap.org/nsedoc/scripts/snmp-netstat.html (opens in new tab)
TCP/UDP connection listing
Was this helpful?
Your feedback helps improve this page.