Possible Macos Remote System Enumeration (via process_creation)

This rule detects the enumeration of other remote systems.

SigmainformationalmacOSv1
sigma
title: Possible Macos Remote System Enumeration (via process_creation)
id: 841f1909-5c83-5da5-9558-914b5389f05e
status: stable
description: This rule detects the enumeration of other remote systems.
references:
    - https://attack.mitre.org/techniques/T1018/
    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1018/T1018.md
author: Huntrule Team
date: 2026-07-02
tags:
    - attack.discovery
    - attack.t1018
logsource:
    category: process_creation
    product: macos
detection:
    selection_1:
        Image|endswith: '/arp'
        CommandLine|contains: '-a'
    selection_2:
        Image|endswith: '/ping'
        CommandLine|contains:
            - ' 10.'
            - ' 192.168.'
            - ' 172.16.'
            - ' 172.17.'
            - ' 172.18.'
            - ' 172.19.'
            - ' 172.20.'
            - ' 172.21.'
            - ' 172.22.'
            - ' 172.23.'
            - ' 172.24.'
            - ' 172.25.'
            - ' 172.26.'
            - ' 172.27.'
            - ' 172.28.'
            - ' 172.29.'
            - ' 172.30.'
            - ' 172.31.'
            - ' 127.'
            - ' 169.254.'
    condition: 1 of selection*
falsepositives:
    - Unknown
level: informational

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.