GreyNoise-Intelligence / api.greynoise.io

Code + documentation for the public GreyNoise API
https://greynoise.io
313 stars 24 forks source link

Known IP Endpoints Request #15

Closed foospidy closed 5 years ago

foospidy commented 6 years ago

Request for new endpoint(s), something like...

/vX/query/known_ip - returns true if grey noise has seen this ip, else false. /vX/query/known_ip_low - returns true if grey noise has seen this ip and rates it low confidence, else false. /vX/query/known_ip_medium - returns true if grey noise has seen this ip and rates it medium confidence, else false. /vX/query/known_ip_high - returns true if grey noise has seen this ip and rates it high confidence, else false.

or it could be... /vX/query/known_ip - if grey noise has seen this ip returns the confidence level (low/med/high), else returns false (or unknown).

andrew-morris commented 6 years ago

Rock and roll. Thanks!