Hostname
growtechauto.com
Last fetched
growtechauto.com resolves to 2 IPv4 addresses operated by AS42926 in TR. WHOIS lists iana:1454 as the registrar.
Nutrition Label
Resolution chain
growtechauto.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 176.53.90.233 | 176.53.90.0/24 | AS42926 | — | TR |
| 85.95.237.183 | 85.95.237.0/24 | AS206991 | — | TR |
WHOIS identity
- Registrar
- iana:1454
- Organization
- bunyamin ayaz
- Contact emails
Subdomains
5 observed subdomains of growtechauto.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for growtechauto.com.
| Mechanism | Target |
|---|---|
| SPF_A | growtechauto.com |
| SPF_A | mail.growtechauto.com |
| SPF_IP | 31.210.67.190 |
| SPF_IP | 85.95.237.0/24 |
| SPF_MX | growtechauto.com |
Related pages
Pivot deeper into the graph from growtechauto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "growtechauto.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.