Hostname
itambe.net
Last fetched
itambe.net resolves to 1 IPv4 address operated by AS10429 in BR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
itambe.net 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 |
|---|---|---|---|---|
| 189.44.181.35 | 189.50.8.0/23 | AS10429 | — | BR |
WHOIS identity
- Registrar
- iana:2
- Organization
- itambe planejamento adm. imob.
- Contact emails
Subdomains
4 observed subdomains of itambe.net.
Web-graph footprint
Distinct hostnames that link to or from itambe.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for itambe.net.
| Mechanism | Target |
|---|---|
| SPF_A | grupoitambe.mxsec.com.br |
| SPF_IP | 103.47.207.60 |
| SPF_IP | 107.170.91.99 |
| SPF_IP | 208.68.38.195 |
| SPF_IP | 43.228.186.62 |
| SPF_MX | itambe.net |
Related pages
Pivot deeper into the graph from itambe.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itambe.net"})-[: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.