Analysis updated 2026-06-24
Look up the carrier and line type of an unknown phone number
Run an OSINT triage on suspicious numbers from a help desk queue
Expose phone lookups as a local REST API for an internal tool
| sundowndev/phoneinfoga | pion/webrtc | openimsdk/open-im-server | |
|---|---|---|---|
| Stars | 16,419 | 16,451 | 16,355 |
| Language | Go | Go | Go |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Most scanners need third party API keys and the project is no longer actively maintained.
PhoneInfoga is an open-source OSINT (Open Source Intelligence, gathering publicly available information) tool for investigating phone numbers. You give it a phone number and it tries to gather information about it using publicly accessible sources, external APIs, phone directories, and search engines. The tool can determine basic facts like the country, area, carrier (the phone network provider), and line type (mobile, landline, VoIP). Beyond that, it attempts to find the VoIP provider if applicable, check reputation databases, look for associated social media profiles, and identify whether the number is a disposable (temporary) number. It does not track a phone's location in real time, cannot get a precise physical location, and does not claim to provide verified data, it is a research aid, not a definitive source. PhoneInfoga is written in Go and can be used in three ways: via a command-line interface, through a graphical web interface you run locally in your browser, or programmatically via a REST API. The tool is modular, using a collection of scanners that need to be individually configured with API keys or other credentials to be effective. The README notes that the project is stable but no longer actively maintained, and the repository may be archived. It is licensed under the GNU General Public License v3.0. You would use this tool for OSINT research or investigation work where you need to quickly aggregate public information about an unknown phone number.
An OSINT tool for investigating phone numbers. Pulls country, carrier, line type, reputation, and social profile hints from public sources and APIs.
Mainly Go. The stack also includes Go, REST API.
GPLv3 license. Free to use and modify, but any code you distribute that uses it must also be released under GPLv3.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.