mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-09 09:27:16 +00:00
15 lines
368 B
YAML
15 lines
368 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: null
|
|
mitre:
|
|
tactic: Persistence
|
|
technique: T1136
|
|
subtechnique: null
|
|
operating_system: linux
|
|
query: SrcProcCmdLine In Contains Anycase ("useradd")
|
|
false_positives: General account maintenance.
|
|
tags: null
|
|
|