Skip to content

Hostname

flights25.com

Last fetched

flights25.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · flights25.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/flights25.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.94.10813.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.12713.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.613.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
13.226.94.6613.226.94.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.172.2518.160.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.172.6618.160.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.172.7518.160.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.172.9218.160.168.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
54.230.144.12454.230.144.0/23AS16509AMAZON-02 - Amazon.com, Inc.CO
54.230.144.1554.230.144.0/23AS16509AMAZON-02 - Amazon.com, Inc.CO
54.230.144.1854.230.144.0/23AS16509AMAZON-02 - Amazon.com, Inc.CO
54.230.144.8054.230.144.0/23AS16509AMAZON-02 - Amazon.com, Inc.CO

WHOIS identity

Registrar
iana:468
Organization
bo jep
Contact emails

Subdomains

2 observed subdomains of flights25.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for flights25.com.

MechanismTarget
SPF_Aflights25.com
SPF_INCLUDE_spf.firebasemail.com
SPF_IP185.82.22.193
SPF_MXflights25.com

Related pages

Pivot deeper into the graph from flights25.com.

Cypher and MCP

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

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