Skip to content

Hostname

660.at

Last fetched

660.at resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · 660.atRouting diversity2.4/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/660.at

Resolution chain

660.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
199.59.243.228199.64.176.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
37.27.55.1237.28.5.0/24AS24940FI

WHOIS identity

No WHOIS records are currently associated with 660.at in WhisperGraph.

Subdomains

1 observed subdomain of 660.at.

Subdomain
www.660.at

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for 660.at.

MechanismTarget
SPF_INCLUDEspf.socketlabs.com

Related pages

Pivot deeper into the graph from 660.at.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "660.at"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.