Commit 35359f3b867b6df8c3b06e48a4e4b1824c0d64ab
1 parent
95c63270
readme: added projects using oletools
Showing
1 changed file
with
15 additions
and
1 deletions
README.md
| 1 | 1 | python-oletools |
| 2 | 2 | =============== |
| 3 | 3 | |
| 4 | -[python-oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze | |
| 4 | +[oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze | |
| 5 | 5 | [Microsoft OLE2 files](http://en.wikipedia.org/wiki/Compound_File_Binary_Format) |
| 6 | 6 | (also called Structured Storage, Compound File Binary Format or Compound Document File Format), |
| 7 | 7 | such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. |
| ... | ... | @@ -94,6 +94,20 @@ Tools in python-oletools: |
| 94 | 94 | - [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj): to extract embedded objects from RTF files. |
| 95 | 95 | - and a few others (coming soon) |
| 96 | 96 | |
| 97 | +Projects using oletools: | |
| 98 | +------------------------ | |
| 99 | + | |
| 100 | +oletools are used by a number of projects and online malware analysis services, | |
| 101 | +including [Viper](http://viper.li/), [REMnux](https://remnux.org/), | |
| 102 | +[Hybrid-analysis.com](https://www.hybrid-analysis.com/), | |
| 103 | +[Joe Sandbox](https://www.document-analyzer.net/), | |
| 104 | +[Deepviz](https://sandbox.deepviz.com/), | |
| 105 | +[Laika BOSS](https://github.com/lmco/laikaboss), | |
| 106 | +[Cuckoo-modified](https://github.com/brad-accuvant/cuckoo-modified) | |
| 107 | +and probably [VirusTotal](https://www.virustotal.com). | |
| 108 | +(Please [contact me]((http://decalage.info/contact)) if you have or know | |
| 109 | +a project using oletools) | |
| 110 | + | |
| 97 | 111 | Download and Install: |
| 98 | 112 | --------------------- |
| 99 | 113 | ... | ... |