Hostname
m.mafep.pt
Last fetched
m.mafep.pt resolves to 2 IPv4 addresses operated by AS24768 in PT.
Nutrition Label
Resolution chain
m.mafep.pt 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 |
|---|---|---|---|---|
| 94.46.183.45 | 94.46.176.0/21 | AS24768 | — | PT |
| 94.46.22.101 | 94.46.22.0/24 | AS24768 | — | PT |
WHOIS identity
No WHOIS records are currently associated with m.mafep.pt in WhisperGraph.
Subdomains
1 observed subdomain of m.mafep.pt.
| Subdomain |
|---|
| www.m.mafep.pt |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for m.mafep.pt.
| Mechanism | Target |
|---|---|
| SPF_A | m.mafep.pt |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.118.112.135 |
| SPF_IP | 185.118.112.142 |
| SPF_IP | 94.46.183.45 |
| SPF_IP | 94.46.22.101 |
| SPF_MX | m.mafep.pt |
Related pages
Pivot deeper into the graph from m.mafep.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.mafep.pt"})-[: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.