Hostname
fass.edu.br
Last fetched
fass.edu.br resolves to 2 IPv4 addresses operated by AS20940 in KR.
Nutrition Label
Resolution chain
fass.edu.br 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 |
|---|---|---|---|---|
| 23.201.35.137 | 23.201.35.0/24 | AS20940 | — | KR |
| 23.201.35.200 | 23.201.35.0/24 | AS20940 | — | KR |
WHOIS identity
No WHOIS records are currently associated with fass.edu.br in WhisperGraph.
Subdomains
13 observed subdomains of fass.edu.br.
Showing 11 of 13. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fass.edu.br in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fass.edu.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_22599.aknamail.com.br |
| SPF_IP | 200.219.232.161/32 |
Related pages
Pivot deeper into the graph from fass.edu.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fass.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.