Skip to content

Hostname

host-on.de

Last fetched

host-on.de resolves to 2 IPv4 addresses operated by HOST-ON Host-On Service Provider GmbH in DE.

Nutrition Label

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

Resolution chain

host-on.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
2.58.54.1002.58.54.0/24AS215341HOST-ON Host-On Service Provider GmbHDE
5.180.194.1005.180.194.0/24AS215341HOST-ON Host-On Service Provider GmbHDE

WHOIS identity

No WHOIS records are currently associated with host-on.de in WhisperGraph.

Subdomains

150 observed subdomains of host-on.de.

Web-graph footprint

Distinct hostnames that link to or from host-on.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for host-on.de.

MechanismTarget
SPF_Ahost-on.de
SPF_INCLUDEeu.transmail.net
SPF_INCLUDEspf.adminlabs.com
SPF_INCLUDEspf.host-on.email
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.p1.infomail.tips
SPF_INCLUDEspf.zoho.eu
SPF_IP185.87.21.78
SPF_IP185.87.21.82
SPF_MXhost-on.de

Related pages

Pivot deeper into the graph from host-on.de.

Cypher and MCP

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

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