Hostname
nc18.com
Last fetched
nc18.com resolves to 8 IPv4 addresses operated by PEG-SV - PEG TECH INC in US. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
nc18.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.233.143.12 | 104.233.143.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.183.212 | 104.233.183.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.183.217 | 104.233.183.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 107.149.220.28 | 107.149.220.0/23 | AS398823 | PEG-LA - PEG TECH INC | US |
| 23.224.132.133 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.224.132.243 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.224.2.13 | 23.224.2.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.224.242.235 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
1 observed subdomain of nc18.com.
| Subdomain |
|---|
| www.nc18.com |
Web-graph footprint
Distinct hostnames that link to or from nc18.com in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from nc18.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nc18.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.