2018-03-23 07:59:00 +00:00
|
|
|
action: global
|
|
|
|
title: Chafer Activity
|
2019-11-12 22:12:27 +00: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 07:59:00 +00:00
|
|
|
references:
|
|
|
|
- https://nyotron.com/nyotron-discovers-next-generation-oilrig-attacks/
|
2018-07-25 07:50:01 +00:00
|
|
|
tags:
|
2019-03-01 10:23:02 +00:00
|
|
|
- attack.persistence
|
2018-07-25 07:50:01 +00:00
|
|
|
- attack.g0049
|
2020-08-27 17:43:47 +00:00
|
|
|
- attack.t1053 # an old one
|
|
|
|
- attack.t1053.005
|
2019-03-01 10:23:02 +00:00
|
|
|
- attack.s0111
|
2020-08-27 17:43:47 +00:00
|
|
|
- attack.t1050 # an old one
|
|
|
|
- attack.t1543.003
|
2019-03-01 10:23:02 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1112
|
2020-08-27 17:43:47 +00:00
|
|
|
- attack.command_and_control
|
|
|
|
- attack.t1071 # an old one
|
|
|
|
- attack.t1071.004
|
2018-03-23 09:50:40 +00:00
|
|
|
date: 2018/03/23
|
2020-08-27 17:43:47 +00:00
|
|
|
modified: 2020/08/26
|
2020-11-28 09:15:39 +00:00
|
|
|
author: Florian Roth, Markus Neis, Jonhnathan Ribeiro, Daniil Yugoslavskiy, oscd.community
|
2018-03-23 07:59:00 +00:00
|
|
|
detection:
|
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: critical
|
|
|
|
---
|
2019-03-01 12:36:54 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: system
|
|
|
|
detection:
|
|
|
|
selection_service:
|
|
|
|
EventID: 7045
|
|
|
|
ServiceName:
|
|
|
|
- 'SC Scheduled Scan'
|
|
|
|
- 'UpdatMachine'
|
|
|
|
---
|
2018-03-23 07:59:00 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
2019-03-01 10:23:02 +00:00
|
|
|
service: security
|
2018-03-23 07:59:00 +00:00
|
|
|
detection:
|
|
|
|
selection_service:
|
2019-03-01 10:23:02 +00:00
|
|
|
EventID: 4698
|
|
|
|
TaskName:
|
2018-03-23 07:59:00 +00:00
|
|
|
- 'SC Scheduled Scan'
|
|
|
|
- 'UpdatMachine'
|
|
|
|
---
|
|
|
|
logsource:
|
2020-11-28 09:15:39 +00:00
|
|
|
category: registry_event
|
2018-03-23 07:59:00 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection_reg1:
|
2020-10-15 20:26:58 +00:00
|
|
|
TargetObject|endswith:
|
|
|
|
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\UMe'
|
|
|
|
- 'SOFTWARE\Microsoft\Windows\CurrentVersion\UT'
|
2019-03-09 17:57:59 +00:00
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
2020-11-28 09:15:39 +00:00
|
|
|
selection_process0:
|
|
|
|
CommandLine|contains: '\Service.exe'
|
2020-10-15 20:26:58 +00:00
|
|
|
CommandLine|endswith:
|
2020-11-28 09:15:39 +00:00
|
|
|
- 'i'
|
|
|
|
- 'u'
|
|
|
|
selection_process1:
|
|
|
|
- CommandLine|endswith: '\microsoft\Taskbar\autoit3.exe'
|
|
|
|
- CommandLine|startswith: 'C:\wsc.exe'
|
2018-03-23 07:59:00 +00:00
|
|
|
selection_process2:
|
2020-10-28 02:28:04 +00:00
|
|
|
Image|contains: '\Windows\Temp\DB\'
|
|
|
|
Image|endswith: '.exe'
|
2018-03-23 09:50:40 +00:00
|
|
|
selection_process3:
|
2020-11-28 09:15:39 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- '\nslookup.exe'
|
|
|
|
- '-q=TXT'
|
2020-10-15 20:26:58 +00:00
|
|
|
ParentImage|contains: '\Autoit'
|