Hostname
sysadmins.ws
Last fetched
sysadmins.ws resolves to 2 IPv4 addresses operated by CONTABO in GB.
Nutrition Label
Resolution chain
sysadmins.ws 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 |
|---|---|---|---|---|
| 158.220.85.200 | 158.220.80.0/20 | AS51167 | CONTABO | GB |
| 191.101.33.144 | 191.101.33.0/24 | AS14670 | WHG-USE1 | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from sysadmins.ws in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for sysadmins.ws.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 191.96.165.120 |
| SPF_MX | sysadmins.ws |
Related pages
Pivot deeper into the graph from sysadmins.ws.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sysadmins.ws"})-[: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.