Files
keyboardcrunch-sentinelone-…/queries/windows/account_access_removal.yml
T
2020-12-05 21:45:38 -06:00

18 lines
535 B
YAML

title: Account Access Removal
description: Detects the deletion of a local user account or removal of Active Directory
groups through powershell cmdlets.
author: keyboardcrunch
date: 10/10/2020
modified: 05/12/2020
mitre:
tactic: Impact
technique: T1531
subtechnique:
operating_system: windows
query: SrcProcCmdline RegExp "net\s+user(?:(?!\s+/delete)(?:.|\n))*\s+/delete" OR
TgtProcCmdLine ContainsCIS "Remove-ADGroupMember" OR SrcProcCmdScript ContainsCIS
"Remove-ADGroupMember"
false_positives:
tags:
references: