Hostname
fop.unicamp.br
Last fetched
fop.unicamp.br resolves to 3 IPv4 addresses operated by AS53187 in BR.
Nutrition Label
Resolution chain
fop.unicamp.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 |
|---|---|---|---|---|
| 143.106.235.23 | 143.106.0.0/16 | AS53187 | — | BR |
| 143.106.235.30 | 143.106.0.0/16 | AS53187 | — | BR |
| 143.106.235.7 | 143.106.0.0/16 | AS53187 | — | BR |
WHOIS identity
No WHOIS records are currently associated with fop.unicamp.br in WhisperGraph.
Subdomains
429 observed subdomains of fop.unicamp.br.
Showing 25 of 429. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fop.unicamp.br in the public web crawl.
170 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for fop.unicamp.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 143.106.10.159 |
| SPF_IP | 143.106.10.169 |
| SPF_IP | 143.106.235.12 |
| SPF_IP | 143.106.235.27 |
| SPF_MX | fop.unicamp.br |
Related pages
Pivot deeper into the graph from fop.unicamp.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fop.unicamp.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.