From 059a8b4510bced3f871b73614b3c7a8434450de6 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sat, 21 Mar 2026 22:48:22 -0400 Subject: [PATCH] Cherry-pick alive tools from pr/391, close pr/359 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pr/391 (CancianMatteo) added several new tools; rebased against current master since their branch predates our dead-link cleanup. Extracted only net-new alive tools and applied them directly: - Email Address > Email Verification: VerifyEmail / emailable.com - Domain Name > Reputation: Cisco Talos (talosintelligence.com) - Images / Videos / Docs > Videos > Search: YouTube Geofind (mattw.io) - People Search Engines > General People Search: FaceCheckID - Telephone Numbers: Whitepages Reverse Phone, Hiya - Transportation > Vehicle Records: Berla Vehicle Lookup - Transportation > Air Traffic Records: OpenAIP World Aeronautical DB - Malicious File Analysis > Hosted Automated Analysis: Valkyrie (Comodo) - Geolocation Tools / Maps: Fix OpenInfrastructureMap URL (missing https://) pr/359 (lirankogan) adds Risk Toolbox (fraudfightersalliance.com) in 27 sections — DNS does not resolve, confirmed dead. No content to preserve. Co-Authored-By: Paperclip --- public/arf.json | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/public/arf.json b/public/arf.json index 6f6a72d..bcf934b 100644 --- a/public/arf.json +++ b/public/arf.json @@ -214,6 +214,11 @@ "name": "MailboxValidator", "type": "url", "url": "https://www.mailboxvalidator.com/demo" + }, + { + "name": "VerifyEmail (R$)", + "type": "url", + "url": "https://emailable.com/" } ] }, @@ -693,6 +698,11 @@ "name": "hpHosts Online", "type": "url", "url": "http://hosts-file.net/" + }, + { + "name": "Cisco Talos", + "type": "url", + "url": "https://talosintelligence.com/" } ] }, @@ -1903,6 +1913,11 @@ "name": "Yahoo Video Search", "type": "url", "url": "https://video.search.yahoo.com/" + }, + { + "name": "Search YouTube by Location", + "type": "url", + "url": "https://mattw.io/youtube-geofind/location" } ] }, @@ -2702,6 +2717,11 @@ "name": "IDCrawl", "type": "url", "url": "https://www.idcrawl.com/" + }, + { + "name": "FaceCheckID", + "type": "url", + "url": "https://facecheck.id/" } ] }, @@ -2949,6 +2969,16 @@ "name": "Numspy (T)", "type": "python3 Module", "url": "https://bhattsameer.github.io/numspy" + }, + { + "name": "Whitepages Reverse Phone", + "type": "url", + "url": "https://www.whitepages.com/reverse-phone" + }, + { + "name": "Hiya (R$)", + "type": "url", + "url": "https://www.hiya.com/" } ] }, @@ -3566,6 +3596,11 @@ "name": "TRAVIC - Public Transportation Tracking", "type": "url", "url": "http://tracker.geops.ch/" + }, + { + "name": "Berla Vehicle Lookup (R$)", + "type": "url", + "url": "https://berla.co/vehicle_lookup/" } ] }, @@ -3597,6 +3632,11 @@ "name": "ADS-B.NL", "type": "url", "url": "https://www.ads-b.nl/index.php?pageno=9999" + }, + { + "name": "OpenAIP World Aeronautical Database", + "type": "url", + "url": "https://www.openaip.net/" } ] }, @@ -3895,7 +3935,7 @@ { "name": "OpenInfrastructureMap", "type": "url", - "url": "openinframap.org/" + "url": "https://openinframap.org/" }, { "name": "OpenStreetMap Routing Service", @@ -5663,6 +5703,11 @@ "name": "Uncover It", "type": "url", "url": "https://www.uncoverit.org/" + }, + { + "name": "Valkyrie File Analysis", + "type": "url", + "url": "https://valkyrie.comodo.com/" } ] },