mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-10 18:01:20 +00:00
clean and reword of signatures
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
title: DD Data Destruction
|
title: DD Data Destruction
|
||||||
description: Detection of data destruction with the DD command on *nix operating systems. Alternatively, DV 3.0 with 4.4 Agents will support TgtFileDeletionCount > "100" query for detection of over 100 files deleted, which can be combined with *FileType* for filtering.
|
description: Detect data destruction with the DD command on *nix operating systems. Alternatively, DV 3.0 with 4.4 Agents will support TgtFileDeletionCount > "100" query for detection of over 100 files deleted, which can be combined with *FileType* for filtering.
|
||||||
author: keyboardcrunch
|
author: keyboardcrunch
|
||||||
date: 10/10/2020
|
date: 10/10/2020
|
||||||
modified: null
|
modified: 05/12/2020
|
||||||
mitre:
|
mitre:
|
||||||
tactic: Impact
|
tactic: Impact
|
||||||
technique: T1485
|
technique: T1485
|
||||||
subtechnique: null
|
subtechnique:
|
||||||
operating_system: linux
|
operating_system: linux
|
||||||
query: AgentOS In ("linux","osx") AND TgtProcName = "dd" AND TgtProcCmdLine ContainsCIS "of="
|
query: AgentOS In ("linux","osx") AND TgtProcName = "dd" AND TgtProcCmdLine ContainsCIS "of="
|
||||||
false_positives: null
|
false_positives:
|
||||||
tags: null
|
- Disk image captures
|
||||||
|
tags:
|
||||||
|
references:
|
||||||
|
|||||||
+6
-6
@@ -1,16 +1,16 @@
|
|||||||
title: Disabling Linux Firewall
|
title: Disabling Linux Firewall
|
||||||
author: keyboardcrunch
|
author: keyboardcrunch
|
||||||
date: 10/10/2020
|
date: 10/10/2020
|
||||||
modified: null
|
modified: 05/12/2020
|
||||||
description: Detection of Linux firewall being disabled.
|
description: Detects Linux firewall being disabled.
|
||||||
mitre:
|
mitre:
|
||||||
tactic: Defense Evasion
|
tactic: Defense Evasion
|
||||||
technique: T1562
|
technique: T1562
|
||||||
subtechnique: null
|
subtechnique:
|
||||||
operating_system: linux
|
operating_system: linux
|
||||||
query: (SrcProcName In Contains ("service","chkconfig") AND SrcProcCmdLine In Contains
|
query: (SrcProcName In Contains ("service","chkconfig") AND SrcProcCmdLine In Contains
|
||||||
("off","stop") AND SrcProcCmdLine ContainsCIS "tables") OR (TgtProcName = "systemctl"
|
("off","stop") AND SrcProcCmdLine ContainsCIS "tables") OR (TgtProcName = "systemctl"
|
||||||
AND TgtProcCmdLine In Contains ("stop","disable") AND TgtProcCmdLine Contains "firewalld")
|
AND TgtProcCmdLine In Contains ("stop","disable") AND TgtProcCmdLine Contains "firewalld")
|
||||||
false_positives: null
|
false_positives:
|
||||||
tags: null
|
tags:
|
||||||
|
references:
|
||||||
@@ -2,13 +2,13 @@ title: Local Account Added Linux
|
|||||||
description: Query all instances of local accounts being Linux and OSX.
|
description: Query all instances of local accounts being Linux and OSX.
|
||||||
author: keyboardcrunch
|
author: keyboardcrunch
|
||||||
date: 10/10/2020
|
date: 10/10/2020
|
||||||
modified: null
|
modified: 05/12/2020
|
||||||
mitre:
|
mitre:
|
||||||
tactic: Persistence
|
tactic: Persistence
|
||||||
technique: T1136
|
technique: T1136
|
||||||
subtechnique: null
|
subtechnique:
|
||||||
operating_system: linux
|
operating_system: linux
|
||||||
query: SrcProcCmdLine In Contains Anycase ("useradd")
|
query: SrcProcCmdLine In Contains Anycase ("useradd")
|
||||||
false_positives: General account maintenance.
|
false_positives: General account maintenance.
|
||||||
tags: null
|
tags:
|
||||||
|
references:
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ title: Disable Syslog
|
|||||||
description: Detect disabling of Linux Syslog service.
|
description: Detect disabling of Linux Syslog service.
|
||||||
author: keyboardcrunch
|
author: keyboardcrunch
|
||||||
date: 10/10/2020
|
date: 10/10/2020
|
||||||
modified: null
|
modified:
|
||||||
mitre:
|
mitre:
|
||||||
tactic: Defense Evasion
|
tactic: Defense Evasion
|
||||||
technique: T1562
|
technique: T1562
|
||||||
subtechnique: null
|
subtechnique:
|
||||||
operating_system: linux
|
operating_system: linux
|
||||||
query: TgtProcName In Contains ("service","chkconfig","systemctl") AND TgtProcCmdLine
|
query: TgtProcName In Contains ("service","chkconfig","systemctl") AND TgtProcCmdLine
|
||||||
In Contains ("rsyslog stop","off rsyslog","stop rsyslog","disable rsyslog")
|
In Contains ("rsyslog stop","off rsyslog","stop rsyslog","disable rsyslog")
|
||||||
false_positives: null
|
false_positives:
|
||||||
tags: null
|
tags:
|
||||||
|
references:
|
||||||
Reference in New Issue
Block a user