Hostname
arka.starwebhost.net
Last fetched
arka.starwebhost.net resolves to 1 IPv4 address operated by AS131775 in ID.
Nutrition Label
Resolution chain
arka.starwebhost.net 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 |
|---|---|---|---|---|
| 202.74.239.23 | 202.74.239.0/24 | AS131775 | — | ID |
WHOIS identity
No WHOIS records are currently associated with arka.starwebhost.net in WhisperGraph.
Subdomains
1 observed subdomain of arka.starwebhost.net.
| Subdomain |
|---|
| www.arka.starwebhost.net |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for arka.starwebhost.net.
| Mechanism | Target |
|---|---|
| SPF_A | arka.starwebhost.net |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 103.102.1.12 |
| SPF_IP | 103.102.1.14 |
| SPF_IP | 103.131.51.21 |
| SPF_IP | 103.131.51.23 |
| SPF_IP | 103.131.51.37 |
| SPF_IP | 128.199.88.72 |
| SPF_IP | 202.74.239.23 |
| SPF_IP | 202.74.239.24 |
| SPF_MX | arka.starwebhost.net |
Related pages
Pivot deeper into the graph from arka.starwebhost.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arka.starwebhost.net"})-[: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.