Skip to content

Hostname

ibb.de

Last fetched

ibb.de resolves to 1 IPv4 address operated by COLT COLT Technology Services Group Limited in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
213.61.227.177213.61.0.0/16AS8220COLT COLT Technology Services Group LimitedDE

WHOIS identity

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

Subdomains

24 observed subdomains of ibb.de.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for ibb.de.

MechanismTarget
SPF_IP213.61.227.182
SPF_IP213.61.227.189
SPF_IP213.61.227.190

Related pages

Pivot deeper into the graph from ibb.de.

Cypher and MCP

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

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