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

Rework SQS source #36

Closed rshipp closed 5 years ago

rshipp commented 6 years ago

Right now all it can do is read a link, fetch its contents, and extract IOCs. Need to extend it to accept more reasonable inputs. Keep in mind we'll be using this as a core piece of the pipeline models.

Base off of #23.

rshipp commented 5 years ago

Fix queue reading at the same time... needs boto3.resource, not boto3.client.

rshipp commented 5 years ago

Work for this is in the #23 branch, it should close once that PR is made/merged.