SigmaHQ/rules/windows/process_creation/win_susp_disable_ie_features.yml

33 lines
1.0 KiB
YAML
Raw Normal View History

2020-06-19 07:39:11 +00:00
title: Disabled IE Security Features
2020-06-19 07:37:10 +00:00
id: fb50eb7a-5ab1-43ae-bcc9-091818cb8424
status: experimental
description: Detects command lines that indicate unwanted modifications to registry keys that disable important Internet Explorer security features
references:
- https://unit42.paloaltonetworks.com/operation-ke3chang-resurfaces-with-new-tidepool-malware/
tags:
2020-07-18 01:44:53 +00:00
- attack.defense_evasion
- attack.t1562.001
- attack.t1089 # an old one
2020-06-19 07:37:10 +00:00
author: Florian Roth
date: 2020/06/19
logsource:
category: process_creation
product: windows
detection:
selection1:
2020-06-19 07:53:35 +00:00
CommandLine|contains|all:
2020-06-19 07:37:10 +00:00
- ' -name IEHarden '
- ' -value 0 '
selection2:
2020-06-19 07:53:35 +00:00
CommandLine|contains|all:
2020-06-19 07:37:10 +00:00
- ' -name DEPOff '
2020-06-19 07:53:35 +00:00
- ' -value 1 '
selection3:
CommandLine|contains|all:
- ' -name DisableFirstRunCustomize '
- ' -value 2 '
2020-06-19 07:37:10 +00:00
condition: 1 of them
falsepositives:
- Unknown, maybe some security software installer disables these features temporarily
level: high