Hostname
ultralinetech.com.br
Last fetched
ultralinetech.com.br resolves to 2 IPv4 addresses operated by AS22689 in BR.
Nutrition Label
Resolution chain
ultralinetech.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 187.62.8.201 | 187.62.0.0/20 | AS22689 | — | BR |
| 200.250.0.41 | 200.250.0.0/16 | AS4230 | — | BR |
WHOIS identity
No WHOIS records are currently associated with ultralinetech.com.br in WhisperGraph.
Subdomains
1 observed subdomain of ultralinetech.com.br.
| Subdomain |
|---|
| www.ultralinetech.com.br |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ultralinetech.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | mail.conexaoempresas.com.br |
| SPF_MX | ultralinetech.com.br |
Related pages
Pivot deeper into the graph from ultralinetech.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ultralinetech.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.