2019-01-16 22:36:31 +00:00
|
|
|
title: Regsvr32 Anomaly
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 8e2b24c9-4add-46a0-b4bb-0057b4e6187d
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects various anomalies in relation to regsvr32.exe
|
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://subt0x10.blogspot.de/2017/04/bypass-application-whitelisting-script.html
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.t1117
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2019-04-002
|
|
|
|
- car.2019-04-003
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection1:
|
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
CommandLine: '*\Temp\\*'
|
|
|
|
selection2:
|
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
ParentImage: '*\powershell.exe'
|
|
|
|
selection3:
|
2019-11-06 21:49:53 +00:00
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
ParentImage: '*\cmd.exe'
|
|
|
|
selection4:
|
2019-03-01 23:14:20 +00:00
|
|
|
Image: '*\regsvr32.exe'
|
|
|
|
CommandLine:
|
|
|
|
- '*/i:http* scrobj.dll'
|
|
|
|
- '*/i:ftp* scrobj.dll'
|
2019-11-06 21:49:53 +00:00
|
|
|
selection5:
|
2019-03-01 23:14:20 +00:00
|
|
|
Image: '*\wscript.exe'
|
|
|
|
ParentImage: '*\regsvr32.exe'
|
2019-11-06 21:49:53 +00:00
|
|
|
selection6:
|
2019-03-01 23:14:20 +00:00
|
|
|
Image: '*\EXCEL.EXE'
|
|
|
|
CommandLine: '*..\..\..\Windows\System32\regsvr32.exe *'
|
|
|
|
condition: 1 of them
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|