Hostname
webconf-rd.ptsecurity.com
Last fetched
webconf-rd.ptsecurity.com resolves to 2 IPv4 addresses operated by MASTERTEL-AS Moscow, Russia in RU.
Nutrition Label
Resolution chain
webconf-rd.ptsecurity.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 |
|---|---|---|---|---|
| 31.44.93.20 | 31.44.80.0/20 | AS29226 | MASTERTEL-AS Moscow, Russia | RU |
| 31.44.93.41 | 31.44.80.0/20 | AS29226 | MASTERTEL-AS Moscow, Russia | RU |
WHOIS identity
No WHOIS records are currently associated with webconf-rd.ptsecurity.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from webconf-rd.ptsecurity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webconf-rd.ptsecurity.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.