Skip to content

Hostname

gopas.de

Last fetched

gopas.de resolves to 2 IPv4 addresses operated by AS13157 in DE.

Nutrition Label

WHISPER CANON · gopas.deRouting diversity1.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/gopas.de

Resolution chain

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

WHOIS identity

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

Subdomains

45 observed subdomains of gopas.de.

Web-graph footprint

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

6 sites link to this hostname.

5 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for gopas.de.

MechanismTarget
SPF_INCLUDEspf.routing.net
SPF_IP213.128.132.142
SPF_IP62.112.32.0/19
SPF_MXgopas.de

Related pages

Pivot deeper into the graph from gopas.de.

Cypher and MCP

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

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