mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
name: Detection of tools built by NirSoft
|
|
id: 3d8d201c-aa03-422d-b0ee-2e5ecf9718c0
|
|
version: 3
|
|
date: '2020-07-21'
|
|
author: Bhavin Patel, Splunk
|
|
status: experimental
|
|
type: TTP
|
|
description: This search looks for specific command-line arguments that may indicate
|
|
the execution of tools made by Nirsoft, which are legitimate, but may be abused
|
|
by attackers.
|
|
data_source:
|
|
- Sysmon Event ID 1
|
|
search:
|
|
selection1:
|
|
CommandLine:
|
|
- '* /stext *'
|
|
- '* /scomma *'
|
|
condition: (selection1)
|
|
how_to_implement: You must be ingesting endpoint data that tracks process activity,
|
|
including parent-child relationships from your endpoints to populate the Endpoint
|
|
data model in the Processes node. The command-line arguments are mapped to the "process"
|
|
field in the Endpoint data model.
|
|
known_false_positives: While legitimate, these NirSoft tools are prone to abuse. You
|
|
should verfiy that the tool was used for a legitimate purpose.
|
|
references: []
|
|
tags:
|
|
analytic_story:
|
|
- 'Emotet Malware DHS Report TA18-201A '
|
|
asset_type: Endpoint
|
|
confidence: 50
|
|
impact: 50
|
|
message: tbd
|
|
mitre_attack_id:
|
|
- T1072
|
|
observable:
|
|
- name: user
|
|
type: User
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
risk_score: 25
|
|
security_domain: endpoint
|