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
44831ddba4
commit
250ad7302d
@ -82,10 +82,16 @@ DFIR,マルウェア解析,OSINTに特化したUbuntuベースのディスト
|
|||||||
|
|
||||||
### Traffic Analysis tools
|
### Traffic Analysis tools
|
||||||
- **[Wireshark](https://www.wireshark.org/download.html)**
|
- **[Wireshark](https://www.wireshark.org/download.html)**
|
||||||
|
-
|
||||||
|
- http/httpsリクエストを表示/宛先ホスト・サーバ名を確認
|
||||||
|
```
|
||||||
|
http.request or ssl.handshake.type == 1
|
||||||
|
```
|
||||||
- CLI版はTShark
|
- CLI版はTShark
|
||||||
- ref:
|
- ref:
|
||||||
- [Wireshark Tutorial,Unit42(2019)](https://unit42.paloaltonetworks.com/tag/tutorial/)
|
- [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/)
|
- [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**
|
- **tcpdump**
|
||||||
- **[Scapy](https://scapy.net/)**
|
- **[Scapy](https://scapy.net/)**
|
||||||
- **[Fiddler](https://www.telerik.com/fiddler)**
|
- **[Fiddler](https://www.telerik.com/fiddler)**
|
||||||
|
Loading…
Reference in New Issue
Block a user