Hostname
ps.kz
Last fetched
ps.kz resolves to 2 IPv4 addresses operated by AS48716 in KZ. WHOIS lists iana:1656 as the registrar.
Nutrition Label
Resolution chain
ps.kz 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 |
|---|---|---|---|---|
| 195.210.46.155 | 195.210.46.0/24 | AS48716 | — | KZ |
| 94.247.130.235 | 94.247.130.0/24 | AS48716 | — | KZ |
WHOIS identity
- Registrar
- iana:1656
- Organization
- regmaster
- Contact emails
- —
Subdomains
241 observed subdomains of ps.kz.
Showing 25 of 241. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ps.kz in the public web crawl.
415 sites link to this hostname.
113 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ps.kz.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ps.kz |
| SPF_A | mx1.ps.kz |
| SPF_A | ps.kz |
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_INCLUDE | spf.sendsay.ru |
| SPF_MX | ps.kz |
Related pages
Pivot deeper into the graph from ps.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ps.kz"})-[: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.