Skip to content

Hostname

news.backtim.com

Last fetched

news.backtim.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · news.backtim.comRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/news.backtim.com

Resolution chain

news.backtim.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.240.196.10935.4.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.74.180.11354.94.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.IE
54.76.151.5754.95.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
54.77.68.13754.95.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
54.78.193.8054.102.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
63.32.1.2563.39.176.0/20AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with news.backtim.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for news.backtim.com.

MechanismTarget
SPF_INCLUDEspf.crsend.com

Related pages

Pivot deeper into the graph from news.backtim.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "news.backtim.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 20

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