Skip to content

Commit

Permalink
Merge PR #4987 from @peterydzynski - Fix `System Network Discovery - …
Browse files Browse the repository at this point in the history
…macOS`

fix: System Network Discovery - macOS  -  Add additional filter for `wifivelocityd`
 
---------

Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
  • Loading branch information
peterydzynski and nasbench authored Aug 29, 2024
1 parent 2851ef5 commit 9c7b8bc
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,29 @@ references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1016/T1016.md
author: remotephone, oscd.community
date: 2020-10-06
modified: 2022-12-28
modified: 2024-08-29
tags:
- attack.discovery
- attack.t1016
logsource:
product: macos
category: process_creation
detection:
selection1:
selection_1:
Image|endswith:
- '/netstat'
- '/arp'
- '/ifconfig'
- '/socketfilterfw'
- '/netstat'
- '/networksetup'
- '/arp'
selection2:
- '/socketfilterfw'
selection_2:
Image: '/usr/bin/defaults'
CommandLine|contains|all:
- 'read'
- '/Library/Preferences/com.apple.alf'
condition: 1 of selection*
- 'read'
filter_main_wifivelocityd:
ParentImage|endswith: '/wifivelocityd'
condition: 1 of selection_* and not 1 of filter_main_*
falsepositives:
- Legitimate administration activities
level: informational

0 comments on commit 9c7b8bc

Please sign in to comment.