Hostname
workhost.in
Last fetched
workhost.in resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
workhost.in 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 |
|---|---|---|---|---|
| 157.90.210.53 | 157.90.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of workhost.in.
Web-graph footprint
Distinct hostnames that link to or from workhost.in in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- workhost.in
SPF policy
13 SPF mechanisms authorising senders for workhost.in.
| Mechanism | Target |
|---|---|
| SPF_A | workhost.in |
| SPF_IP | 138.201.192.11 |
| SPF_IP | 138.201.205.57 |
| SPF_IP | 157.90.210.53 |
| SPF_IP | 159.195.50.100 |
| SPF_IP | 167.235.180.96 |
| SPF_IP | 35.177.220.37 |
| SPF_IP | 65.21.127.94 |
| SPF_IP | 65.21.76.177 |
| SPF_IP | 94.130.8.49 |
| SPF_IP | 95.111.228.194 |
| SPF_IP | 95.217.73.85 |
| SPF_MX | workhost.in |
Related pages
Pivot deeper into the graph from workhost.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "workhost.in"})-[: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.