mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
22 lines
529 B
YAML
22 lines
529 B
YAML
rule:
|
|
meta:
|
|
name: get networking interfaces
|
|
namespace: host-interaction/network/interface
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- joakim@intezer.com
|
|
scope: function
|
|
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
|