Complete guide to use CyberFoks OSINT Tools & API
CyberFoks is a powerful Open Source Intelligence (OSINT) platform designed for cybersecurity researchers, ethical hackers, and investigators. Our platform provides real-time data lookup tools to help you gather public information securely and efficiently.
This documentation will guide you through the setup process, API usage, and troubleshooting. Whether you are a beginner or an advanced user, this guide will help you get the most out of CyberFoks.
Follow these simple steps to use CyberFoks tools:
CyberFoks API access is restricted to authorized users only. To get API access, please contact us via the Contact Page.
All API requests require an API key. Pass it in the Authorization header:
Authorization: Bearer Sahil
Send a POST request with the following JSON body:
{
"phone": "9876543210",
"api_key": "Sahil"
}
The API returns data in JSON format:
{
"phone": "9876543210",
"total_records": 3,
"data": [
{
"name": "John Doe",
"father_name": "Robert Doe",
"mobile": "9876543210",
"email": "johndoe@example.com",
"address": "Delhi, India",
"circle": "Delhi"
}
]
}
| Tool Name | Input | Output | Status |
|---|---|---|---|
| Phone Number Info | 10-digit number | Name, Father Name, Address, Email, Circle | Active |
| IP Lookup | IP Address | Location, ISP, Country | Coming Soon |
| Domain Lookup | Domain Name | DNS, WHOIS, Hosting | Coming Soon |
| Social Media Scraper | Username | Public Profiles, Posts | Coming Soon |
| Email Finder | Email Address | Breach Data, Name | Coming Soon |
| Code | Meaning | Solution |
|---|---|---|
200 |
Success | Data retrieved successfully |
400 |
Bad Request | Invalid input. Check your phone number format. |
401 |
Unauthorized | Missing or invalid API key. |
500 |
Server Error | Internal error. Try again later. |
A: Yes, CyberFoks is completely free for educational purposes.
A: Our data is sourced from public databases and has 99% accuracy rate.
A: No. CyberFoks is strictly for educational and learning purposes only.
A: Contact us via our Contact Page to request access.
A: Yes, we prioritize user privacy and data security.