Hostname
ecu-shop.com
Last fetched
ecu-shop.com resolves to 2 IPv4 addresses operated by AS136523 in TH. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
ecu-shop.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 |
|---|---|---|---|---|
| 103.91.190.94 | 103.91.190.0/24 | AS136523 | — | TH |
| 150.95.30.108 | 150.95.30.0/23 | AS135161 | — | TH |
WHOIS identity
- Registrar
- iana:69
- Organization
- suthipoj tripuwabhrut
- Contact emails
Subdomains
21 observed subdomains of ecu-shop.com.
Showing 17 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecu-shop.com in the public web crawl.
16 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ecu-shop.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from ecu-shop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecu-shop.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.