Sigma medium test sigma
Remove Account From Domain Admin Group
Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users. Accounts may be deleted, locked, or manipulated (ex: changed credentials) to remove access to accounts.
Detection Logic
{
"selection": {
"ScriptBlockText
| contains
| all": [
"Remove-ADGroupMember",
"-Identity ",
"-Members "
]
},
"condition": "selection"
} False Positives
- ⚠ Unknown
Field Validations
Loading…
Comments (0)
Loading comments...