mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
Update win_account_discovery.yml
Getting rid of '*' use
This commit is contained in:
parent
fdd9234acc
commit
9c7a23e432
@ -21,17 +21,18 @@ detection:
|
||||
ObjectType:
|
||||
- 'SAM_USER'
|
||||
- 'SAM_GROUP'
|
||||
ObjectName:
|
||||
- '*-512'
|
||||
- '*-502'
|
||||
- '*-500'
|
||||
- '*-505'
|
||||
- '*-519'
|
||||
- '*-520'
|
||||
- '*-544'
|
||||
- '*-551'
|
||||
- '*-555'
|
||||
- '*admin*'
|
||||
ObjectName|endswith:
|
||||
- '-512'
|
||||
- '-502'
|
||||
- '-500'
|
||||
- '-505'
|
||||
- '-519'
|
||||
- '-520'
|
||||
- '-544'
|
||||
- '-551'
|
||||
- '-555'
|
||||
ObjectName|contains:
|
||||
- 'admin'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- if source account name is not an admin then its super suspicious
|
||||
|
Loading…
Reference in New Issue
Block a user