Hostname
comp110.com
Last fetched
comp110.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
comp110.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 |
|---|---|---|---|---|
| 35.169.86.57 | 35.168.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of comp110.com owner
- Contact emails
- krisjordan@gmail.com
- 0e131087-6d6f-44e5-b34d-4336b85d54af@identity-protect.org
- 2b06a1eb-f651-4d33-95e7-abd1a8e8ee17@identity-protect.org
- 75c8d599-613c-438c-8e28-4f6c99c0a6c6@identity-protect.org
- 9430a2bc-b6a2-4602-a2de-e54b8dc97a14@identity-protect.org
- ca4c90f0-1c57-418e-a69e-72f38036e268@identity-protect.org
- dec190f5-17e0-4a3e-963b-73de82e64720@identity-protect.org
Subdomains
18 observed subdomains of comp110.com.
Web-graph footprint
Distinct hostnames that link to or from comp110.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from comp110.com.
- IP · 35.169.86.57
- ASN · AS14618AMAZON-AES - Amazon.com, Inc.
- Registrar · iana:468
- Country · US
- Email · krisjordan@gmail.com
- TLD · .com
- Browse hostnames · co…
- 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: "comp110.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.