Hostname
fsg.br
Last fetched
fsg.br resolves to 4 IPv4 addresses operated by AS20940 in UA.
Nutrition Label
Resolution chain
fsg.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.21.173.49 | 2.21.173.0/24 | AS20940 | — | UA |
| 2.21.89.90 | 2.21.89.0/24 | AS20940 | — | UA |
| 23.200.0.33 | 23.200.0.0/24 | AS20940 | — | US |
| 23.200.0.9 | 23.200.0.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- faculdade da serra ga?cha
- Contact emails
Subdomains
6 observed subdomains of fsg.br.
Web-graph footprint
Distinct hostnames that link to or from fsg.br in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for fsg.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fsg.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fsg.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.