Hostname
fmanager.mx
Last fetched
fmanager.mx resolves to 2 IPv4 addresses operated by AS-30083-US-VELIA-NET - velia.net in US.
Nutrition Label
Resolution chain
fmanager.mx resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.72.158.118 | 148.72.158.0/23 | AS30083 | AS-30083-US-VELIA-NET - velia.net | US |
| 76.223.67.189 | 76.223.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fmanager.mx in WhisperGraph.
Subdomains
4 observed subdomains of fmanager.mx.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fmanager.mx.
| Mechanism | Target |
|---|---|
| SPF_A | fmanager.mx |
| SPF_IP | 148.72.158.118 |
| SPF_MX | fmanager.mx |
Related pages
Pivot deeper into the graph from fmanager.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fmanager.mx"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.