1
0
Форкнуть 0

Create Suspicious Image Load related to IcedId.md

This commit is contained in:
Justin C 2021-06-03 13:37:45 -07:00 коммит произвёл GitHub
Родитель 54b620e971
Коммит b95e22c2ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 35 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,35 @@
# Suspicious Image Load related to IcedId.md
Use this query to locate suspicious load image events by rundll32.exe or regsvr32.exe, a behavior associated with IcedId, which can lead to ransomware.
## Query
```
DeviceImageLoadEvents
| where InitiatingProcessFileName in~ ('rundll32.exe','regsvr32.exe')
| where FileName endswith '.txt' or FileName endswith '.pdf'
```
## Category
This query can be used to detect the following attack techniques and tactics ([see MITRE ATT&CK framework](https://attack.mitre.org/)) or security configuration states.
| Technique, tactic, or state | Covered? (v=yes) | Notes |
|------------------------|----------|-------|
| Initial access | | |
| Execution | V | |
| Persistence | | |
| Privilege escalation | | |
| Defense evasion | | |
| Credential Access | | |
| Discovery | | |
| Lateral movement | | |
| Collection | | |
| Command and control | | |
| Exfiltration | | |
| Impact | | |
| Vulnerability | | |
| Exploit | | |
| Misconfiguration | | |
| Malware, component | | |
| Ransomware |V | |
## Contributor info
**Contributor:** Microsoft 365 Defender