We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can see a md5 in this query result:
cif -q 353f3b54de9ecfd82c63a2aeaf1c3b9c tlp |group |reporttime |observable |cc|asn|confidence|tags |description|rdata|provider |altid_tlp|altid amber|everyone|2015-11-10T18:04:59Z|353f3b54de9ecfd82c63a2aeaf1c3b9c| | |25 |search| | |root@localhost| | amber|everyone|2015-11-10T18:05:04Z|353f3b54de9ecfd82c63a2aeaf1c3b9c| | |25 |search| | |root@localhost| |
but you don't see it when querying by otype hash.
cif -v --otype hash -c 5 [2015-11-10T13:12:22,714Z][INFO]: starting up client... [2015-11-10T13:12:22,714Z][INFO]: running search... [2015-11-10T13:12:23,210Z][INFO]: status: 200 [2015-11-10T13:12:23,211Z][INFO]: no results found...
If it isn't suppose to work, we may want to add a "unsupported otype" to the client.
The text was updated successfully, but these errors were encountered:
what does:
$ cif -v --otype md5 -c 5
result in?
ref: https://github.com/csirtgadgets/massive-octo-spice/blob/develop/src/lib/CIF/Plugin/Hash.pm#L32
the resolved otype should show up as one of those iirc...
Sorry, something went wrong.
sadly i even had some of this doc'd but forgot about it.
I expanded on it here and maybe made it a little more clear.
https://github.com/csirtgadgets/massive-octo-spice/wiki/Introducing-the-CIF-client#by-observable-type.
I'm closing this issue as I think it is done.
No branches or pull requests
You can see a md5 in this query result:
but you don't see it when querying by otype hash.
If it isn't suppose to work, we may want to add a "unsupported otype" to the client.
The text was updated successfully, but these errors were encountered: