From ded588be716ab63fb8345a09f76f21077aa99f3c Mon Sep 17 00:00:00 2001 From: FH089 <50920534+FH089@users.noreply.github.com> Date: Sun, 9 May 2021 11:46:40 +0200 Subject: [PATCH 1/3] Add URLHaus API to Anti-Malware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccd13ee..5472e3f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ API | Description | Auth | HTTPS | CORS | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown | | [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown | | [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown | +| [URLhaus](https://urlhaus-api.abuse.ch/)| Bulk queries and Download Malware Samples| No | Yes | Unknown| **[⬆ Back to Index](#index)** ### Art & Design From 43a70440f1745ac44127d520a3b8af861e495ee2 Mon Sep 17 00:00:00 2001 From: FH089 <50920534+FH089@users.noreply.github.com> Date: Sun, 9 May 2021 11:52:39 +0200 Subject: [PATCH 2/3] Add URLHaus API to Anti-Malware --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5472e3f..fc0ead5 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ API | Description | Auth | HTTPS | CORS | | [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/api) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [Google Safe Browsing](https://developers.google.com/safe-browsing/) | Google Link/Domain Flagging | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown | +| [URLhaus](https://urlhaus-api.abuse.ch/)| Bulk queries and Download Malware Samples| No | Yes | Unknown| | [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown | | [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown | -| [URLhaus](https://urlhaus-api.abuse.ch/)| Bulk queries and Download Malware Samples| No | Yes | Unknown| **[⬆ Back to Index](#index)** ### Art & Design From ad7c4cd4d9f597197753086d5ac6d0b77655b6e4 Mon Sep 17 00:00:00 2001 From: FH089 <50920534+FH089@users.noreply.github.com> Date: Sat, 22 May 2021 14:37:37 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0ead5..a2c32f2 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ API | Description | Auth | HTTPS | CORS | | [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/api) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [Google Safe Browsing](https://developers.google.com/safe-browsing/) | Google Link/Domain Flagging | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown | -| [URLhaus](https://urlhaus-api.abuse.ch/)| Bulk queries and Download Malware Samples| No | Yes | Unknown| +| [URLhaus](https://urlhaus-api.abuse.ch/) | Bulk queries and Download Malware Samples | No | Yes | Unknown | | [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown | | [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown |