Hostname
fae.edu
Last fetched
fae.edu resolves to 2 IPv4 addresses operated by AS265479 in BR.
Nutrition Label
Resolution chain
fae.edu 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 |
|---|---|---|---|---|
| 207.248.87.111 | 207.248.87.0/24 | AS265479 | — | BR |
| 207.248.87.42 | 207.248.87.0/24 | AS265479 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- faculdade c. de administracao e economia
- Contact emails
- —
Subdomains
43 observed subdomains of fae.edu.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fae.edu in the public web crawl.
223 sites link to this hostname.
538 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 fae.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.191.43.9 |
| SPF_IP | 207.248.87.43 |
| SPF_IP | 207.248.87.47 |
| SPF_IP | 23.239.17.191 |
| SPF_IP | 45.79.223.118 |
| SPF_IP | 50.116.43.125 |
Related pages
Pivot deeper into the graph from fae.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fae.edu"})-[: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.