From 48524a75e85ee6f791395819febd2fb0d49c618a Mon Sep 17 00:00:00 2001 From: jose nazario Date: Mon, 7 Oct 2019 07:13:48 -0400 Subject: [PATCH] Add Censys, with API doc link (#1073) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5740c2f0..63e1f10b 100644 --- a/README.md +++ b/README.md @@ -718,6 +718,7 @@ API | Description | Auth | HTTPS | CORS | ### Security API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Censys.io](https://censys.io/api) | Search engine for Internet connected host and devices | `apiKey` | Yes | No | | [CRXcavator](https://crxcavator.io/apidocs) | Chrome extension risk scoring | `apiKey` | Yes | Unknown | | [FilterLists](https://filterlists.com/api) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown |