Hostname
controllab.com.br
Last fetched
controllab.com.br resolves to 1 IPv4 address operated by AS16276 in US.
Nutrition Label
Resolution chain
controllab.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 |
|---|---|---|---|---|
| 147.135.115.107 | 147.135.0.0/17 | AS16276 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- control lab
- Contact emails
Subdomains
20 observed subdomains of controllab.com.br.
Web-graph footprint
Distinct hostnames that link to or from controllab.com.br in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for controllab.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | pm.mtasv.net |
| SPF_IP | 177.69.167.177 |
| SPF_IP | 177.69.167.178 |
| SPF_IP | 179.184.246.18 |
| SPF_IP | 179.184.246.19 |
| SPF_IP | 186.228.43.251 |
| SPF_IP | 200.218.248.186 |
| SPF_MX | controllab.com.br |
Related pages
Pivot deeper into the graph from controllab.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "controllab.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.