Skip to content

Hostname

autodiscover.fmb.com

Last fetched

autodiscover.fmb.com resolves to 3 IPv4 addresses operated by US-TELEPACIFIC - TPx Communications in US.

Nutrition Label

WHISPER CANON · autodiscover.fmb.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/autodiscover.fmb.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.241.61.190216.241.48.0/20AS14265US-TELEPACIFIC - TPx CommunicationsUS
47.176.243.20447.176.0.0/14AS5650FRONTIER-FRTR - Frontier Communications of America, Inc.US
64.124.60.7764.124.0.0/17AS6461ZAYO-6461 - Zayo BandwidthUS

WHOIS identity

No WHOIS records are currently associated with autodiscover.fmb.com in WhisperGraph.

Subdomains

1 observed subdomain of autodiscover.fmb.com.

Threat posture

History

Related pages

Pivot deeper into the graph from autodiscover.fmb.com.

Cypher and MCP

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

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