2020-10-13 05:39:53 +00:00
|
|
|
title: System Network Discovery - Linux
|
2020-10-14 03:09:37 +00:00
|
|
|
id: e7bd1cfa-b446-4c88-8afb-403bcd79e3fa
|
2020-10-08 04:02:03 +00:00
|
|
|
status: experimental
|
2020-10-14 03:09:37 +00:00
|
|
|
description: Detects enumeration of local network configuration
|
2020-10-08 04:02:03 +00:00
|
|
|
author: remotephone, oscd.community
|
|
|
|
date: 2020/10/06
|
|
|
|
references:
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1016/T1016.md
|
|
|
|
logsource:
|
2020-10-12 03:43:28 +00:00
|
|
|
category: process_creation
|
2020-10-08 04:02:03 +00:00
|
|
|
product: unix
|
|
|
|
detection:
|
2020-10-12 03:43:28 +00:00
|
|
|
selection:
|
2020-10-13 05:39:53 +00:00
|
|
|
ProcessName:
|
|
|
|
- '/usr/bin/firewall-cmd'
|
|
|
|
- '/usr/sbin/ufw'
|
|
|
|
- '/usr/sbin/iptables'
|
|
|
|
- '/usr/bin/netstat'
|
|
|
|
- '/usr/bin/ss'
|
|
|
|
- '/usr/sbin/ip'
|
|
|
|
- '/usr/sbin/ifconfig'
|
2020-10-12 03:43:28 +00:00
|
|
|
condition: selection
|
2020-10-08 04:02:03 +00:00
|
|
|
falsepositives:
|
|
|
|
- Legitimate administration activities
|
|
|
|
level: low
|
|
|
|
tags:
|
|
|
|
- attack.discovery
|
2020-10-13 05:39:53 +00:00
|
|
|
- attack.t1016
|