Files
blue-team-tools/rules/apt/apt_chafer_mar18.yml
T

74 lines
1.8 KiB
YAML
Raw Normal View History

2018-03-23 08:59:00 +01:00
action: global
title: Chafer Activity
2019-11-12 23:12:27 +01:00
id: 53ba33fd-3a50-4468-a5ef-c583635cfa92
description: Detects Chafer activity attributed to OilRig as reported in Nyotron report in March 2018
2018-03-23 08:59:00 +01:00
references:
- https://nyotron.com/nyotron-discovers-next-generation-oilrig-attacks/
2018-07-25 09:50:01 +02:00
tags:
2019-03-01 10:23:02 +00:00
- attack.persistence
2018-07-25 09:50:01 +02:00
- attack.g0049
2019-03-01 10:23:02 +00:00
- attack.t1053
- attack.s0111
- attack.defense_evasion
- attack.t1112
2018-03-23 10:50:40 +01:00
date: 2018/03/23
2019-03-01 13:36:54 +01:00
modified: 2019/03/01
2018-03-23 10:50:40 +01:00
author: Florian Roth, Markus Neis
2018-03-23 08:59:00 +01:00
detection:
condition: 1 of them
falsepositives:
- Unknown
level: critical
---
2019-03-01 13:36:54 +01:00
logsource:
product: windows
service: system
detection:
selection_service:
EventID: 7045
ServiceName:
- 'SC Scheduled Scan'
- 'UpdatMachine'
---
2018-03-23 08:59:00 +01:00
logsource:
product: windows
2019-03-01 10:23:02 +00:00
service: security
2018-03-23 08:59:00 +01:00
detection:
selection_service:
2019-03-01 10:23:02 +00:00
EventID: 4698
TaskName:
2018-03-23 08:59:00 +01:00
- 'SC Scheduled Scan'
- 'UpdatMachine'
---
logsource:
product: windows
service: sysmon
detection:
selection_reg1:
EventID: 13
TargetObject:
- '*SOFTWARE\Microsoft\Windows\CurrentVersion\UMe'
- '*SOFTWARE\Microsoft\Windows\CurrentVersion\UT'
EventType: 'SetValue'
selection_reg2:
EventID: 13
2018-03-23 10:50:40 +01:00
TargetObject: '*\Control\SecurityProviders\WDigest\UseLogonCredential'
2018-03-23 08:59:00 +01:00
EventType: 'SetValue'
Details: 'DWORD (0x00000001)'
---
logsource:
category: process_creation
product: windows
detection:
2018-03-23 08:59:00 +01:00
selection_process1:
CommandLine:
- '*\Service.exe i'
- '*\Service.exe u'
- '*\microsoft\Taskbar\autoit3.exe'
- 'C:\wsc.exe*'
selection_process2:
2019-02-03 00:24:57 +01:00
Image: '*\Windows\Temp\DB\\*.exe'
2018-03-23 10:50:40 +01:00
selection_process3:
CommandLine: '*\nslookup.exe -q=TXT*'
2019-02-03 00:24:57 +01:00
ParentImage: '*\Autoit*'