Hostname
vgfreak.com
Last fetched
vgfreak.com resolves to 2 IPv4 addresses operated by AS39798 in RO. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
vgfreak.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 |
|---|---|---|---|---|
| 185.225.18.180 | 185.225.16.0/22 | AS39798 | — | RO |
| 194.180.157.149 | 194.180.157.0/24 | AS39798 | — | RO |
WHOIS identity
- Registrar
- iana:1861
- Organization
- domain administrator
- Contact emails
Subdomains
19 observed subdomains of vgfreak.com.
Web-graph footprint
Distinct hostnames that link to or from vgfreak.com in the public web crawl.
16 sites link to this hostname.
86 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- vgfreak.com
SPF policy
7 SPF mechanisms authorising senders for vgfreak.com.
| Mechanism | Target |
|---|---|
| SPF_A | vgfreak.com |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 185.163.46.131 |
| SPF_IP | 185.225.18.180 |
| SPF_IP | 194.180.157.149 |
| SPF_IP | 198.58.84.22 |
| SPF_MX | vgfreak.com |
Related pages
Pivot deeper into the graph from vgfreak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vgfreak.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.