InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
821 stars 135 forks source link

Publish "crawlerlib" and add as a dependency #11

Closed rshipp closed 6 years ago

rshipp commented 6 years ago

Need the ioc extraction portions of "crawlerlib" published, preferably as a library on PyPi.

We currently use the following features:

Have discussed possibly publishing an ioc extractor library with these pieces, and moving some of the pre/postprocessing implemented elsewhere in ThreatIngestor into that library as well.

Once this library is published, add it as a dependency to requirements.txt.

This is a hard dependency for initial release, as ThreatIngestor requires the IOC extraction to function.

SShinol commented 6 years ago

https://github.com/InQuest/threat-ingestors/pull/20 I have it written and added here, tell me if it needs to be moved or anything

rshipp commented 6 years ago

Moved to https://github.com/inquest/python-iocextract. Note: remember to update requirements.txt once this is published.