Skip to content

Hostname

net.ourhtmldemo.com

Last fetched

net.ourhtmldemo.com resolves to 2 IPv4 addresses operated by AS36454 in US.

Nutrition Label

WHISPER CANON · net.ourhtmldemo.comRouting diversity2.4/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/net.ourhtmldemo.com

Resolution chain

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

WHOIS identity

No WHOIS records are currently associated with net.ourhtmldemo.com in WhisperGraph.

Subdomains

8 observed subdomains of net.ourhtmldemo.com.

Web-graph footprint

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

34 sites link to this hostname.

11 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • net.ourhtmldemo.com

SPF policy

8 SPF mechanisms authorising senders for net.ourhtmldemo.com.

MechanismTarget
SPF_Anet.ourhtmldemo.com
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP170.249.194.26
SPF_IP185.181.255.35
SPF_IP185.181.255.39
SPF_IP192.250.227.23
SPF_IP198.38.90.97
SPF_MXnet.ourhtmldemo.com

Related pages

Pivot deeper into the graph from net.ourhtmldemo.com.

Cypher and MCP

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

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