Skip to content

Hostname

mfsa.mt

Last fetched

mfsa.mt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · mfsa.mtRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mfsa.mt

Resolution chain

mfsa.mt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.30.35104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.31.35104.18.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with mfsa.mt in WhisperGraph.

Subdomains

12 observed subdomains of mfsa.mt.

Web-graph footprint

Distinct hostnames that link to or from mfsa.mt in the public web crawl.

979 sites link to this hostname.

199 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for mfsa.mt.

MechanismTarget
SPF_INCLUDE_spf.psm.knowbe4.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf-westeu.emailsignatures365.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.sendinblue.com
SPF_IP147.160.167.0/26
SPF_IP168.245.40.253/32
SPF_IP172.205.146.240
SPF_IP217.15.104.156
SPF_IP217.15.104.164
SPF_IP217.15.104.232
SPF_IP23.21.109.197/32
SPF_IP23.21.109.212/32

Related pages

Pivot deeper into the graph from mfsa.mt.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mfsa.mt"})-[: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.