Hostname
webservices.paywizard.com
Last fetched
webservices.paywizard.com resolves to 2 IPv4 addresses operated by NTL - Virgin Media Limited in GB.
Nutrition Label
Resolution chain
webservices.paywizard.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 |
|---|---|---|---|---|
| 195.188.122.142 | 195.188.0.0/17 | AS5089 | NTL - Virgin Media Limited | GB |
| 81.145.18.142 | 81.128.0.0/11 | AS2856 | BT-UK-AS - British Telecommunications Limited | GB |
WHOIS identity
No WHOIS records are currently associated with webservices.paywizard.com in WhisperGraph.
Subdomains
1 observed subdomain of webservices.paywizard.com.
| Subdomain |
|---|
| azubu.webservices.paywizard.com |
Threat posture
History
Related pages
Pivot deeper into the graph from webservices.paywizard.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webservices.paywizard.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.