SigmaHQ/rules/linux/lnx_system_network_discovery.yml

33 lines
905 B
YAML
Raw Normal View History

title: System Network Discovery - Linux
id: e7bd1cfa-b446-4c88-8afb-403bcd79e3fa
2020-10-08 04:02:03 +00:00
status: experimental
description: Detects enumeration of local network configuration
2020-10-17 03:02:58 +00:00
author: Ömer Günal and remotephone, oscd.community
2020-10-08 04:02:03 +00:00
date: 2020/10/06
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1016/T1016.md
logsource:
category: process_creation
product: linux
2020-10-08 04:02:03 +00:00
detection:
selection1:
Image|endswith:
- '/firewall-cmd'
- '/ufw'
- '/iptables'
- '/netstat'
- '/ss'
- '/ip'
- '/ifconfig'
- '/systemd-resolve'
- '/route'
selection2:
CommandLine|contains: '/etc/resolv.conf'
condition: selection1 or selection2
2020-10-08 04:02:03 +00:00
falsepositives:
- Legitimate administration activities
2021-04-02 22:00:43 +00:00
level: informational
2020-10-08 04:02:03 +00:00
tags:
- attack.discovery
2020-10-14 03:44:02 +00:00
- attack.t1016