Hostname
labwell.in
Last fetched
labwell.in resolves to 2 IPv4 addresses operated by AS146943 in IN.
Nutrition Label
Resolution chain
labwell.in 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 |
|---|---|---|---|---|
| 185.131.55.153 | 185.132.60.0/22 | AS146943 | — | IN |
| 185.131.55.180 | 185.132.60.0/22 | AS146943 | — | IN |
WHOIS identity
No WHOIS records are currently associated with labwell.in in WhisperGraph.
Subdomains
3 observed subdomains of labwell.in.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for labwell.in.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from labwell.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "labwell.in"})-[: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.