Skip to content

Hostname

api.fmh2.ma

Last fetched

api.fmh2.ma resolves to 1 IPv4 address operated by AS6713 in MA.

Nutrition Label

WHISPER CANON · api.fmh2.maRouting diversity1.5/10Peering density5.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.fmh2.ma

Resolution chain

api.fmh2.ma resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
41.140.243.11541.140.0.0/15AS6713MA

WHOIS identity

No WHOIS records are currently associated with api.fmh2.ma in WhisperGraph.

Subdomains

1 observed subdomain of api.fmh2.ma.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for api.fmh2.ma.

MechanismTarget
SPF_Aapi.fmh2.ma
SPF_IP148.251.12.24
SPF_MXapi.fmh2.ma

Related pages

Pivot deeper into the graph from api.fmh2.ma.

Cypher and MCP

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

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