Hostname
nlc.rs
Last fetched
nlc.rs resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
nlc.rs 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 |
|---|---|---|---|---|
| 168.119.208.251 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with nlc.rs in WhisperGraph.
Subdomains
2 observed subdomains of nlc.rs.
| Subdomain |
|---|
| mail.nlc.rs |
| www.nlc.rs |
Web-graph footprint
Distinct hostnames that link to or from nlc.rs in the public web crawl.
9 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- nlc.rs
SPF policy
4 SPF mechanisms authorising senders for nlc.rs.
| Mechanism | Target |
|---|---|
| SPF_A | nlc.rs |
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_IP | 168.119.208.251 |
| SPF_MX | nlc.rs |
Related pages
Pivot deeper into the graph from nlc.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nlc.rs"})-[: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.