Hostname
ilcs.net
Last fetched
ilcs.net resolves to 2 IPv4 addresses operated by SKYNET360-LLC-7863492000 - SKYNET360 LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
ilcs.net 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 |
|---|---|---|---|---|
| 69.54.227.49 | 69.54.227.0/24 | AS55134 | SKYNET360-LLC-7863492000 - SKYNET360 LLC | US |
| 173.236.113.197 | 173.236.96.0/19 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- ilcs
- Contact emails
Subdomains
268 observed subdomains of ilcs.net.
Web-graph footprint
Distinct hostnames that link to or from ilcs.net in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ilcs.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 173.236.113.196 |
| SPF_IP | 69.54.224.13 |
Related pages
Pivot deeper into the graph from ilcs.net.
- IP · 69.54.227.49
- ASN · AS55134SKYNET360-LLC-7863492000 - SKYNET360 LLC
- Registrar · iana:2
- Country · US
- Email · admin@ilcs.net
- TLD · .net
- Browse hostnames · il…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ilcs.net"})-[: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.