Hostname
fmp.edu.br
Last fetched
fmp.edu.br resolves to 3 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in BR.
Nutrition Label
Resolution chain
fmp.edu.br resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.238.185.209 | 140.238.176.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
| 201.54.0.169 | 201.54.0.0/24 | AS272432 | MAGAZINE LUIZA SA | BR |
| 52.67.116.179 | 52.67.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
No WHOIS records are currently associated with fmp.edu.br in WhisperGraph.
Subdomains
39 observed subdomains of fmp.edu.br.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fmp.edu.br in the public web crawl.
52 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fmp.edu.br.
| Mechanism | Target |
|---|---|
| SPF_A | fmp.edu.br |
| SPF_INCLUDE | _spf.localservices.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | fmp.edu.br |
Related pages
Pivot deeper into the graph from fmp.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fmp.edu.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.