Hostname
gecko.de
Last fetched
gecko.de resolves to 1 IPv4 address operated by TDDE-ASN1 in DE.
Nutrition Label
Resolution chain
gecko.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.189.247.38 | 193.189.224.0/19 | AS6805 | TDDE-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with gecko.de in WhisperGraph.
Subdomains
81 observed subdomains of gecko.de.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gecko.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for gecko.de.
| Mechanism | Target |
|---|---|
| SPF_A | custmail-out.boreus.de |
| SPF_A | mail.gecko.de |
| SPF_A | mx.boreus.de |
| SPF_INCLUDE | spf-westeu.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.189.247.10 |
| SPF_IP | 193.189.247.11 |
| SPF_IP | 193.189.247.12 |
| SPF_IP | 193.189.247.200 |
| SPF_IP | 193.189.247.8 |
| SPF_IP | 195.50.176.11 |
| SPF_IP | 195.50.177.41 |
| SPF_IP | 195.50.177.44 |
| SPF_IP | 46.189.56.11 |
| SPF_IP | 83.169.17.184 |
| SPF_IP | 85.199.64.11 |
Related pages
Pivot deeper into the graph from gecko.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gecko.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.