Hostname
csis.dk
Last fetched
csis.dk resolves to 2 IPv4 addresses operated by AS209242 in US.
Nutrition Label
Resolution chain
csis.dk 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 |
|---|---|---|---|---|
| 199.60.103.120 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.20 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- csis security group a/s
- Contact emails
- —
Subdomains
40 observed subdomains of csis.dk.
Showing 25 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from csis.dk in the public web crawl.
146 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for csis.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.tem.scaleway.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.113.228.0/24 |
| SPF_IP | 20.160.91.52 |
| SPF_IP | 20.61.193.245 |
| SPF_IP | 89.233.19.180/30 |
| SPF_IP | 89.233.19.184/30 |
| SPF_IP | 89.233.19.188/31 |
Related pages
Pivot deeper into the graph from csis.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "csis.dk"})-[: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.