Files
blue-team-tools/rules/windows/image_load/image_load_side_load_advapi32.yml
T
Nasreddine Bencherchali 0717634671 feat: updates and enhancements
2023-02-08 19:12:35 +01:00

35 lines
1018 B
YAML

title: Suspicious Load of Advapi31.dll
id: d813d662-785b-42ca-8b4a-f7457d78d5a9
status: test
description: Detects the load of advapi31.dll by a process running in an uncommon folder
references:
- https://github.com/hlldz/Phant0m
author: frack113
date: 2022/02/03
modified: 2022/02/11
tags:
- attack.defense_evasion
- attack.t1070
logsource:
product: windows
category: image_load
detection:
selection:
ImageLoaded|endswith: '\advapi32.dll'
filter_common:
Image|startswith:
- 'C:\Windows\'
- 'C:\Program Files (x86)\'
- 'C:\Program Files\'
filter_defender:
Image|startswith: 'C:\ProgramData\Microsoft\Windows Defender\platform\'
Image|endswith: '\MpCmdRun.exe'
filter_onedrive:
Image|startswith: 'C:\Users\'
Image|contains: '\AppData\Local\Microsoft\OneDrive\'
Image|endswith: 'FileCoAuth.exe'
condition: selection and not 1 of filter_*
falsepositives:
- Unknown
level: informational