mirror of
https://github.com/kh4sh3i/Malware-Analysis.git
synced 2024-12-18 18:36:08 +00:00
Update README.md
This commit is contained in:
parent
4b5c730a94
commit
53c1290535
@ -123,6 +123,8 @@ A curated list of awesome malware analysis tools and resources
|
|||||||
* [Cuckoo Sandbox](https://cuckoosandbox.org/) - Open source, self hosted sandbox and automated analysis system.
|
* [Cuckoo Sandbox](https://cuckoosandbox.org/) - Open source, self hosted sandbox and automated analysis system.
|
||||||
* [VirusTotal](https://www.virustotal.com/) - Free online analysis of malware samples and URLs
|
* [VirusTotal](https://www.virustotal.com/) - Free online analysis of malware samples and URLs
|
||||||
* [Noriben](https://github.com/Rurik/Noriben) - Uses Sysinternals Procmon to collect information about malware in a sandboxed environment.
|
* [Noriben](https://github.com/Rurik/Noriben) - Uses Sysinternals Procmon to collect information about malware in a sandboxed environment.
|
||||||
|
* [intezer analyzer](https://analyze.intezer.com/) - Create MITRE ATT&CK Technique Detection table
|
||||||
|
|
||||||
|
|
||||||
* Network
|
* Network
|
||||||
* [Wireshark](https://www.wireshark.org/) - The network traffic analysis tool.
|
* [Wireshark](https://www.wireshark.org/) - The network traffic analysis tool.
|
||||||
@ -147,7 +149,8 @@ A curated list of awesome malware analysis tools and resources
|
|||||||
* [yara](https://github.com/VirusTotal/yara)
|
* [yara](https://github.com/VirusTotal/yara)
|
||||||
* [Python 3.8.0](https://www.python.org/downloads/release/python-380/) - for ret-sync & ida module
|
* [Python 3.8.0](https://www.python.org/downloads/release/python-380/) - for ret-sync & ida module
|
||||||
* [yara-python](https://pypi.org/project/yara-python/) - require for ida module
|
* [yara-python](https://pypi.org/project/yara-python/) - require for ida module
|
||||||
* [intezer analyzer](https://analyze.intezer.com/) - Create MITRE ATT&CK Technique Detection table
|
|
||||||
|
|
||||||
|
|
||||||
### Tips
|
### Tips
|
||||||
* every .exe file can hav some import dll or aeport dll or string
|
* every .exe file can hav some import dll or aeport dll or string
|
||||||
|
Loading…
Reference in New Issue
Block a user