Hostname
lccs.nu
Last fetched
lccs.nu resolves to 1 IPv4 address operated by AS61207 in SE.
Nutrition Label
Resolution chain
lccs.nu 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 |
|---|---|---|---|---|
| 212.16.186.108 | 212.16.184.0/22 | AS61207 | — | SE |
WHOIS identity
No WHOIS records are currently associated with lccs.nu in WhisperGraph.
Subdomains
1 observed subdomain of lccs.nu.
| Subdomain |
|---|
| www.lccs.nu |
Web-graph footprint
Distinct hostnames that link to or from lccs.nu in the public web crawl.
16 sites link to this hostname.
77 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- lccs.nu
SPF policy
5 SPF mechanisms authorising senders for lccs.nu.
| Mechanism | Target |
|---|---|
| SPF_A | lccs.nu |
| SPF_INCLUDE | _spf.reliablemail.org |
| SPF_INCLUDE | reliablemail.org |
| SPF_IP | 212.16.186.108 |
| SPF_MX | lccs.nu |
Related pages
Pivot deeper into the graph from lccs.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lccs.nu"})-[: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.