Hostname
help.webfocus.by
Last fetched
help.webfocus.by resolves to 2 IPv4 addresses operated by AS202090 in BY.
Nutrition Label
Resolution chain
help.webfocus.by 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 |
|---|---|---|---|---|
| 193.176.181.188 | 193.176.180.0/22 | AS202090 | — | BY |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with help.webfocus.by in WhisperGraph.
Subdomains
1 observed subdomain of help.webfocus.by.
| Subdomain |
|---|
| www.help.webfocus.by |
Threat posture
History
Related pages
Pivot deeper into the graph from help.webfocus.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "help.webfocus.by"})-[: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.