Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_cmd_dosfuscation.yml
T

42 lines
1.0 KiB
YAML
Raw Normal View History

2023-03-07 14:13:57 +01:00
title: Potential Dosfuscation Activity
2022-02-15 17:58:39 +01:00
id: a77c1610-fc73-4019-8e29-0f51efc04a51
status: test
2022-09-02 09:15:21 +02:00
description: Detects possible payload obfuscation via the commandline
2022-02-15 17:58:39 +01:00
references:
- https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/dosfuscation-report.pdf
2023-03-07 14:13:57 +01:00
- https://github.com/danielbohannon/Invoke-DOSfuscation
author: frack113, Nasreddine Bencherchali (Nextron Systems)
date: 2022-02-15
modified: 2023-03-06
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.t1059
2022-02-15 17:58:39 +01:00
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains:
- '^^'
2023-03-07 14:13:57 +01:00
- '^|^'
2022-02-15 17:58:39 +01:00
- ',;,'
2023-03-07 14:13:57 +01:00
- ';;;;'
- ';; ;;'
- '(,(,'
2022-02-15 17:58:39 +01:00
- '%COMSPEC:~'
2023-03-07 14:13:57 +01:00
- ' c^m^d'
- '^c^m^d'
- ' c^md'
- ' cm^d'
- '^cm^d'
2022-02-16 17:33:33 +01:00
- ' s^et '
- ' s^e^t '
- ' se^t '
2023-03-07 14:13:57 +01:00
# - '%%'
# - '&&'
# - '""'
2022-02-15 17:58:39 +01:00
condition: selection
falsepositives:
2023-03-07 14:13:57 +01:00
- Unknown
2022-02-15 17:58:39 +01:00
level: medium