Skip to content

Commit

Permalink
Fix to get user ID in rule 89603
Browse files Browse the repository at this point in the history
  • Loading branch information
ooniagbi committed Apr 12, 2023
1 parent 8cdc829 commit 129838d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruleset/rules/0960-macos_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

<rule id="89603" level="3">
<decoded_as>macOS_loginwindow</decoded_as>
<match>screenIsLocked</match>
<description>Screen locked.</description>
<regex type="pcre2">sendBSDNotification: \w+.\w+.\w+.screenIsLocked</regex>
<description>Screen locked with userID:$(userID)</description>
<mitre>
<id>T1078</id>
</mitre>
Expand Down

0 comments on commit 129838d

Please sign in to comment.