Skip to content

Hostname

msa.bank

Last fetched

msa.bank resolves to 2 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · msa.bankRouting diversity1.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/msa.bank

Resolution chain

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

WHOIS identity

Registrar
iana:292
Organization
mutual savings assocation, fsa
Contact emails

Subdomains

6 observed subdomains of msa.bank.

Web-graph footprint

Distinct hostnames that link to or from msa.bank in the public web crawl.

16 sites link to this hostname.

18 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

24 SPF mechanisms authorising senders for msa.bank.

MechanismTarget
SPF_INCLUDEspf1.msa.bank
SPF_IP10.67.23.0/24
SPF_IP119.81.127.203
SPF_IP119.81.127.204
SPF_IP119.81.89.164
SPF_IP149.72.198.89/32
SPF_IP159.122.23.9
SPF_IP159.8.163.229
SPF_IP165.212.0.0/16
SPF_IP184.172.178.98
SPF_IP184.173.178.99
SPF_IP198.23.69.158
SPF_IP198.23.77.233
SPF_IP198.23.77.234
SPF_IP208.17.85.252
SPF_IP208.17.85.42
SPF_IP216.54.168.59
SPF_IP216.54.168.60
SPF_IP216.54.168.61
SPF_IP63.76.209.216
SPF_IP68.232.131.30/32
SPF_IP68.232.140.103/32
SPF_IP68.232.143.79/32
SPF_IP68.232.149.148/32

Related pages

Pivot deeper into the graph from msa.bank.

Cypher and MCP

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

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