1
0
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:
mether049 2020-08-23 21:12:46 +09:00 committed by GitHub
parent 44831ddba4
commit 250ad7302d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,10 +82,16 @@ DFIR,マルウェア解析OSINTに特化したUbuntuベースのディスト
### Traffic Analysis tools
- **[Wireshark](https://www.wireshark.org/download.html)**
-
- http/httpsリクエストを表示/宛先ホスト・サーバ名を確認
```
http.request or ssl.handshake.type == 1
```
- CLI版はTShark
- ref:
- [Wireshark Tutorial,Unit42(2019)](https://unit42.paloaltonetworks.com/tag/tutorial/)
- [Decrypting SSL/TLS traffic with Wireshark](https://resources.infosecinstitute.com/decrypting-ssl-tls-traffic-with-wireshark/)
- [Wireshark Tutorial: Decrypting HTTPS Traffic](https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/)
- **tcpdump**
- **[Scapy](https://scapy.net/)**
- **[Fiddler](https://www.telerik.com/fiddler)**