Hostname
fgroup.com.br
Last fetched
fgroup.com.br resolves to 1 IPv4 address operated by AS-HOSTINGER in BR.
Nutrition Label
Resolution chain
fgroup.com.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 |
|---|---|---|---|---|
| 147.79.92.140 | 147.79.88.0/21 | AS47583 | AS-HOSTINGER | BR |
WHOIS identity
- Registrar
- —
- Organization
- fercien inova??o e gest?o de ativos ltda
- Contact emails
Subdomains
9 observed subdomains of fgroup.com.br.
Web-graph footprint
Distinct hostnames that link to or from fgroup.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for fgroup.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fgrspf.fgroup.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.41.13.179 |
| SPF_IP | 104.41.30.250 |
| SPF_IP | 104.41.56.229 |
| SPF_IP | 191.235.228.36 |
| SPF_IP | 191.235.52.195 |
| SPF_IP | 191.235.52.245 |
| SPF_IP | 191.235.52.58 |
| SPF_IP | 191.235.52.65 |
| SPF_IP | 191.235.52.78 |
| SPF_IP | 191.237.206.210 |
| SPF_IP | 20.201.25.54 |
| SPF_IP | 20.201.25.55 |
| SPF_IP | 20.201.25.82 |
| SPF_IP | 20.201.25.83 |
| SPF_IP | 20.201.25.84 |
| SPF_IP | 20.206.191.81 |
| SPF_IP | 200.215.161.242 |
Related pages
Pivot deeper into the graph from fgroup.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fgroup.com.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.