mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
16 lines
383 B
YAML
16 lines
383 B
YAML
title: Local Account Added Linux
|
|
description: Query all instances of local accounts being Linux and OSX.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: 05/12/2020
|
|
mitre:
|
|
tactic: Persistence
|
|
technique: T1136
|
|
subtechnique:
|
|
operating_system: linux
|
|
query: SrcProcCmdLine In Contains Anycase ("useradd")
|
|
false_positives:
|
|
- General account maintenance.
|
|
tags:
|
|
references:
|