Hostname
socika.com
Last fetched
socika.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1091 as the registrar.
Nutrition Label
Resolution chain
socika.com 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 |
|---|---|---|---|---|
| 116.202.215.43 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 94.138.202.70 | 94.138.202.0/24 | AS49126 | UTEAM-AS | TR |
WHOIS identity
- Registrar
- iana:1091
- Organization
- —
- Contact emails
Subdomains
3 observed subdomains of socika.com.
Web-graph footprint
Distinct hostnames that link to or from socika.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for socika.com.
| Mechanism | Target |
|---|---|
| SPF_A | socika.com |
| SPF_IP | 116.202.215.43 |
| SPF_IP | 2a01:4f8:2200:2fef:0:0:0:2 |
| SPF_MX | socika.com |
Related pages
Pivot deeper into the graph from socika.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "socika.com"})-[: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.