Hostname
fpcs.edu.br
Last fetched
fpcs.edu.br resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
fpcs.edu.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 |
|---|---|---|---|---|
| 52.4.199.232 | 52.4.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fpcs.edu.br in WhisperGraph.
Subdomains
11 observed subdomains of fpcs.edu.br.
Web-graph footprint
Distinct hostnames that link to or from fpcs.edu.br in the public web crawl.
12 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for fpcs.edu.br.
| Mechanism | Target |
|---|---|
| SPF_A | fpcs.edu.br |
| SPF_A | mail-oti-f50.google.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | fpcs.edu.br |
| SPF_INCLUDE | fpcspf.fpcs.edu.br |
| SPF_INCLUDE | spf.fpcs.edu.br |
| SPF_INCLUDE | spf_19072.aknamail.com.br |
| SPF_IP | 209.85.220.65/32 |
| SPF_IP | 35.168.216.102 |
| SPF_MX | fpcs.edu.br |
Related pages
Pivot deeper into the graph from fpcs.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fpcs.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.