Skip to content

Welcome to Vulners

Vulners.com is the most complete and the only fully correlated security intelligence database, which goes through constant updates and links 200+ data sources in a unified machine-readable format. It contains 8 mln+ entries, including CVEs, advisories, exploits, and IoCs — everything you need to stay abreast on the latest security threats.

The following documentation will answer any questions you may have.

Lucene-based queries

The Vulners database is based on a search engine with Lucene queries, which you can use in your requests:

  • AND "apache" AND "vulnerabilities"
  • OR "apache" OR "Lucene"
  • NOT NOT type:"robot"
  • Boolean Operators
  • Grouping (Lucene OR apache) AND website
  • Special characters + - && || ! ( ) { } [ ] ^ " ~ * ? : \
  • Range Searches status:[400 TO 499]

Below are some basic examples for clarity.

Examples and search snippets

Back to top