From 7ca0c696aeaa2d0f36c6cbb3b5e5d58ae4878d0f Mon Sep 17 00:00:00 2001 From: Furqan Ashraf Date: Thu, 7 May 2026 13:11:14 +0500 Subject: [PATCH] Add ipgeolocation.io, WhoisFreaks, APIFreaks, CurrencyFreaks, CommodityPriceAPI to Section 36 and Section 20 All five tools provide programmatic access to OSINT-relevant data. IPGeolocation.io and WhoisFreaks directly complement existing Section 36 entries like IPinfo and WhoisXML API. APIFreaks consolidates multiple intelligence APIs under one endpoint, useful for building automated OSINT pipelines. CurrencyFreaks and CommodityPriceAPI support financial investigation workflows already covered in Section 20. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efc1a07..d6abc2e 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,9 @@ pip install phoneinfoga | **Web-Check** | All-in-one website analysis | [web-check.xyz](https://web-check.xyz/) | | **IPinfo** | IP address data & geolocation | [ipinfo.io](https://ipinfo.io/) | | **DB-IP** | IP geolocation database | [db-ip.com](https://db-ip.com/) | +| **ipgeolocation.io** | IP geolocation, ASN & threat intelligence API | [ipgeolocation.io](https://ipgeolocation.io/) | +| **WhoisFreaks API** | WHOIS & historical domain records lookup API | [whoisfreaks.com](https://whoisfreaks.com/) | +| **APIFreaks** | Unified API hub for WHOIS, IP geo & domain intelligence | [apifreaks.com](https://apifreaks.com/) |
💻 Amass + Subfinder + HTTPx — Most effective recon combo @@ -903,6 +906,8 @@ bash zphisher.sh | **BinCheck** | Bank card BIN lookup | [bincheck.io](https://bincheck.io/) | | **Crunchbase** | Company/startup database | [crunchbase.com](https://crunchbase.com/) | | **LEI Search** | Legal Entity Identifier lookup | [search.gleif.org](https://search.gleif.org/) | +| **CurrencyFreaks** | Real-time & historical currency exchange rate API | [currencyfreaks.com](https://currencyfreaks.com/) | +| **CommodityPriceAPI** | Commodity price data for financial investigations | [commoditypriceapi.com](https://commoditypriceapi.com/) | ---