Hostname
css.ku.edu.kw
Last fetched
css.ku.edu.kw resolves to 2 IPv4 addresses operated by AS25242 in KW.
Nutrition Label
Resolution chain
css.ku.edu.kw 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 |
|---|---|---|---|---|
| 139.141.111.118 | 139.141.64.0/18 | AS25242 | — | KW |
| 34.18.161.120 | 34.18.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | QA |
WHOIS identity
No WHOIS records are currently associated with css.ku.edu.kw in WhisperGraph.
Subdomains
6 observed subdomains of css.ku.edu.kw.
Web-graph footprint
Distinct hostnames that link to or from css.ku.edu.kw in the public web crawl.
33 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for css.ku.edu.kw.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc1653-59.eu.iphmx.com |
Related pages
Pivot deeper into the graph from css.ku.edu.kw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "css.ku.edu.kw"})-[: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.