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

Consider vulners as an additional data source #227

Closed
pombredanne opened this issue Mar 25, 2017 · 7 comments
Closed

Consider vulners as an additional data source #227

pombredanne opened this issue Mar 25, 2017 · 7 comments

Comments

@pombredanne
Copy link
Contributor

@vulnersCom https://vulners.com/ is not FOSS code, but as close as it gets to open data from what I can see. It may be a good addition to cve-search?

@adulau
Copy link
Member

adulau commented Apr 13, 2017

Sure (for via4cve) good idea. Where is the link to download the dataset?

@vulnersCom
Copy link

vulnersCom commented Apr 13, 2017

@vulnersCom
Copy link

May I help in any way to perform better experience with our tool?

@adulau
Copy link
Member

adulau commented Apr 16, 2017

@vulnersCom Is the full dataset available as download to permit users to make local search? if yes, can we bundle it with cve-search and VIA4CVE? Thank you.

@vulnersCom
Copy link

Yes, it is available for download.
Feel free to bundle it.
All dataset is separated by "types".
You can download whole dataset of the "type" in JSON using this call:

https://vulners.com/api/v3/archive/collection/?type=cve
https://vulners.com/api/v3/archive/collection/?type=exploitdb
https://vulners.com/api/v3/archive/collection/?type=centos

And so on. Check possible "type" values by this call:
https://vulners.com/api/v3/search/suggest/?fieldName=type&type=distinct

To make a good linkage to CVE check "cvelist" key. It holds link to the CVE for each element.
For better correlation you may integrate this online calls:

Search all data for CVE:
https://vulners.com/api/v3/search/lucene?query=cvelist:CVE-2014-0160
Abstract vulnerability search:
https://vulners.com/api/v3/search/lucene?query=Your_cool_query
Data for element + dynamic references search:
https://vulners.com/api/v3/search/id/?id=CVE-2014-0160&references=True

P.S.
Search query syntax and examples are here:
https://vulners.com/help

@adulau
Copy link
Member

adulau commented Apr 16, 2017

@vulnersCom Looks cool. Thanks for the hint. We will add it in VIA4CVE.

@PidgeyL
Copy link
Member

PidgeyL commented Dec 6, 2017

Closing it here since the entry is taken up in via4 (and I'm working on it). Thanks all!

@PidgeyL PidgeyL closed this as completed Dec 6, 2017
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