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-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:
|
2020-10-12 03:43:28 +00:00
|
|
|
category: process_creation
|
2021-02-24 22:57:26 +00:00
|
|
|
product: linux
|
2020-10-08 04:02:03 +00:00
|
|
|
detection:
|
2020-10-17 03:01:44 +00:00
|
|
|
selection1:
|
2021-02-24 22:57:26 +00:00
|
|
|
Image|endswith:
|
2020-10-17 02:54:41 +00:00
|
|
|
- '/firewall-cmd'
|
|
|
|
- '/ufw'
|
|
|
|
- '/iptables'
|
|
|
|
- '/netstat'
|
|
|
|
- '/ss'
|
|
|
|
- '/ip'
|
|
|
|
- '/ifconfig'
|
2020-10-17 03:01:44 +00:00
|
|
|
- '/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
|