Files
blue-team-tools/rules/linux/process_creation/lnx_system_network_discovery.yml
T

34 lines
838 B
YAML
Raw Normal View History

title: System Network Discovery - Linux
id: e7bd1cfa-b446-4c88-8afb-403bcd79e3fa
2021-11-27 11:33:14 +01:00
status: test
description: Detects enumeration of local network configuration
2020-10-16 22:02:58 -05:00
author: Ömer Günal and remotephone, oscd.community
2020-10-07 23:02:03 -05:00
references:
2021-11-27 11:33:14 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1016/T1016.md
date: 2020/10/06
modified: 2021/11/27
2020-10-07 23:02:03 -05:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: linux
2020-10-07 23:02:03 -05:00
detection:
2021-11-27 11:33:14 +01:00
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-07 23:02:03 -05:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Legitimate administration activities
2021-04-03 00:00:43 +02:00
level: informational
2020-10-07 23:02:03 -05:00
tags:
2021-11-27 11:33:14 +01:00
- attack.discovery
- attack.t1016