Hostname
birdclick.com.br
Last fetched
birdclick.com.br resolves to 4 IPv4 addresses operated by AS47583 in MY.
Nutrition Label
Resolution chain
birdclick.com.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 |
|---|---|---|---|---|
| 145.79.24.48 | 145.79.24.0/21 | AS47583 | — | MY |
| 145.79.29.166 | 145.79.24.0/21 | AS47583 | — | MY |
| 147.79.120.192 | 147.79.120.0/21 | AS47583 | — | US |
| 77.37.76.223 | 77.37.76.0/24 | AS47583 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- danilo eizo anraki
- Contact emails
Subdomains
79 observed subdomains of birdclick.com.br.
Showing 25 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from birdclick.com.br in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for birdclick.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from birdclick.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "birdclick.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.