Files
blue-team-tools/rules/windows/create_remote_thread/sysmon_createremotethread_loadlibrary.yml
T

25 lines
758 B
YAML
Raw Normal View History

title: CreateRemoteThread API and LoadLibrary
2019-12-19 23:56:36 +01:00
id: 052ec6f6-1adc-41e6-907a-f1c813478bee
2019-11-10 18:43:41 +03:00
description: Detects potential use of CreateRemoteThread api and LoadLibrary function to inject DLL into a process
status: experimental
date: 2019/08/11
2020-08-29 02:03:28 +02:00
modified: 2020/08/28
author: Roberto Rodriguez @Cyb3rWard0g
references:
2021-05-22 01:00:39 -03:00
- https://threathunterplaybook.com/notebooks/windows/05_defense_evasion/WIN-180719170510.html
tags:
- attack.defense_evasion
2020-08-29 02:03:28 +02:00
- attack.t1055 # an old one
- attack.t1055.001
logsource:
product: windows
2020-09-30 20:44:14 +02:00
category: create_remote_thread
detection:
selection:
2019-11-10 18:43:41 +03:00
StartModule|endswith: '\kernel32.dll'
StartFunction: 'LoadLibraryA'
condition: selection
falsepositives:
- Unknown
level: critical