SigmaHQ/rules/linux/macos_network_service_scanning.yml

29 lines
703 B
YAML
Raw Normal View History

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:
ProcessName|endswith:
- '/nmap'
2020-10-29 08:58:58 +00:00
selection_2:
ProcessName|endswith:
- '/telnet'
2020-10-29 08:58:58 +00:00
selection_3:
ProcessName|endswith:
- '/nc'
condition: 1 of them
falsepositives:
- Legitimate administration activities
level: medium
tags:
- attack.discovery
- attack.t1046