mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-09 01:17:18 +00:00
16 lines
468 B
YAML
16 lines
468 B
YAML
title: DLL Search Order Hijacking
|
|
description: Detection of common DLL search order hijacks, currently only amsi.dll.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: 05/12/2020
|
|
mitre:
|
|
tactic: Defense Evasion, Persistence, Privilege Escalation
|
|
technique: T1574
|
|
subtechnique: 001
|
|
operating_system: windows
|
|
query: (FileFullName ContainsCIS "amsi.dll" AND FileFullName Does Not ContainCIS "System32")
|
|
AND EventType = "File Creation"
|
|
false_positives:
|
|
tags:
|
|
|