Hostname
mpsc.mp.br
Last fetched
mpsc.mp.br resolves to 1 IPv4 address operated by AS271246 in BR.
Nutrition Label
Resolution chain
mpsc.mp.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.231.118.199 | 192.231.118.0/24 | AS271246 | — | BR |
WHOIS identity
No WHOIS records are currently associated with mpsc.mp.br in WhisperGraph.
Subdomains
46 observed subdomains of mpsc.mp.br.
Showing 25 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mpsc.mp.br in the public web crawl.
406 sites link to this hostname.
164 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mpsc.mp.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.162.11.9 |
| SPF_IP | 150.162.66.41 |
| SPF_IP | 178.238.225.65 |
| SPF_IP | 186.250.187.229 |
| SPF_IP | 186.250.187.234 |
| SPF_IP | 192.231.118.1 |
| SPF_IP | 192.231.118.2 |
| SPF_IP | 192.231.118.3 |
| SPF_IP | 65.109.111.240 |
| SPF_IP | 89.117.62.54 |
| SPF_MX | mpsc.mp.br |
Related pages
Pivot deeper into the graph from mpsc.mp.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mpsc.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.