Files
blue-team-tools/deprecated/windows/image_load_side_load_advapi32.yml
T

35 lines
1.0 KiB
YAML
Raw Normal View History

2022-02-03 18:54:34 +01:00
title: Suspicious Load of Advapi31.dll
id: d813d662-785b-42ca-8b4a-f7457d78d5a9
status: deprecated
2022-02-03 22:00:24 +01:00
description: Detects the load of advapi31.dll by a process running in an uncommon folder
2022-02-03 18:54:34 +01:00
references:
2022-10-26 09:42:26 +02:00
- https://github.com/hlldz/Phant0m
author: frack113
2022-02-03 18:54:34 +01:00
date: 2022/02/03
modified: 2023/03/15
2022-10-26 09:42:26 +02:00
tags:
- attack.defense_evasion
- attack.t1070
2022-02-03 18:54:34 +01:00
logsource:
2022-10-26 09:42:26 +02:00
product: windows
category: image_load
2022-02-03 18:54:34 +01:00
detection:
2022-10-26 09:42:26 +02:00
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_*
2022-02-03 18:54:34 +01:00
falsepositives:
2022-10-26 09:42:26 +02:00
- Unknown
2022-02-12 00:44:42 +01:00
level: informational