Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbikram/docparse

Document/Email parser for IOCs
https://github.com/gbikram/docparse

cybersecurity email indicators infosec ioc malware ole osint python scanner

Last synced: about 2 months ago
JSON representation

Document/Email parser for IOCs

Awesome Lists containing this project

README

        

# Parse files for malicious indicators

## Run with Docker on localhost
* mkdir pyserve/uploadedfiles
* unzip pyserve/phishml/pretrained_models/document-frequency-dictionary.zip
* create client/.env - Add VUE_APP_API=http://localhost:80/api
* Build and run with docker - docker-compose up --build

![Design](https://github.com/ghurabikram/DocParse/blob/master/docs/architecture.png)

### Troubleshooting:
* https://medium.com/cleversonder/from-zero-to-hero-with-vue-advanced-components-parcel-dev-tools-fab980a62259
* https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
* https://docs.python.org/3/library/venv.html