Hostname
skillbox.az
Last fetched
skillbox.az resolves to 2 IPv4 addresses operated by ENTERPRISE TELECOMUNICACOES in KZ.
Nutrition Label
Resolution chain
skillbox.az 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 |
|---|---|---|---|---|
| 194.67.80.41 | 194.67.80.0/24 | AS212189 | ENTERPRISE TELECOMUNICACOES | KZ |
| 194.67.80.43 | 194.67.80.0/24 | AS212189 | ENTERPRISE TELECOMUNICACOES | KZ |
WHOIS identity
No WHOIS records are currently associated with skillbox.az in WhisperGraph.
Subdomains
7 observed subdomains of skillbox.az.
Web-graph footprint
Distinct hostnames that link to or from skillbox.az in the public web crawl.
103 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for skillbox.az.
| Mechanism | Target |
|---|---|
| SPF_A | skillbox.az |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mindbox.ru |
| SPF_MX | skillbox.az |
Related pages
Pivot deeper into the graph from skillbox.az.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "skillbox.az"})-[: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.