mirror of
https://github.com/keyboardcrunch/SentinelOne-ATTACK-Queries
synced 2026-06-10 18:11:21 +00:00
updated T1485
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ Atomics: [T1485](https://github.com/redcanaryco/atomic-red-team/blob/master/atom
|
|||||||
Detection of SDelete (by display name) and execution of DD command on *nix operating systems.
|
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"
|
(AgentOS In ("linux","osx") AND TgtProcName = "dd" AND TgtProcCmdLine ContainsCIS "of=") OR TgtProcDisplayName = "Secure file delete"
|
||||||
```
|
```
|
||||||
|
|
||||||
### T1490 Inhibit System Recovery
|
### T1490 Inhibit System Recovery
|
||||||
|
|||||||
Reference in New Issue
Block a user