Hostname
360fraud.ai
Last fetched
360fraud.ai resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
360fraud.ai resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.211.153.45 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with 360fraud.ai in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from 360fraud.ai in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for 360fraud.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.111.53.52 |
| SPF_IP | 131.226.192.173/32 |
| SPF_IP | 149.72.124.47 |
| SPF_IP | 149.72.234.7 |
| SPF_IP | 159.183.13.143/32 |
| SPF_IP | 168.245.103.40/32 |
| SPF_IP | 190.85.66.106/32 |
| SPF_IP | 195.35.83.195/32 |
| SPF_IP | 20.185.9.111/32 |
| SPF_IP | 2603:10b6::/3 |
Related pages
Pivot deeper into the graph from 360fraud.ai.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "360fraud.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.