mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
32 lines
988 B
YAML
32 lines
988 B
YAML
rule:
|
|
meta:
|
|
name: get networking interfaces
|
|
namespace: host-interaction/network/interface
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- joakim@intezer.com
|
|
- anushka.virgaonkar@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
att&ck:
|
|
- Discovery::System Network Configuration Discovery [T1016]
|
|
examples:
|
|
- B7841B9D5DC1F511A93CC7576672EC0C:0x1000EBF0
|
|
features:
|
|
- or:
|
|
- and:
|
|
- os: windows
|
|
- api: iphlpapi.GetIfTable
|
|
- api: iphlpapi.GetAdaptersInfo
|
|
- and:
|
|
- os: linux
|
|
- api: getifaddrs
|
|
- and:
|
|
- or:
|
|
- api: System.Net.NetworkInformation.NetworkInterface::GetIPProperties
|
|
- api: System.Net.NetworkInformation.NetworkInterface::GetIPStatistics
|
|
- api: System.Net.NetworkInformation.NetworkInterface::GetIPv4Statistics
|
|
- optional:
|
|
- api: System.Net.NetworkInformation.NetworkInterface::GetAllNetworkInterfaces
|