Skip to content

Hostname

docs.structr.com

Last fetched

docs.structr.com resolves to 2 IPv4 addresses operated by COMBELL-AS in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
185.175.196.19185.175.196.0/24AS34762COMBELL-ASDE
94.130.170.18294.130.0.0/16AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with docs.structr.com in WhisperGraph.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for docs.structr.com.

MechanismTarget
SPF_Adocs.structr.com
SPF_Amail.structr.com
SPF_INCLUDEmailgun.org
SPF_IP2a01:4f8:c0c:452b:0:0:0:1
SPF_IP78.47.174.61
SPF_MXdocs.structr.com

Related pages

Pivot deeper into the graph from docs.structr.com.

Cypher and MCP

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

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