Hostname
mpmg.mp.br
Last fetched
mpmg.mp.br resolves to 2 IPv4 addresses operated by AS263406 in BR.
Nutrition Label
Resolution chain
mpmg.mp.br 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 |
|---|---|---|---|---|
| 177.190.215.49 | 177.190.239.0/24 | AS263406 | — | BR |
| 177.190.215.49 | 177.190.239.0/24 | AS263406 | — | BR |
| 177.190.215.52 | 177.190.239.0/24 | AS263406 | — | BR |
| 177.190.215.52 | 177.190.239.0/24 | AS263406 | — | BR |
WHOIS identity
No WHOIS records are currently associated with mpmg.mp.br in WhisperGraph.
Subdomains
39 observed subdomains of mpmg.mp.br.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mpmg.mp.br in the public web crawl.
677 sites link to this hostname.
104 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mpmg.mp.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.criaenvio.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.190.215.61/32 |
| SPF_IP | 177.190.215.62/32 |
Related pages
Pivot deeper into the graph from mpmg.mp.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpmg.mp.br"})-[: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.