Skip to content

Hostname

caseyhouse.com

Last fetched

caseyhouse.com resolves to 2 IPv4 addresses operated by AS64073 in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · caseyhouse.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/caseyhouse.com

Resolution chain

caseyhouse.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.119.45.1040.0.0.0/0AS64073US
98.124.224.1798.124.224.0/24AS32491TUCOWS-3 - Tucows.com Co.US

WHOIS identity

Registrar
iana:48
Organization
corwin wong
Contact emails

Subdomains

8 observed subdomains of caseyhouse.com.

Web-graph footprint

Distinct hostnames that link to or from caseyhouse.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • caseyhouse.com

SPF policy

3 SPF mechanisms authorising senders for caseyhouse.com.

MechanismTarget
SPF_Acaseyhouse.com
SPF_IP69.162.149.2
SPF_MXcaseyhouse.com

Related pages

Pivot deeper into the graph from caseyhouse.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "caseyhouse.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.