Hostname
examcap.com
Last fetched
examcap.com resolves to 1 IPv4 address operated by AS47583 in US. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
examcap.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.116.192.122 | 89.116.192.0/24 | AS47583 | — | US |
WHOIS identity
- Registrar
- iana:1636
- Organization
- on behalf of examcap.com owner
- Contact emails
- 671ce623735e44ce94d492eae9dc3327.protect@whoisguard.com
- 0aac89d0-1b72-4a97-a117-97b532fc87c3@identity-protect.org
- 3e36c2c7-451e-4dc9-8ec2-faaf78d52d70@identity-protect.org
- 5b28ed7b-424a-482d-a7f3-a02ee4fc227d@identity-protect.org
- 734bc927-a5d2-414f-b62c-fd3c938bef2f@identity-protect.org
- 8774930c-5515-4428-8b77-4efbacb8204a@identity-protect.org
- ce3c9b57-ea9c-4a1d-a9fb-4073a35fe3f7@identity-protect.org
Subdomains
1 observed subdomain of examcap.com.
| Subdomain |
|---|
| www.examcap.com |
Threat posture
History
Related pages
Pivot deeper into the graph from examcap.com.
- IP · 89.116.192.122
- ASN · AS47583
- Registrar · iana:1636
- Country · US
- Email · 671ce623735e44ce94d492eae9dc3327.protect@whoisguard.com
- TLD · .com
- Browse hostnames · ex…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "examcap.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.