Hostname
nags.ch
Last fetched
nags.ch resolves to 1 IPv4 address operated by AS39212 in CH.
Nutrition Label
Resolution chain
nags.ch 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 |
|---|---|---|---|---|
| 185.182.24.56 | 185.182.24.0/24 | AS39212 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- reinhardt stefan
- Contact emails
- —
Subdomains
4 observed subdomains of nags.ch.
Web-graph footprint
Distinct hostnames that link to or from nags.ch in the public web crawl.
12 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for nags.ch.
| Mechanism | Target |
|---|---|
| SPF_A | nags.ch |
| SPF_IP | 2a0a:df80:24:0:0:0:0:2 |
| SPF_IP | 82.197.163.254 |
| SPF_IP | 94.126.18.116 |
| SPF_MX | nags.ch |
Related pages
Pivot deeper into the graph from nags.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nags.ch"})-[: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.