Skip to content

Hostname

michaelvogt.com

Last fetched

michaelvogt.com resolves to 2 IPv4 addresses operated by AS64073. WHOIS lists iana:1328 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
198.18.1.300.0.0.0/0AS64073
85.13.134.9385.13.134.0/24AS34788NMM-AS D - 02742 Friedersdorf Hauptstrasse 68DE

WHOIS identity

Registrar
iana:1328
Organization
michael vogt
Contact emails

Subdomains

1 observed subdomain of michaelvogt.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for michaelvogt.com.

MechanismTarget
SPF_Amichaelvogt.com
SPF_INCLUDEspf.kasserver.com
SPF_MXmichaelvogt.com

Related pages

Pivot deeper into the graph from michaelvogt.com.

Cypher and MCP

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

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