mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-18 18:26:09 +00:00
Fix HTTPS redirects
This commit is contained in:
parent
db1a90162b
commit
c713f3ebcf
@ -158,7 +158,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
|
||||
Rulesets and more.
|
||||
* [STIX - Structured Threat Information eXpression](http://stixproject.github.io) -
|
||||
Standardized language to represent and share cyber threat information.
|
||||
Related efforts from [MITRE](http://www.mitre.org/):
|
||||
Related efforts from [MITRE](https://www.mitre.org/):
|
||||
- [CAPEC - Common Attack Pattern Enumeration and Classification](http://capec.mitre.org/)
|
||||
- [CybOX - Cyber Observables eXpression](http://cyboxproject.github.io)
|
||||
- [MAEC - Malware Attribute Enumeration and Characterization](http://maec.mitre.org/)
|
||||
@ -327,7 +327,7 @@ the [browser malware](#browser-malware) section.*
|
||||
and OpenXML documents and extracting useful information.
|
||||
* [Origami PDF](https://code.google.com/archive/p/origami-pdf) - A tool for
|
||||
analyzing malicious PDFs, and more.
|
||||
* [PDF Tools](http://blog.didierstevens.com/programs/pdf-tools/) - pdfid,
|
||||
* [PDF Tools](https://blog.didierstevens.com/programs/pdf-tools/) - pdfid,
|
||||
pdf-parser, and more from Didier Stevens.
|
||||
* [PDF X-Ray Lite](https://github.com/9b/pdfxray_lite) - A PDF analysis tool,
|
||||
the backend-free version of PDF X-RAY.
|
||||
@ -373,7 +373,7 @@ the [browser malware](#browser-malware) section.*
|
||||
Reverse engineering tool for virtualization wrappers.
|
||||
* [XORBruteForcer](http://eternal-todo.com/var/scripts/xorbruteforcer) -
|
||||
A Python script for brute forcing single-byte XOR keys.
|
||||
* [XORSearch & XORStrings](http://blog.didierstevens.com/programs/xorsearch/) -
|
||||
* [XORSearch & XORStrings](https://blog.didierstevens.com/programs/xorsearch/) -
|
||||
A couple programs from Didier Stevens for finding XORed data.
|
||||
* [xortool](https://github.com/hellman/xortool) - Guess XOR key length, as
|
||||
well as the key itself.
|
||||
|
Loading…
Reference in New Issue
Block a user