Process Discovery via Tasklist
Warning
This rule has been deprecated as of 2021/04/15.
Adversaries may attempt to get information about running processes on a system.
Rule type: query
Rule indices:
- winlogbeat-*
- logs-endpoint.events.*
- logs-windows.*
Rule Severity: low
Risk Score: 21
Runs every:
Searches indices from: now-9m
Maximum alerts per execution: 100
References:
Tags:
- Elastic
- Host
- Windows
- Threat Detection
- Discovery
Version: 100
Rule authors:
- Elastic
Rule license: Elastic License v2
event.category:process and event.type:(start or process_started) and process.name:tasklist.exe
Framework: MITRE ATT&CK
Tactic:
- Name: Discovery
- Id: TA0007
- Reference URL: https://attack.mitre.org/tactics/TA0007/
Technique:
- Name: Process Discovery
- Id: T1057
- Reference URL: https://attack.mitre.org/techniques/T1057/