Files
hayabusa/rules/Sigma/win_possible_applocker_bypass.yml
2021-11-14 11:00:56 +09:00

53 lines
1.6 KiB
YAML

title: Possible Applocker Bypass
author: juju4
date: 2019/01/16
description: Detects execution of executables that can be used to bypass Applocker
whitelisting
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
CommandLine: '*\msdt.exe*'
SELECTION_3:
CommandLine: '*\installutil.exe*'
SELECTION_4:
CommandLine: '*\regsvcs.exe*'
SELECTION_5:
CommandLine: '*\regasm.exe*'
SELECTION_6:
CommandLine: '*\msbuild.exe*'
SELECTION_7:
CommandLine: '*\ieexec.exe*'
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3 or SELECTION_4 or SELECTION_5
or SELECTION_6 or SELECTION_7))
falsepositives:
- False positives depend on scripts and administrative tools used in the monitored
environment
- Using installutil to add features for .NET applications (primarily would occur in
developer environments)
id: 82a19e3a-2bfe-4a91-8c0d-5d4c98fbb719
level: low
logsource:
category: process_creation
product: windows
modified: 2020/09/01
references:
- https://github.com/subTee/ApplicationWhitelistBypassTechniques/blob/master/TheList.txt
- https://room362.com/post/2014/2014-01-16-application-whitelist-bypass-using-ieexec-dot-exe/
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
status: experimental
tags:
- attack.defense_evasion
- attack.t1118
- attack.t1218.004
- attack.t1121
- attack.t1218.009
- attack.t1127
- attack.t1127.001
- attack.t1170
- attack.t1218.005
- attack.t1218
yml_filename: win_possible_applocker_bypass.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation