Hostname
oksa.co
Last fetched
oksa.co resolves to 1 IPv4 address operated by AS47583 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
oksa.co 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 |
|---|---|---|---|---|
| 82.112.242.20 | 82.112.240.0/22 | AS47583 | — | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- oksamaroc
- Contact emails
- —
Subdomains
20 observed subdomains of oksa.co.
Web-graph footprint
Distinct hostnames that link to or from oksa.co in the public web crawl.
5 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for oksa.co.
| Mechanism | Target |
|---|---|
| SPF_A | oksa.co |
| SPF_INCLUDE | 145155117.spf01.hubspotemail.net |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 190.92.172.118 |
| SPF_IP | 198.38.86.127 |
| SPF_IP | 204.93.174.82 |
| SPF_MX | oksa.co |
Related pages
Pivot deeper into the graph from oksa.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oksa.co"})-[: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.