eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
193 stars 92 forks source link

How to Load External Threat Feed #43

Closed nickwallen closed 8 years ago

nickwallen commented 8 years ago

I don't understand how to load external threat feeds into OpenTAXII. For example, how would I go about loading the feeds from HailATaxii into my OpenTAXII server?

nickwallen commented 8 years ago

Cabby's taxii_proxy can be used to perform this function. For example...

taxii-proxy --poll-path http://hailataxii.com/taxii-data \
                     --poll-collection guest.phishtank_com \
                     --inbox-path http://localhost:9000/services/inbox \
                     --inbox-collection hailataxii-phishtank \
                     --begin 2016-04-17 \
                     --binding urn:stix.mitre.org:xml:1.1.1 \
                     --inbox-username guest --inbox-password guest