Skip to content

Hostname

form.prezero.de

Last fetched

form.prezero.de resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US.

Nutrition Label

WHISPER CANON · form.prezero.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/form.prezero.de

Resolution chain

form.prezero.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.45.119.1623.45.119.0/24AS20940AKAMAI-ASN1US
23.45.119.3023.45.119.0/24AS20940AKAMAI-ASN1US
61.111.58.3961.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR
61.111.58.6961.111.0.0/18AS3786LGDACOM LG DACOM CorporationKR

WHOIS identity

No WHOIS records are currently associated with form.prezero.de in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from form.prezero.de in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from form.prezero.de.

Cypher and MCP

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

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