Overview
Get comprehensive domain intelligence: WHOIS, DNS, SSL, tech stack, email security, hosting
Credits
Overview: 2, WHOIS: 1, DNS: 1, Tech Stack: 2, Security: 2, Subdomains: 2
Providers
SDK Method
client.site_intel(...)
Modes
The mode parameter is a preset that configures optimal provider routing for common use cases. You can also set individual parameters directly for fine-grained control.
Overview
2 creditsAll signals combined.
WHOIS + DNS + SSL + hosting + email security.
WHOIS
1 creditRegistration data.
Registrar, dates, nameservers, DNSSEC.
DNS
1 creditFull record dump + email security.
A, MX, NS, TXT, SPF/DMARC/DKIM.
Tech Stack
2 creditsTechnology fingerprinting.
CDN, frameworks, CMS, analytics from headers+HTML.
Security
2 creditsSecurity posture with A-F grade.
SSL + email security + HTTP headers scored.
Subdomains
2 creditsSubdomain discovery.
DNS brute force for 40+ common patterns.
Parameters
domainRequiredstring
Domain to analyze (e.g. stripe.com).
modeselect (default: overview)
Intelligence depth.
Example Response
{
"success": true,
"data": {
"domain": "stripe.com",
"whois": {
"created": "1995-09-12",
"expires": "2027-09-11",
"updated": "2025-10-01",
"registrar": "SafeNames Ltd.",
"nameservers": [
"NS-1087.AWSDNS-07.ORG",
"NS-1882.AWSDNS-43.CO.UK",
"NS-423.AWSDNS-52.COM",
"NS-705.AWSDNS-24.NET"
],
"status": [
"client delete prohibited",
"client transfer prohibited"
],
"dnssec": false,
"source": "rdap"
},
"dns": {
"provider": "AWS Route 53",
"a_records": [
"54.76.53.164",
"52.215.231.162"
],
"mx_records": [
{
"priority": 10,
"host": "aspmx.l.google.com"
},
{
"priority": 20,
"host": "alt2.aspmx.l.google.com"
}
],
"email_provider": "Google Workspace",
"has_spf": true,
"spf_record": "v=spf1 ip4:198.2.180.60/32 include:spf1.stripe.com ~all",
"has_dmarc": true,
"dmarc_policy": "reject",
"dkim_found": true,
"dkim_selectors": [
{
"selector": "google",
"preview": "v=DKIM1; k=rsa; p=MIGfMA0G..."
}
]
},
"ssl": {
"issuer": "DigiCert Inc",
"valid_to": "2026-07-02",
"days_until_expiry": 65,
"protocol": "TLSv1.3",
"cipher_suite": "TLS_AES_256_GCM_SHA384"
},
"hosting": {
"provider": "Nginx",
"confidence": "medium",
"ip": "54.76.53.164",
"asn": "AS16509",
"asn_org": "Amazon.com, Inc.",
"country": "IE",
"city": "Dublin"
}
},
"metadata": {
"provider_used": "multi",
"providers_tried": [
"rdap",
"dnspython",
"ssl",
"ipinfo"
],
"mode_used": null,
"response_time_ms": 2721,
"request_id": "req_dc74a442"
},
"credits_used": 2
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.