Hostname
lab1100.com
Last fetched
lab1100.com resolves to 1 IPv4 address operated by NETROUTING-AS in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
lab1100.com 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 |
|---|---|---|---|---|
| 91.229.60.66 | 91.229.60.0/22 | AS6206 | NETROUTING-AS | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- lab1100
- Contact emails
Subdomains
16 observed subdomains of lab1100.com.
Web-graph footprint
Distinct hostnames that link to or from lab1100.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- b.lab1100.com
- lab1100.com
- relay.transip.nl
SPF policy
2 SPF mechanisms authorising senders for lab1100.com.
| Mechanism | Target |
|---|---|
| SPF_A | lab1100.com |
| SPF_MX | lab1100.com |
Related pages
Pivot deeper into the graph from lab1100.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lab1100.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.