SigmaHQ/rules/linux/macos_network_service_scanning.yml
2020-10-21 09:41:40 +02:00

35 lines
820 B
YAML

title: MacOS Network Service Scanning
id: 84bae5d4-b518-4ae0-b331-6d4afd34d00f
status: experimental
description: Detects enumeration of local or remote network services.
author: Alejandro Ortuno, oscd.community
date: 2020/10/21
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1046/T1046.md
logsource:
category: process_creation
product: macos
detection:
selection_1:
CommandLine|contains:
- '/dev/tcp/'
selection_2:
ProcessName|endswith:
- '/cat'
selection_3:
ProcessName|endswith:
- '/nmap'
selection_4:
ProcessName|endswith:
- '/telnet'
selection_5:
ProcessName|endswith:
- '/nc'
condition: 1 of them
falsepositives:
- Legitimate administration activities
level: medium
tags:
- attack.discovery
- attack.t1046