Hostname
nc.lutter.nrw
Last fetched
nc.lutter.nrw resolves to 2 IPv4 addresses operated by KOMMITT-AS KomMITT Ratingen GmbH in DE.
Nutrition Label
Resolution chain
nc.lutter.nrw 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 |
|---|---|---|---|---|
| 37.131.181.47 | 37.131.180.0/22 | AS60522 | KOMMITT-AS KomMITT Ratingen GmbH | DE |
| 37.131.182.252 | 37.131.180.0/22 | AS60522 | KOMMITT-AS KomMITT Ratingen GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with nc.lutter.nrw in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from nc.lutter.nrw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nc.lutter.nrw"})-[: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.