Hostname
gcom.com.br
Last fetched
gcom.com.br resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in CZ.
Nutrition Label
Resolution chain
gcom.com.br resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.147.178 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.179 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.21.239.10 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.13 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.88.61 | 23.200.88.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.200.88.76 | 23.200.88.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.110.145 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.153 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.33.42.69 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.74 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.173.42 | 23.44.173.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.44.173.50 | 23.44.173.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 23.50.131.135 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.141 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- —
- Organization
- gcom - gestao em tecnologia de informacao ltda
- Contact emails
Subdomains
11 observed subdomains of gcom.com.br.
Web-graph footprint
Distinct hostnames that link to or from gcom.com.br in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for gcom.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.locaweb.com.br |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from gcom.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gcom.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.