Hostname
discovery.https.name
Last fetched
discovery.https.name resolves to 2 IPv4 addresses operated by VIRTUALSYSTEMS in UA.
Nutrition Label
Resolution chain
discovery.https.name 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 |
|---|---|---|---|---|
| 212.86.116.229 | 212.86.116.0/24 | AS6698 | VIRTUALSYSTEMS | UA |
| 50.93.202.13 | 0.0.0.0/0 | AS64073 | — | US |
WHOIS identity
No WHOIS records are currently associated with discovery.https.name in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from discovery.https.name in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from discovery.https.name.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "discovery.https.name"})-[: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.