Hostname
robotechshop.com
Last fetched
robotechshop.com resolves to 5 IPv4 addresses operated by AS150156 in BD. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
robotechshop.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.112.62.142 | 103.112.62.0/24 | AS150156 | — | BD |
| 167.71.185.204 | 167.71.176.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 38.114.121.40 | 38.114.121.0/24 | AS63023 | AS-GLOBALTELEHOST - GTHost | US |
| 45.63.67.181 | 45.63.64.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 66.42.124.101 | 66.42.112.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
- Registrar
- iana:303
- Organization
- baized shuvo
- Contact emails
Subdomains
11 observed subdomains of robotechshop.com.
Web-graph footprint
Distinct hostnames that link to or from robotechshop.com in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for robotechshop.com.
| Mechanism | Target |
|---|---|
| SPF_A | robotechshop.com |
| SPF_IP | 103.112.62.142 |
| SPF_IP | 138.201.23.126 |
| SPF_IP | 162.221.186.242 |
| SPF_IP | 195.201.173.159 |
| SPF_IP | 65.108.70.125 |
| SPF_IP | 88.198.34.212 |
| SPF_IP | 88.198.62.98 |
| SPF_IP | 95.217.203.187 |
| SPF_MX | robotechshop.com |
Related pages
Pivot deeper into the graph from robotechshop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "robotechshop.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.