Hostname
rothco.com
Last fetched
rothco.com resolves to 19 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
rothco.com resolves to 19 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.118.56.65 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.190.34.247 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.218.0.216 | 18.216.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.219.89.3 | 18.216.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.12.224.25 | 3.12.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.134.178.35 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.143.81.77 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.146.179.112 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.148.69.165 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.149.201.195 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.149.59.104 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.37.206 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.16.73.134 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.19.175.58 | 3.16.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.20.169.178 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.15.216.9 | 52.15.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.15.46.247 | 52.15.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.59.5.6 | 16.59.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.59.174.160 | 16.59.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- rothco
- Contact emails
Subdomains
12 observed subdomains of rothco.com.
Web-graph footprint
Distinct hostnames that link to or from rothco.com in the public web crawl.
399 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for rothco.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | acemsb1.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.211.25.152 |
| SPF_IP | 192.162.216.0/22 |
| SPF_IP | 209.239.233.124/32 |
| SPF_IP | 24.246.127.208/29 |
| SPF_IP | 54.174.75.239 |
| SPF_IP | 75.99.83.48/29 |
| SPF_MX | rothco.com |
Related pages
Pivot deeper into the graph from rothco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rothco.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.