Hostname
controllab.com
Last fetched
controllab.com resolves to 2 IPv4 addresses operated by AS16276 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
controllab.com 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 |
|---|---|---|---|---|
| 147.135.115.107 | 147.135.0.0/17 | AS16276 | — | US |
| 34.54.195.252 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- controllab controle de qualidade para laboratorios ltda
- Contact emails
Subdomains
78 observed subdomains of controllab.com.
Showing 25 of 78. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from controllab.com in the public web crawl.
64 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for controllab.com.
| 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 |
Related pages
Pivot deeper into the graph from controllab.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "controllab.com"})-[: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.