Skip to content

Hostname

gob.de

Last fetched

gob.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · gob.deRouting diversity1.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/gob.de

Resolution chain

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

IPPrefixASNOperatorCountry
18.193.193.25118.192.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

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

Subdomains

18 observed subdomains of gob.de.

Web-graph footprint

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

71 sites link to this hostname.

83 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for gob.de.

MechanismTarget
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsharepointonline.com
SPF_INCLUDEspf.adminlabs.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP18.193.193.251
SPF_IP194.127.254.200
SPF_IP20.218.74.164
SPF_IP51.136.26.68
SPF_IP78.47.199.118
SPF_IP81.30.157.194/26

Related pages

Pivot deeper into the graph from gob.de.

Cypher and MCP

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

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