Currently viewing ATT&CK v8.2 which was live between October 27, 2020 and April 28, 2021. Learn more about the versioning system or see the live site.

Data from Configuration Repository: SNMP (MIB Dump)

ID Name
T1602.001 SNMP (MIB Dump)
T1602.002 Network Device Configuration Dump

Adversaries may target the Management Information Base (MIB) to collect and/or mine valuable information in a network managed using Simple Network Management Protocol (SNMP).

The MIB is a configuration repository that stores variable information accessible via SNMP in the form of object identifiers (OID). Each OID identifies a variable that can be read or set and permits active management tasks, such as configuration changes, through remote modification of these variables. SNMP can give administrators great insight in their systems, such as, system information, description of hardware, physical location, and software packages[1]. The MIB may also contain device operational information, including running configuration, routing table, and interface details.

Adversaries may use SNMP queries to collect MIB content directly from SNMP-managed devices in order to collect network information that allows the adversary to build network maps and facilitate future targeted exploitation.[2][3]

ID: T1602.001
Sub-technique of:  T1602
Tactic: Collection
Platforms: Network
Permissions Required: Administrator
Data Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture
Version: 1.0
Created: 19 October 2020
Last Modified: 22 October 2020

Mitigations

Mitigation Description
Encrypt Sensitive Information

Configure SNMPv3 to use the highest level of security (authPriv) available.[4]

Filter Network Traffic

Apply extended ACLs to block unauthorized protocols outside the trusted network.[4]

Network Intrusion Prevention

Configure intrusion prevention devices to detect SNMP queries and commands from unauthorized sources.[2]

Network Segmentation

Segregate SNMP traffic on a separate management network.[4]

Software Configuration

Allowlist MIB objects and implement SNMP views.[5]

Update Software

Keep system images and software updated and migrate to SNMPv3.[3]

Detection

Identify network traffic sent or received by untrusted hosts or networks that expose MIB content or use unauthorized protocols.[6]

References