diff --git a/README.md b/README.md index 5c4bea4..7688737 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # security-apis A collective list of public JSON APIs for use in security. https://alexanderjaeger.de + +#Index +* [Various](#various) + +### Various +API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| AlienVault Open Threat Exchange (OTX) | IP/domain/URL reputation | `apiKey` | Yes | [Link!](https://otx.alienvault.com/api/) | +| Certly | Certly Link/Domain Flagging | `apiKey` | Yes | [Link!](https://guard.certly.io/) | +| Google Safe Browsing | Google Link/Domain Flagging | `apiKey` | Yes | [Link!](https://developers.google.com/safe-browsing/) | +| Metacert | Metacert Link Flagging | `apiKey` | Yes | [Link!](https://metacert.com/) | +| VirusTotal | VirusTotal File/URL Analysis | `apiKey` | Yes | [Link!](https://www.virustotal.com/en/documentation/public-api/) | +| Web Of Trust (WOT) | Website reputation | `apiKey` | Yes | [Link!](https://www.mywot.com/wiki/API) |