Skip to content

Commit

Permalink
Create proc_creation_macos_enable_guest_account.yml (SigmaHQ#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rkCiph3r authored Feb 20, 2023
1 parent f9a73c7 commit d0af939
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: Guest Account Enabled Via Sysadminctl
id: d7329412-13bd-44ba-a072-3387f804a106
status: experimental
description: Detects attempts to enable the guest account using the sysadminctl utility
references:
- https://ss64.com/osx/sysadminctl.html
author: Sohan G (D4rkCiph3r)
date: 2023/02/18
tags:
- attack.initial_access
- attack.t1078
- attack.t1078.001
logsource:
category: process_creation
product: macos
detection:
selection:
Image|endswith: '/sysadminctl'
CommandLine|contains|all:
# By default the guest account is not active
- ' -guestAccount'
- ' on'
condition: selection
falsepositives:
- Unknown
level: low

0 comments on commit d0af939

Please sign in to comment.