Hostname
optyx.com
Last fetched
optyx.com resolves to 1 IPv4 address operated by AS43515 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
optyx.com 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 |
|---|---|---|---|---|
| 35.209.36.11 | 35.208.0.0/15 | AS43515 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- optyx llc.
- Contact emails
Subdomains
14 observed subdomains of optyx.com.
Web-graph footprint
Distinct hostnames that link to or from optyx.com in the public web crawl.
489 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for optyx.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hostmonster.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.58.75.142 |
| SPF_IP | 173.220.66.50 |
| SPF_IP | 198.57.202.84 |
| SPF_IP | 24.136.103.222 |
| SPF_IP | 24.187.244.6 |
| SPF_IP | 50.199.144.249 |
| SPF_IP | 66.210.217.126/32 |
| SPF_IP | 68.195.228.34 |
| SPF_IP | 69.193.208.54 |
| SPF_IP | 71.125.49.36 |
| SPF_IP | 71.167.176.14 |
| SPF_IP | 72.89.184.108 |
| SPF_IP | 75.99.79.210 |
| SPF_IP | 98.0.177.246 |
Related pages
Pivot deeper into the graph from optyx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "optyx.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.