Skip to content

Commit

Permalink
Fix macos category
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Nov 11, 2021
1 parent 8b419b8 commit 735e5ea
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status: experimental
description: Detects deletion of local audit logs
author: remotephone, oscd.community
date: 2020/10/11
modified: 2021/08/14
modified: 2021/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1070.002/T1070.002.md
logsource:
Expand All @@ -16,7 +16,7 @@ detection:
selection2:
CommandLine|contains: '/var/log'
selection3:
Commandline|contains|all:
CommandLine|contains|all:
- '/Users/'
- '/Library/Logs/'
condition: selection1 and (selection2 or selection3)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: experimental
description: Detects attempts to use system dialog prompts to capture user credentials
author: remotephone, oscd.community
date: 2020/10/13
modified: 2021/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1056.002/T1056.002.md
- https://scriptingosx.com/2018/08/user-interaction-from-bash-scripts/
Expand All @@ -15,13 +16,13 @@ detection:
Image:
- '/usr/sbin/osascript'
selection2:
Commandline|contains|all:
CommandLine|contains|all:
- '-e'
- 'display'
- 'dialog'
- 'answer'
selection3:
Commandline|contains:
CommandLine|contains:
- 'admin'
- 'administrator'
- 'authenticate'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ detection:
- '/usr/sbin/arp'
selection2:
Image: '/usr/bin/defaults'
Commandline|contains|all:
CommandLine|contains|all:
- 'read'
- '/Library/Preferences/com.apple.alf'
condition: selection1 or selection2
Expand Down

0 comments on commit 735e5ea

Please sign in to comment.