Hostname
help.ruxit.com
Last fetched
help.ruxit.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
help.ruxit.com 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.166.118.111 | 3.166.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.118.117 | 3.166.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.118.23 | 3.166.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.118.67 | 3.166.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.45.122 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.13 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.2 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.175.45.73 | 3.175.45.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with help.ruxit.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for help.ruxit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 12.107.188.0/22 |
| SPF_IP | 12.188.200.0/22 |
| SPF_IP | 195.137.231.0/24 |
| SPF_IP | 216.152.192.163 |
| SPF_IP | 216.152.192.190 |
Related pages
Pivot deeper into the graph from help.ruxit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "help.ruxit.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.