Ursnif Redirection Of Discovery Commands
Detects the redirection of Ursnif discovery commands as part of the initial execution of the malware.
Detection logic
selection
ParentImage|endswith: \explorer.exe
Image|endswith: \cmd.exe
CommandLine|contains|all:
- "/C "
- " >> *\\AppData\\local\\temp\\*.bin"Condition
selectionRaw YAML
title: Ursnif Redirection Of Discovery Commands
id: 7aaa5739-12fc-41aa-b98b-23ec27d42bdf
status: test
description: |
Detects the redirection of Ursnif discovery commands as part of the initial execution of the malware.
references:
- Internal Research
author: '@kostastsale'
date: 2023-07-16
tags:
- attack.execution
- attack.t1059
- detection.emerging-threats
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\explorer.exe'
Image|endswith: '\cmd.exe'
CommandLine|contains|all:
- '/C '
- ' >> *\AppData\local\temp\*.bin'
condition: selection
falsepositives:
- Unlikely
level: highFalse positives
- Unlikely
References
Internal Research
Similar rules
CVE-2023-22518 Exploitation Attempt - Suspicious Confluence Child Process (Windows)
mediumwindows · Shares T1059
DarkGate - Autoit3.EXE Execution Parameters
highwindows · Shares T1059
Lazarus Group Activity
criticalwindows · Shares T1059
Potential Atlassian Confluence CVE-2021-26084 Exploitation Attempt
highwindows · Shares T1059