Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passivetotal_service: cannot import name DnsResponse #316

Open
david-rundle-xor opened this issue May 9, 2017 · 8 comments
Open

Passivetotal_service: cannot import name DnsResponse #316

david-rundle-xor opened this issue May 9, 2017 · 8 comments

Comments

@david-rundle-xor
Copy link

crits.log reporting:
crits.services.core Failed to import service (passivetotal_service): cannot import name DnsResponse

Validated that passivetotal module is installed correctly.

@cvdsouza
Copy link
Contributor

What version of passivetotal are you running ?
I believe you should have version 1.0.23 ,
pip install passivetotal==1.0.23

the higher versions error out , haven't figured out why.

@ghost
Copy link

ghost commented Aug 27, 2017

Yes confirm. Same behavior. If i do only a :
pip install passivetotal
==> NOK !
so :
pip install passivetotal==1.0.23
correct the thing and service is available.

@david-rundle-xor
Copy link
Author

david-rundle-xor commented Aug 27, 2017 via email

@iglocska
Copy link

could not implement Mitre's own Stix/taxii standards.

CRITS having its own sane format isn't necessarily a bad thing at all.

@mgoffin
Copy link
Contributor

mgoffin commented Aug 27, 2017 via email

@david-rundle-xor
Copy link
Author

david-rundle-xor commented Aug 27, 2017 via email

@iglocska
Copy link

In my experience,, pretty much anything that claims to do STIX will have a < 100% correct ingest for other STIX sources out there, which is an inherent issue with standards that allow many different ways to describe the same thing (just have a look at how many ways you can describe something as simple as an IP address in STIX 1.x). If you have one specific source of STIX data, then you can get away with simply finding the tool that ingests with the highest success rate, but that's about it.

Alternatively, you can look for a tool (such as Soltra) that simply ingests an xml document as is, but doesn't allow you to do much with it.

Crits is a tool that allows you to do much more with your ingested data, but this of course comes at a cost of < 100% perfect mapping.

@mgoffin
Copy link
Contributor

mgoffin commented Aug 27, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants