Skip to content

Hostname

mindfire.net

Last fetched

mindfire.net resolves to 2 IPv4 addresses operated by AS47583 in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · mindfire.netRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.2/10canon.whisper.security/host/mindfire.net

Resolution chain

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

IPPrefixASNOperatorCountry
185.212.71.19185.212.70.0/23AS47583US
67.205.30.16367.205.0.0/19AS26347DREAMHOST-AS - New Dream Network, LLCUS

WHOIS identity

Registrar
iana:1068
Organization
dayton van houten
Contact emails

Subdomains

3 observed subdomains of mindfire.net.

Web-graph footprint

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

17 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from mindfire.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mindfire.net"})-[: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.