mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +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:
|
ObjectType:
|
||||||
- 'SAM_USER'
|
- 'SAM_USER'
|
||||||
- 'SAM_GROUP'
|
- 'SAM_GROUP'
|
||||||
ObjectName:
|
ObjectName|endswith:
|
||||||
- '*-512'
|
- '-512'
|
||||||
- '*-502'
|
- '-502'
|
||||||
- '*-500'
|
- '-500'
|
||||||
- '*-505'
|
- '-505'
|
||||||
- '*-519'
|
- '-519'
|
||||||
- '*-520'
|
- '-520'
|
||||||
- '*-544'
|
- '-544'
|
||||||
- '*-551'
|
- '-551'
|
||||||
- '*-555'
|
- '-555'
|
||||||
- '*admin*'
|
ObjectName|contains:
|
||||||
|
- 'admin'
|
||||||
condition: selection
|
condition: selection
|
||||||
falsepositives:
|
falsepositives:
|
||||||
- if source account name is not an admin then its super suspicious
|
- if source account name is not an admin then its super suspicious
|
||||||
|
Loading…
Reference in New Issue
Block a user