Skip to content

Hostname

my.ffb.com

Last fetched

my.ffb.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.

Nutrition Label

WHISPER CANON · my.ffb.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/my.ffb.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.244.87.10618.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.6418.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.8818.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
18.244.87.9118.244.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BG
52.85.61.10652.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.1952.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.452.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.61.4552.85.61.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with my.ffb.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for my.ffb.com.

MechanismTarget
SPF_INCLUDEmailgun.org

Related pages

Pivot deeper into the graph from my.ffb.com.

Cypher and MCP

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

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