Skip to content

Commit

Permalink
add cve
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet committed Aug 11, 2023
1 parent 5e96643 commit 21d8dc3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
24 changes: 22 additions & 2 deletions docs/queries.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,27 @@
"urlscan": null,
"hunter": null,
"description": "String within OCR Content",
"constraint": "All your files have been encrypted",
"example": null
"constraint": null,
"example": "All your files have been encrypted"
},
{
"keyword": "cve",
"shodan": "vuln",
"shodan-images": null,
"censys": null,
"binaryedge": null,
"zoomeye": null,
"fullhunt": null,
"fofa": null,
"quake360": null,
"netlas": "cve.name",
"onyphe": "cve",
"criminalip-images": null,
"criminalip": "cve_id",
"urlscan": null,
"hunter": null,
"description": null,
"constraint": "^CVE-\\d{4}-\\d+$",
"example": "CVE-2021-44228"
}
]
3 changes: 2 additions & 1 deletion queries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ isp,isp,isp,autonomous_system.isp,isp,isp,,isp,isp,whois.net.name,geolocus.netna
device,http.device_type,,services.software.type,device_type,device,,device,,,,,,,product.name,Device Type,,
ssl_cipher,ssl.cipher,,services.tls.cipher_suite,ssl.server_info.ciphers,ssl_cipher,,ssl_cipher,,,serial,,,,,SSL/TLS Cipher Suite,,
content_type,http.content_type,,services.http.response.content_type,web.headers.content_type,content_type,,content_type,,http.headers.content_type,,,,,,HTTP Content Type,,
ocrstring,,freeform,,,,,,img_ocr,,,freeform,,,,String within OCR Content,All your files have been encrypted,
ocrstring,,freeform,,,,,,img_ocr,,,freeform,,,,String within OCR Content,,All your files have been encrypted
cve,vuln,,,,,,,,cve.name,cve,,cve_id,,,,^CVE-\d{4}-\d+$,CVE-2021-44228

0 comments on commit 21d8dc3

Please sign in to comment.