Hostname
gstach.com
Last fetched
gstach.com resolves to 1 IPv4 address operated by AS8972 in FR. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
gstach.com 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 |
|---|---|---|---|---|
| 83.169.3.40 | 83.169.0.0/21 | AS8972 | — | FR |
WHOIS identity
- Registrar
- iana:69
- Organization
- michael gstach
- Contact emails
Subdomains
4 observed subdomains of gstach.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for gstach.com.
| Mechanism | Target |
|---|---|
| SPF_A | gstach.com |
| SPF_A | mx.expurgate.net |
| SPF_A | mxa.expurgate.net |
| SPF_A | mxb.expurgate.net |
| SPF_A | vps2.gstach.com |
| SPF_A | vps3.gstach.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | gstach.com |
Related pages
Pivot deeper into the graph from gstach.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gstach.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.