mirror of
https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries
synced 2026-06-08 17:17:21 +00:00
T1485 Data Destruction
This commit is contained in:
@@ -12,6 +12,11 @@ SrcProcCmdline RegExp "net\s+user(?:(?!\s+/delete)(?:.|\n))*\s+/delete" OR TgtPr
|
|||||||
### T1485 Data Destruction
|
### T1485 Data Destruction
|
||||||
Atomics: [T1485](https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1485/T1485.md)
|
Atomics: [T1485](https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1485/T1485.md)
|
||||||
|
|
||||||
|
Detection of SDelete (by display name) and execution of DD command on *nix operating systems.
|
||||||
|
|
||||||
|
```
|
||||||
|
(AgentOS In ("linux","osx") AND TgtProcName = "dd") OR TgtProcDisplayName = "Secure file delete"
|
||||||
|
```
|
||||||
|
|
||||||
### T1490 Inhibit System Recovery
|
### T1490 Inhibit System Recovery
|
||||||
Atomics: [T1490](https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md)
|
Atomics: [T1490](https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user