Hostname
cms.alkhidmat.org
Last fetched
cms.alkhidmat.org resolves to 2 IPv4 addresses operated by AS24435 in PK.
Nutrition Label
Resolution chain
cms.alkhidmat.org 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 |
|---|---|---|---|---|
| 103.27.22.130 | 103.27.22.0/24 | AS24435 | — | PK |
| 119.155.140.242 | 119.152.0.0/13 | AS17557 | — | PK |
WHOIS identity
No WHOIS records are currently associated with cms.alkhidmat.org in WhisperGraph.
Subdomains
1 observed subdomain of cms.alkhidmat.org.
| Subdomain |
|---|
| www.cms.alkhidmat.org |
Threat posture
History
Related pages
Pivot deeper into the graph from cms.alkhidmat.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cms.alkhidmat.org"})-[: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.