Hostname
gasblock.kz
Last fetched
gasblock.kz resolves to 1 IPv4 address operated by PFNB-AS - JSC Kazteleport - subsidiary of Halyk Bank of Kazakhstan in KZ.
Nutrition Label
Resolution chain
gasblock.kz 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 |
|---|---|---|---|---|
| 77.220.207.191 | 77.220.207.0/24 | AS51162 | PFNB-AS - JSC Kazteleport - subsidiary of Halyk Bank of Kazakhstan | KZ |
WHOIS identity
No WHOIS records are currently associated with gasblock.kz in WhisperGraph.
Subdomains
3 observed subdomains of gasblock.kz.
Web-graph footprint
Distinct hostnames that link to or from gasblock.kz in the public web crawl.
11 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for gasblock.kz.
| Mechanism | Target |
|---|---|
| SPF_A | gasblock.kz |
| SPF_INCLUDE | _spf.ps.kz |
| SPF_MX | gasblock.kz |
Related pages
Pivot deeper into the graph from gasblock.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gasblock.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.