Hostname
theworknexus.com
Last fetched
theworknexus.com resolves to 1 IPv4 address operated by AS58087 in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
theworknexus.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 |
|---|---|---|---|---|
| 45.10.21.190 | 45.10.21.0/24 | AS58087 | — | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- john herskovitz
- Contact emails
Subdomains
4 observed subdomains of theworknexus.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for theworknexus.com.
| Mechanism | Target |
|---|---|
| SPF_A | theworknexus.com |
| SPF_IP | 147.79.0.232/32 |
| SPF_IP | 154.30.225.161/32 |
| SPF_IP | 154.38.33.6/32 |
| SPF_IP | 154.38.33.7/32 |
| SPF_IP | 154.38.33.8/32 |
| SPF_IP | 154.38.33.9/32 |
| SPF_IP | 193.221.193.52/32 |
| SPF_IP | 193.221.193.53/32 |
| SPF_IP | 193.221.193.62/32 |
| SPF_IP | 195.123.217.50/32 |
| SPF_IP | 195.206.166.53/32 |
| SPF_IP | 199.5.163.12/32 |
| SPF_IP | 202.5.25.18/32 |
| SPF_IP | 209.127.188.155/32 |
| SPF_IP | 212.107.13.235/32 |
| SPF_IP | 212.107.13.251/32 |
| SPF_IP | 212.107.13.52/32 |
| SPF_IP | 216.246.18.10/32 |
| SPF_MX | theworknexus.com |
Related pages
Pivot deeper into the graph from theworknexus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "theworknexus.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.