mirror of
https://github.com/nganhkhoa/malware.git
synced 2024-06-10 21:32:07 +07:00
Update malware-analysis_ref_and_memo.md
This commit is contained in:
parent
d974d0f3f3
commit
de2ff988ee
@ -159,6 +159,14 @@ DFIR,マルウェア解析,OSINTに特化したUbuntuベースのディスト
|
||||
|
||||
### Threat hunting
|
||||
- **EQL**
|
||||
- cheet sheet
|
||||
```
|
||||
- maldoc -> command,script
|
||||
process where
|
||||
parent_process_name in ("winword.exe", "excel.exe", "powerpnt.exe")
|
||||
and process_name in ("powershell.exe", "cscript.exe",
|
||||
"wscript.exe", "cmd.exe")
|
||||
```
|
||||
|
||||
### .NET analysis
|
||||
- **[dnspy](https://github.com/0xd4d/dnSpy)<br>**
|
||||
|
Loading…
Reference in New Issue
Block a user