Hostname
routerabbit.ai
Last fetched
routerabbit.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
routerabbit.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.174.113.17 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.22 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.23 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.85 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.175.86.100 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.101 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.73 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.8 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with routerabbit.ai in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for routerabbit.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from routerabbit.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "routerabbit.ai"})-[: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.