2019-01-16 22:36:31 +00:00
|
|
|
title: Possible Applocker Bypass
|
|
|
|
description: Detects execution of executables that can be used to bypass Applocker whitelisting
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://github.com/subTee/ApplicationWhitelistBypassTechniques/blob/master/TheList.txt
|
|
|
|
- https://room362.com/post/2014/2014-01-16-application-whitelist-bypass-using-ieexec-dot-exe/
|
2019-01-16 22:36:31 +00:00
|
|
|
author: juju4
|
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
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
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- '*\msdt.exe*'
|
|
|
|
- '*\installutil.exe*'
|
|
|
|
- '*\regsvcs.exe*'
|
|
|
|
- '*\regasm.exe*'
|
|
|
|
- '*\regsvr32.exe*'
|
|
|
|
- '*\msbuild.exe*'
|
|
|
|
- '*\ieexec.exe*'
|
|
|
|
- '*\mshta.exe*'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
|
|
- Using installutil to add features for .NET applications (primarly would occur in developer environments)
|
2019-01-16 22:36:31 +00:00
|
|
|
level: low
|