Skip to content

Hostname

hug.de

Last fetched

hug.de resolves to 1 IPv4 address operated by NETCOLOGNE in DE.

Nutrition Label

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

Resolution chain

hug.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.196.233.69213.196.192.0/18AS8422NETCOLOGNEDE

WHOIS identity

No WHOIS records are currently associated with hug.de in WhisperGraph.

Subdomains

36 observed subdomains of hug.de.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for hug.de.

MechanismTarget
SPF_Akix.hug.de
SPF_Amail.hug.de
SPF_Amailgw.electronicsales.de
SPF_INCLUDEcemsc.net
SPF_INCLUDEspf.hug-de.cloud.nospamproxy.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.88.212.50
SPF_IP194.8.213.37
SPF_IP212.117.90.128/26
SPF_IP213.131.244.86/32
SPF_IP213.196.233.64/27
SPF_IP5.45.176.13
SPF_IP5.45.179.66
SPF_IP5.45.181.192/28

Related pages

Pivot deeper into the graph from hug.de.

Cypher and MCP

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

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