Hostname
958.am
Last fetched
958.am resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
958.am resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.167.98.246 | 18.166.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
| 35.229.138.10 | 35.229.128.0/17 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | TW |
WHOIS identity
No WHOIS records are currently associated with 958.am in WhisperGraph.
Subdomains
1 observed subdomain of 958.am.
| Subdomain |
|---|
| www.958.am |
Threat posture
History
Related pages
Pivot deeper into the graph from 958.am.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "958.am"})-[: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.