mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-07 18:27:46 +02:00
Populate Telephone Numbers enrichment fields (THE-146)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+352
-22
@@ -3691,7 +3691,22 @@
|
||||
{
|
||||
"name": "Slydial",
|
||||
"type": "url",
|
||||
"url": "https://www.slydial.com/"
|
||||
"url": "https://www.slydial.com/",
|
||||
"description": "Voicemail drop service that connects directly to a recipient voicemail box without ringing the handset.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Voicemail-based phone-number engagement checks",
|
||||
"input": "Phone number (primarily US mobile numbers)",
|
||||
"output": "Voicemail delivery result and call/session outcome",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Initiates outbound telephony actions against the target number and can generate logs/alerts.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3702,109 +3717,424 @@
|
||||
{
|
||||
"name": "Numbering Plans",
|
||||
"type": "url",
|
||||
"url": "https://www.numberingplans.com/?page=analysis&sub=phonenr"
|
||||
"url": "https://www.numberingplans.com/?page=analysis&sub=phonenr",
|
||||
"description": "International numbering reference for E.164 plans, carrier codes, and dialing metadata.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Telephony standards and numbering-plan validation",
|
||||
"input": "Country code, number range, or prefix",
|
||||
"output": "Numbering-plan structure, carrier/routing metadata, and dialing references",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Reference lookup against published numbering data; no interaction with the target number.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Numberway",
|
||||
"type": "url",
|
||||
"url": "https://www.numberway.com/"
|
||||
"url": "https://www.numberway.com/",
|
||||
"description": "Reverse phone lookup resource used to resolve ownership and location context from a phone number.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Reverse phone owner and location enrichment",
|
||||
"input": "Phone number",
|
||||
"output": "Potential owner identity, carrier, and geographic details",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Query is brokered through third-party lookup infrastructure rather than direct target contact.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "WhoCalld",
|
||||
"type": "url",
|
||||
"url": "https://whocalld.com/"
|
||||
"url": "https://whocalld.com/",
|
||||
"description": "Legacy reverse-caller-ID listing retained for historical continuity in this category.",
|
||||
"status": "down",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Historical reference only (defunct per project guidance)",
|
||||
"input": "Phone number",
|
||||
"output": "Previously provided caller identity and spam context",
|
||||
"opsec": "unknown",
|
||||
"opsecNote": "Marked defunct per CEO guidance; reliability and operational behavior are not trusted.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "CallerID Test",
|
||||
"type": "url",
|
||||
"url": "https://calleridtest.com/"
|
||||
"url": "https://calleridtest.com/",
|
||||
"description": "Caller ID and number-validation utility for checking formatting and telecom metadata responses.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Caller-ID behavior and number validity testing",
|
||||
"input": "Phone number",
|
||||
"output": "Validation status, format checks, and associated number metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Validation-style lookup with no direct contact to the target subscriber.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Twilio Lookup",
|
||||
"type": "url",
|
||||
"url": "https://www.twilio.com/lookup"
|
||||
"url": "https://www.twilio.com/lookup",
|
||||
"description": "Twilio API endpoint for phone intelligence including line type, carrier, and validation data.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Programmatic carrier/type validation and fraud controls",
|
||||
"input": "Phone number in E.164 format",
|
||||
"output": "Carrier, line type, validity, and optional risk/intelligence attributes",
|
||||
"opsec": "active",
|
||||
"opsecNote": "API calls are authenticated and logged by the provider account and may be auditable.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Fone Finder",
|
||||
"type": "url",
|
||||
"url": "https://www.fonefinder.net/"
|
||||
"url": "https://www.fonefinder.net/",
|
||||
"description": "Legacy reverse phone lookup entry preserved for historical coverage in the framework.",
|
||||
"status": "down",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Historical reference only (defunct per project guidance)",
|
||||
"input": "Phone number",
|
||||
"output": "Previously provided owner/location lookup details",
|
||||
"opsec": "unknown",
|
||||
"opsecNote": "Marked defunct per CEO guidance; do not rely on this entry operationally.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "True Caller",
|
||||
"type": "url",
|
||||
"url": "https://www.truecaller.com/"
|
||||
"url": "https://www.truecaller.com/",
|
||||
"description": "Caller identification platform and mobile app for reverse lookup and spam-call context.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Caller-ID enrichment and spam reputation checks",
|
||||
"input": "Phone number",
|
||||
"output": "Caller profile signals, spam labels, and identity hints",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Lookups are mediated by the platform; typical usage does not directly notify the target.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Reverse Genie",
|
||||
"type": "url",
|
||||
"url": "https://www.reversegenie.com/phone.php"
|
||||
"url": "https://www.reversegenie.com/phone.php",
|
||||
"description": "Reverse phone lookup service that returns publicly aggregated ownership and location hints.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Quick reverse-number triage from public-data aggregations",
|
||||
"input": "Phone number",
|
||||
"output": "Possible owner name, location, and related listing details",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Search is executed through an aggregator site and is generally non-interactive for targets.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "SpyDialer",
|
||||
"type": "url",
|
||||
"url": "https://www.spydialer.com:443/default.aspx"
|
||||
"url": "https://www.spydialer.com:443/default.aspx",
|
||||
"description": "Reverse phone lookup platform with caller intelligence and voicemail-related lookup features.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Phone-number attribution and spam context pivoting",
|
||||
"input": "Phone number",
|
||||
"output": "Identity clues, carrier/location context, and related lookup data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Primary lookup behavior is database-driven, though some features may increase visibility.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Phone Validator",
|
||||
"type": "url",
|
||||
"url": "https://www.phonevalidator.com/index.aspx"
|
||||
"url": "https://www.phonevalidator.com/index.aspx",
|
||||
"description": "Number-validation utility focused on format, line-type, and carrier checks.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Phone format/type validation before deeper pivots",
|
||||
"input": "Phone number",
|
||||
"output": "Validity result, number type, and carrier/format metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Validation query against provider datasets with no direct target interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Phonerator",
|
||||
"type": "url",
|
||||
"url": "https://www.martinvigo.com/phonerator/"
|
||||
"url": "https://www.martinvigo.com/phonerator/",
|
||||
"description": "Phone number generation and testing utility for telephony research workflows.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Generating test-number patterns for scripting and analysis",
|
||||
"input": "Country/prefix pattern parameters",
|
||||
"output": "Generated phone-number candidates and pattern outputs",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Local generation/reference behavior; does not query target subscribers directly.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Mr. Number (M)",
|
||||
"type": "url",
|
||||
"url": "https://www.hiya.com/products/apps/hiya-spam-blocker"
|
||||
"url": "https://www.hiya.com/products/apps/hiya-spam-blocker",
|
||||
"description": "Mr. Number functionality has been consolidated under Hiya; retained as a legacy reference entry.",
|
||||
"status": "down",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Historical mapping to Hiya for caller-ID workflows",
|
||||
"input": "Phone number",
|
||||
"output": "Previously returned spam and caller-ID context (now via Hiya platform)",
|
||||
"opsec": "unknown",
|
||||
"opsecNote": "Standalone service is deprecated; use the Hiya entry for current functionality.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "Next Caller (R)",
|
||||
"type": "url",
|
||||
"url": "https://nextcaller.com/"
|
||||
"url": "https://nextcaller.com/",
|
||||
"description": "Caller-identification and spam intelligence service for reverse lookup workflows.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Commercial caller-ID enrichment and number intelligence",
|
||||
"input": "Phone number",
|
||||
"output": "Caller identity indicators, spam reputation, and associated context",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Account-based commercial lookups are provider-logged and attributable to operator credentials.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Data24-7 (R)",
|
||||
"type": "url",
|
||||
"url": "https://www.data24-7.com/signup.php"
|
||||
"url": "https://www.data24-7.com/signup.php",
|
||||
"description": "Commercial data enrichment provider supporting phone-based identity and risk intelligence lookups.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Enterprise-scale person/contact enrichment from phone pivots",
|
||||
"input": "Phone number (single or batch)",
|
||||
"output": "Enriched identity, risk, and contact-profile datasets",
|
||||
"opsec": "active",
|
||||
"opsecNote": "B2B account activity is logged and tied to customer credentials and usage plans.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "HLR Lookup Portal (R)",
|
||||
"type": "url",
|
||||
"url": "https://www.hlr-lookups.com/en/start"
|
||||
"url": "https://www.hlr-lookups.com/en/start",
|
||||
"description": "HLR lookup service for telecom reachability, network, and carrier status checks.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Mobile carrier/HLR validation and route intelligence",
|
||||
"input": "Mobile number (E.164)",
|
||||
"output": "HLR status, carrier/network identifiers, and routing metadata",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Telecom lookup transactions are provider-recorded and typically require business credentials.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "OpenCNAM API",
|
||||
"type": "url",
|
||||
"url": "https://api.opencnam.com/v2/phone/+19073372323"
|
||||
"url": "https://api.opencnam.com/v2/phone/+19073372323",
|
||||
"description": "CNAM lookup API for resolving caller-name metadata from North American numbers.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Programmatic caller-name enrichment in telecom workflows",
|
||||
"input": "US/Canada phone number",
|
||||
"output": "CNAM/caller-name string with associated lookup metadata",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Authenticated API usage is logged and billable per account or subscription terms.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Numspy (T)",
|
||||
"type": "python3 Module",
|
||||
"url": "https://bhattsameer.github.io/numspy/"
|
||||
"url": "https://bhattsameer.github.io/numspy/",
|
||||
"description": "OSINT-focused phone lookup utility with CLI-friendly workflows and metadata extraction features.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Technical lookup workflows and scripted number reconnaissance",
|
||||
"input": "Phone number",
|
||||
"output": "Carrier/region and related phone intelligence fields",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Tool-driven queries can be attributable to operator infrastructure and API endpoints.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Numspy-Api",
|
||||
"type": "url",
|
||||
"url": "https://numspy.pythonanywhere.com/"
|
||||
"url": "https://numspy.pythonanywhere.com/",
|
||||
"description": "API wrapper for Numspy-style phone intelligence queries and automation use cases.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Programmatic phone-number verification and enrichment",
|
||||
"input": "Phone number or batch input",
|
||||
"output": "Structured verification and metadata response payloads",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Remote API calls are logged by service operators and linked to originating access patterns.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Family Tree Now (M)",
|
||||
"type": "url",
|
||||
"url": "https://www.familytreenow.com/search/genealogy/results?phoneno=(555)555-5555"
|
||||
"url": "https://www.familytreenow.com/search/genealogy/results?phoneno=(555)555-5555",
|
||||
"description": "People-search aggregator that can pivot from phone numbers to identity and relationship records.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Phone-to-person and household/relative pivoting",
|
||||
"input": "Phone number",
|
||||
"output": "Possible person records, addresses, and relationship links",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Search is platform-mediated and generally does not involve direct interaction with targets.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Whitepages Reverse Phone",
|
||||
"type": "url",
|
||||
"url": "https://www.whitepages.com/reverse-phone"
|
||||
"url": "https://www.whitepages.com/reverse-phone",
|
||||
"description": "Reverse phone lookup product from Whitepages for US-focused identity and contact attribution.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "US reverse-phone attribution and address correlation",
|
||||
"input": "Phone number (primarily US)",
|
||||
"output": "Potential owner, location history, and related contact records",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Lookup occurs through a commercial data broker interface without direct target contact.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Hiya (R$)",
|
||||
"type": "url",
|
||||
"url": "https://www.hiya.com/"
|
||||
"url": "https://www.hiya.com/",
|
||||
"description": "Caller-ID and spam-protection platform with reverse lookup capabilities and mobile integrations.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Spam classification and caller-ID enrichment on mobile workflows",
|
||||
"input": "Phone number",
|
||||
"output": "Caller identity signals, spam ratings, and reputation context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Most checks are service-mediated; advanced features may still be account-tracked.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user