Hostname
kodev.com.br
Last fetched
kodev.com.br resolves to 1 IPv4 address operated by AS53243 - Brasil Site Informatica LTDA in BR.
Nutrition Label
Resolution chain
kodev.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 |
|---|---|---|---|---|
| 177.11.53.90 | 177.11.53.0/24 | AS53243 | AS53243 - Brasil Site Informatica LTDA | BR |
WHOIS identity
- Registrar
- —
- Organization
- kodev development
- Contact emails
Subdomains
48 observed subdomains of kodev.com.br.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kodev.com.br in the public web crawl.
11 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for kodev.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | kodev.com.br |
| SPF_INCLUDE | _spf.srvhr.com.br |
| SPF_INCLUDE | odin.hostsrv.org |
| SPF_IP | 142.4.219.195 |
| SPF_IP | 149.56.75.20 |
| SPF_IP | 177.11.53.90 |
| SPF_IP | 51.161.12.44 |
| SPF_IP | 51.79.11.16 |
| SPF_MX | kodev.com.br |
Related pages
Pivot deeper into the graph from kodev.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kodev.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.