Files
blue-team-tools/rules/windows/process_creation/win_apt_chafer_mar18.yml
T
2020-10-15 17:26:58 -03:00

81 lines
2.1 KiB
YAML
Executable File

action: global
title: Chafer Activity
id: 53ba33fd-3a50-4468-a5ef-c583635cfa92
description: Detects Chafer activity attributed to OilRig as reported in Nyotron report in March 2018
references:
- https://nyotron.com/nyotron-discovers-next-generation-oilrig-attacks/
tags:
- attack.persistence
- attack.g0049
- attack.t1053 # an old one
- attack.t1053.005
- attack.s0111
- attack.t1050 # an old one
- attack.t1543.003
- attack.defense_evasion
- attack.t1112
- attack.command_and_control
- attack.t1071 # an old one
- attack.t1071.004
date: 2018/03/23
modified: 2020/08/26
author: Florian Roth, Markus Neis
detection:
condition: 1 of them
falsepositives:
- Unknown
level: critical
---
logsource:
product: windows
service: system
detection:
selection_service:
EventID: 7045
ServiceName:
- 'SC Scheduled Scan'
- 'UpdatMachine'
---
logsource:
product: windows
service: security
detection:
selection_service:
EventID: 4698
TaskName:
- 'SC Scheduled Scan'
- 'UpdatMachine'
---
logsource:
product: windows
service: sysmon
detection:
selection_reg1:
EventID: 13
TargetObject|endswith:
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\UMe'
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\UT'
EventType: 'SetValue'
selection_reg2:
EventID: 13
TargetObject|endswith: '\Control\SecurityProviders\WDigest\UseLogonCredential'
EventType: 'SetValue'
Details: 'DWORD (0x00000001)'
---
logsource:
category: process_creation
product: windows
detection:
selection_process1:
CommandLine|endswith:
- '\Service.exe i'
- '\Service.exe u'
- '\microsoft\Taskbar\autoit3.exe'
CommandLine|startswith:
- 'C:\wsc.exe'
selection_process2:
Image|startswith: '\Windows\Temp\DB\\*.exe'
selection_process3:
CommandLine|contains: '\nslookup.exe -q=TXT'
ParentImage|contains: '\Autoit'