Hostname
oksofas.es
Last fetched
oksofas.es resolves to 4 IPv4 addresses operated by AS47583 in MY.
Nutrition Label
Resolution chain
oksofas.es resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 145.79.24.41 | 145.79.24.0/21 | AS47583 | — | MY |
| 145.79.29.190 | 145.79.24.0/21 | AS47583 | — | MY |
| 147.79.79.168 | 147.79.72.0/21 | AS47583 | — | US |
| 88.223.87.157 | 88.223.80.0/21 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with oksofas.es in WhisperGraph.
Subdomains
2 observed subdomains of oksofas.es.
| Subdomain |
|---|
| staging.oksofas.es |
| www.oksofas.es |
Web-graph footprint
Distinct hostnames that link to or from oksofas.es in the public web crawl.
34 sites link to this hostname.
44 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 oksofas.es.
| Mechanism | Target |
|---|---|
| SPF_A | oksofas.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 147.79.103.12 |
| SPF_IP | 5.135.154.168 |
| SPF_IP | 94.23.30.110 |
| SPF_MX | oksofas.es |
Related pages
Pivot deeper into the graph from oksofas.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oksofas.es"})-[: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.