<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Vladhog Security Blog]]></title><description><![CDATA[Making internet safer, together!]]></description><link>https://blog.vladhog.ru</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 19:25:48 GMT</lastBuildDate><atom:link href="https://blog.vladhog.ru/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Vladhog Security: The great registry outage.]]></title><description><![CDATA[Harbor Registry
While preparing to release a new version of the Vladhog Security API, we discovered that we could no longer push images to our registry. In this post, we will explain what happened behind the scenes and why the outage occurred.
We wer...]]></description><link>https://blog.vladhog.ru/vladhog-security-the-great-registry-outage</link><guid isPermaLink="true">https://blog.vladhog.ru/vladhog-security-the-great-registry-outage</guid><category><![CDATA[Vladhog Security]]></category><category><![CDATA[cybersecurity]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Mon, 24 Nov 2025 19:57:11 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-harbor-registry">Harbor Registry</h2>
<p>While preparing to release a new version of the Vladhog Security API, we discovered that we could no longer push images to our registry. In this post, we will explain what happened behind the scenes and why the outage occurred.</p>
<p>We were using Harbor registry. Despite the issues it has caused us in the past, we remained a fan for a while due to its strong access control, OAuth2 support, vulnerability scanning, and its ability to function as a proxy for other registries. Unfortunately, for reasons that were unclear at that time, Harbor suddenly began to break in ways we could no longer ignore.</p>
<p>A Harbor deployment consists of several key components:</p>
<ul>
<li><p>Registry service, responsible for storing and returning Docker images, as well as performing garbage collection.</p>
</li>
<li><p>Core service, acting as both proxy server and API server, handling authorization requests and forwarding image pushes to the registry.</p>
</li>
<li><p>PostgreSQL database.</p>
</li>
<li><p>Redis cache.</p>
</li>
<li><p>Job service, responsible for tasks like garbage collection and vulnerability scanning.</p>
</li>
</ul>
<p>When we push a Docker image, the request flows:<br />Load balancer → Harbor core → Harbor registry</p>
<p>Harbor core started resetting connections, even after changing timeout values and related settings. Redis and PostgreSQL were both stable, so the problem was clearly inside Harbor itself. We increased the number of Harbor core replicas, but those replicas also began losing connection to the registry. Eventually even registry replicas began failing.</p>
<p>After exhausting all options and unable to find a reliable fix, we decided that relying on Harbor was no longer viable. The resets continued, slowing our updates and deployment pipeline significantly. We began the search for alternative.</p>
<h2 id="heading-searching-for-a-replacement">Searching for a Replacement</h2>
<p>We needed only a few things from a new solution: Kubernetes-ready deployment, self-hosted, free and reliable.</p>
<h3 id="heading-docker-registry-github-registry-and-others">Docker Registry, Github Registry, and Others</h3>
<p>The official Docker Registry and Github Registry were not suitable for us. Docker allows only one private repository on the free tier, which is impossible for our workflow. Github Registry limits packages to 500 MB, which is barely fits a single Vladhog Security Bot build, let alone our API server.</p>
<h3 id="heading-gitlab-registry-cloud-and-self-hosted">Gitlab Registry (Cloud and Self-hosted)</h3>
<p>Gitlab’s registry was a possible option. However, the free cloud tier offers only 10 GB of storage, which is nearly at our limit. The self-hosted version is solid and can be easily deployed with Helm, but we kept looking.</p>
<h3 id="heading-nexus-repository">Nexus Repository</h3>
<p>A popular solution, but with one major issue: Nexus does not provide licenses for self-hosted use inside the Russia Federation, which immediately ruled it our for us.</p>
<h3 id="heading-jfrog-artifactory">JFrog Artifactory</h3>
<p>Also widely used, but entirely paid, even for self-hosted versions. Not an option.</p>
<h3 id="heading-project-quay-red-hat-quay-quayio">Project Quay (Red Hat Quay, Quay.io)</h3>
<p>A strong candidate, but Kubernetes deployment is complicated. It requires installing through OpenShift operator, bringing additional management components we did not need.</p>
<h2 id="heading-the-solution-gitea-self-hosted">The Solution: Gitea (Self-Hosted)</h2>
<p>A long time ago, we attempted a project called Cargo, where we used a customized Gitea instance for public use. Although that project didn’t succeed, we decided to revisit Gitea for our internal registry needs.</p>
<p>Gitea ended up having everything we required:</p>
<ul>
<li><p>good documentation</p>
</li>
<li><p>solid access control</p>
</li>
<li><p>lightweight deployment</p>
</li>
<li><p>simple registry support</p>
</li>
<li><p>smooth Kubernetes setup</p>
</li>
</ul>
<p>After deploying Gitea self-hosted, our registry problems disappeared. After nearly a week of Harbor troubleshooting and testing multiple alternatives, the solution turned out to be surprisingly lightweight and reliable.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Volaris Solutions: release of Phish Blocker]]></title><description><![CDATA[Our subsidiary team, Volaris Solutions, releasing Phish Blocker - Chrome extension which using database of over 20000 known scam urls to make sure you won’t accidentally enter malicious or phishing website.
Most important features,

Its built using C...]]></description><link>https://blog.vladhog.ru/volaris-solutions-release-of-phish-blocker</link><guid isPermaLink="true">https://blog.vladhog.ru/volaris-solutions-release-of-phish-blocker</guid><category><![CDATA[Volaris Solutions]]></category><category><![CDATA[Phish Blocker]]></category><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Tue, 22 Jul 2025 17:36:47 GMT</pubDate><content:encoded><![CDATA[<p>Our subsidiary team, Volaris Solutions, releasing Phish Blocker - Chrome extension which using database of over 20000 known scam urls to make sure you won’t accidentally enter malicious or phishing website.</p>
<p>Most important features,</p>
<ul>
<li><p>Its built using Chrome’s native blocking engine which making it fast</p>
</li>
<li><p>It have no ads, trackers or anything not related to blocking malicious links</p>
</li>
<li><p>Working quietly in background and not affecting your system performance</p>
</li>
<li><p>Easy to install, technical knowledge not required and it have step by step installation guide</p>
</li>
<li><p>Urls block list updates often and trying to be up to date with current attacks</p>
</li>
</ul>
<p>Its compatible with all chromium based browsers such as Chrome, Brave, Edge and others</p>
<p>We, Vladhog Security trust them and we sure it will make your search safer not only in discord, but outside of discord as well.</p>
<p>Thank you for being with us!</p>
<p>Phish Blocker repository on GitHub - <a target="_blank" href="https://github.com/AceCombatx/phishing-blocker/releases/tag/v1.0.1">https://github.com/AceCombatx/phishing-blocker/releases/tag/v1.0.1</a></p>
]]></content:encoded></item><item><title><![CDATA[New subsidiary team of Vladhog Security - SassGuard]]></title><description><![CDATA[Today we had a deal with SassGuard and we very happy to announce that they becoming subsidiary team of Vladhog Security!
At this moment they already providing NSFW detection service for us and users of discord to better protect everyone, and together...]]></description><link>https://blog.vladhog.ru/new-subsidiary-team-of-vladhog-security-sassguard</link><guid isPermaLink="true">https://blog.vladhog.ru/new-subsidiary-team-of-vladhog-security-sassguard</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Wed, 16 Jul 2025 10:39:26 GMT</pubDate><content:encoded><![CDATA[<p>Today we had a deal with SassGuard and we very happy to announce that they becoming subsidiary team of Vladhog Security!</p>
<p>At this moment they already providing NSFW detection service for us and users of discord to better protect everyone, and together by sharing resources we will be able to protect better, together.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[API and security update 22.07.2024]]></title><description><![CDATA[Starting from today, we moving all our security checks (database check, dynamic analysis and others) to our API page - api.vladhog.ru.
This update means:

More stable bot work, because when we will update security checks, bot itself won't be affected...]]></description><link>https://blog.vladhog.ru/api-and-security-update-22072024</link><guid isPermaLink="true">https://blog.vladhog.ru/api-and-security-update-22072024</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Sun, 21 Jul 2024 23:38:44 GMT</pubDate><content:encoded><![CDATA[<p>Starting from today, we moving all our security checks (database check, dynamic analysis and others) to our API page - api.vladhog.ru.</p>
<p>This update means:</p>
<ul>
<li><p>More stable bot work, because when we will update security checks, bot itself won't be affected</p>
</li>
<li><p>Free api for everyone, every check will be free and <a target="_blank" href="https://api-docs.vladhog.ru">documented</a></p>
</li>
<li><p>Expanding bot will be easier and we won't have to worry about syncing security checks between many different servers</p>
</li>
<li><p>Better and faster results, bot won't do caching on its side anymore, all caching will be done on api side and store results in more effective redis database.</p>
</li>
</ul>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Vladhog Security Dashboard Update]]></title><description><![CDATA[Today we did security update for dashboard
Before:

Session cookies was fully stored on users side

Now:

Session cookies now fully stored on server side, we send to user only user token

For safety, user token being reset and randomly generated agai...]]></description><link>https://blog.vladhog.ru/vladhog-security-dashboard-update</link><guid isPermaLink="true">https://blog.vladhog.ru/vladhog-security-dashboard-update</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Mon, 15 Jul 2024 15:20:08 GMT</pubDate><content:encoded><![CDATA[<p>Today we did security update for dashboard</p>
<p>Before:</p>
<ul>
<li>Session cookies was fully stored on users side</li>
</ul>
<p>Now:</p>
<ul>
<li><p>Session cookies now fully stored on server side, we send to user only user token</p>
</li>
<li><p>For safety, user token being reset and randomly generated again on every user login to protect users from session token hijack</p>
</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[Vladhog Security Radar update]]></title><description><![CDATA[Now we collecting information about where websites that being check are located, and with that information we happy to provide new Radar page update.
On Radar main page you can find 2 maps that are showing locations of websites that we was getting. A...]]></description><link>https://blog.vladhog.ru/vladhog-security-radar-update</link><guid isPermaLink="true">https://blog.vladhog.ru/vladhog-security-radar-update</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Sun, 09 Jun 2024 23:45:37 GMT</pubDate><content:encoded><![CDATA[<p>Now we collecting information about where websites that being check are located, and with that information we happy to provide new Radar page update.</p>
<p>On <a target="_blank" href="https://radar.vladhog.ru">Radar main page</a> you can find 2 maps that are showing locations of websites that we was getting. Anyone can use our statistics anywhere where you want, just make sure to leave statistics source.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Critical Vulnerability was discovered in Vladhog Security Bot]]></title><description><![CDATA[Today our security partner LinkShield told us and we confirmed critical vulnerability that could cause cache poisoning for bot results.
How cache working
When someone send to us url that was already checked, we still pass it with each check that we u...]]></description><link>https://blog.vladhog.ru/critical-vulnerability-was-discovered-in-vladhog-security-bot</link><guid isPermaLink="true">https://blog.vladhog.ru/critical-vulnerability-was-discovered-in-vladhog-security-bot</guid><category><![CDATA[Vladhog Security]]></category><category><![CDATA[LinkShield]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Wed, 05 Jun 2024 18:11:05 GMT</pubDate><content:encoded><![CDATA[<p>Today our security partner LinkShield told us and we confirmed critical vulnerability that could cause cache poisoning for bot results.</p>
<h3 id="heading-how-cache-working">How cache working</h3>
<p>When someone send to us url that was already checked, we still pass it with each check that we usually do, each of modules just check if url is in cache and result source was not current module, then we skip module and continue until result source module found.</p>
<h3 id="heading-how-cache-poisoning-was-working">How cache poisoning was working</h3>
<p>When you using /link_check command, you can choose order in which bot will check urls. If you choose all modules that you sure url will bypass, bot will end up adding safe result to cache, and in next check with all modules bot will return cached result without checking with modules that could possibly block url.</p>
<h3 id="heading-what-actions-was-taken">What actions was taken</h3>
<p>We updated bot to force /link_check command to not use cache and not add any results to cache.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Maw Studio 30.05.24 incident: Vladhog Security step in the game]]></title><description><![CDATA[At 30 May 2024 our partner, Maw Studio was attacked, what caused their production web server to shut down. As Maw Studio saying, they think one of our security partners, RHO-9, caused that attack. Those factors making us to step in the game.
Vladhog ...]]></description><link>https://blog.vladhog.ru/maw-studio-300524-incident-vladhog-security-step-in-the-game</link><guid isPermaLink="true">https://blog.vladhog.ru/maw-studio-300524-incident-vladhog-security-step-in-the-game</guid><category><![CDATA[Vladhog Security]]></category><category><![CDATA[Maw Studio]]></category><category><![CDATA[RHO-9]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Fri, 31 May 2024 09:04:33 GMT</pubDate><content:encoded><![CDATA[<p>At 30 May 2024 our partner, Maw Studio was attacked, what caused their production web server to shut down. As Maw Studio saying, they think one of our security partners, RHO-9, caused that attack. Those factors making us to step in the game.</p>
<p>Vladhog Security will do full incident investigation with as many information as Maw Studio would like to provide, and start internal investigation against RHO-9, in which we will investigate if RHO-9 was related to Maw Studio incident. We hope conflict between our partners will be solved, and Maw Studio will continue their work.</p>
<p>Thank you for being with us.</p>
]]></content:encoded></item><item><title><![CDATA[Vladhog Security - RKN fighting against AdGuard]]></title><description><![CDATA[At 01.04.2024 RKN (FEDERAL SERVICE FOR SUPERVISION IN THE FIELD OF COMMUNICATIONS, INFORMATION TECHNOLOGIES AND MASS COMMUNICATIONS (ROSKOMNADZOR)) blocked few websites, as well as vladhog.ru, disforge.com and emoji.gg (from what we detected), we was...]]></description><link>https://blog.vladhog.ru/vladhog-security-rkn-fighting-against-adguard</link><guid isPermaLink="true">https://blog.vladhog.ru/vladhog-security-rkn-fighting-against-adguard</guid><category><![CDATA[Vladhog Security]]></category><category><![CDATA[AdGuard VPN]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Fri, 17 May 2024 10:20:56 GMT</pubDate><content:encoded><![CDATA[<p>At 01.04.2024 RKN (FEDERAL SERVICE FOR SUPERVISION IN THE FIELD OF COMMUNICATIONS, INFORMATION TECHNOLOGIES AND MASS COMMUNICATIONS (ROSKOMNADZOR)) blocked few websites, as well as vladhog.ru, disforge.com and emoji.gg (from what we detected), we was thinking they accidentally banned cloudflare ip addresses but it was something that we could not expect. By RKN response, they sey it was attempt to block AdGuard VPN service. Here is official response on our request, translated to english, there can be mistakes and we apologize about them:</p>
<pre><code class="lang-plaintext">We have considered the appeal (input dated April 22, 2024 No. 02-11-17910) on the issue of blocking the resources vladhog.ru, disforge.com, emoji.gg and report.
 On 04/01/2024, the Public Communications Network Monitoring and Management Center recorded a problem related to an attempt to mask the traffic of the AdGuard VPN service, blocked in accordance with paragraphs.  c) paragraph 5 of the Rules for centralized management of a public communications network, approved by a resolution of the Government of the Russian Federation
 dated 02/12/2020 No. 127 “On approval of the rules for centralized management of a public communications network” - threats to counter (difficulty) limiting access to information or information resources on the Internet, access to which is subject to restriction in accordance with
 with the legislation of the Russian Federation, under the operating mode of the TLS protocol, which led to a partial blocking of the TLS protocol on certain network segments.
 In order to quickly resolve the problem, a complete update of the equipment software was carried out.  Currently the problem is not urgent, resources are available.
</code></pre>
<p>Original text on Russian:</p>
<pre><code class="lang-plaintext">Рассмотрели обращение (вх. от 22.04.2024 № 02-11-17910) по вопросу блокировки ресурсов vladhog.ru, disforge.com, emoji.gg и сообщаем.
Центром мониторинга и управления сетью связи общего пользования 01.04.2024 зафиксирована проблема, связанная с попыткой маскировки трафика VPN-сервиса AdGuard, заблокированного в соответствии с пп. в) пункта 5 Правил централизованного управления сетью связи общего пользования, утвержденных постановлением Правительства Российской Федерации
от 12.02.2020 № 127 «Об утверждении правил централизованного управления сетью связи общего пользования» - угрозы противодействия (затруднения) ограничению доступа к информации или информационным ресурсам в сети "Интернет", доступ к которым подлежит ограничению в соответствии
с законодательством Российской Федерации, под режим работы протокола TLS, что привело к частичной блокировке протокола TLS на отдельных сегментах сети. 
В целях оперативного решения проблемы произведено полное обновление программного обеспечения оборудования. В настоящее время проблема не актуальна, ресурсы доступны.
</code></pre>
<p>We monitoring activities and will make announcement if we detect any other network anomaly.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Security bot V3 release and lots of changes]]></title><description><![CDATA[Today we happy to tell - V3 version of Vladhog Security Bot now available for everyone.
In current V3 release we limited bot just with 2 things - experimental features not available. Its because we honestly not satisfied with their work and we don't ...]]></description><link>https://blog.vladhog.ru/security-bot-v3-release-and-lots-of-changes</link><guid isPermaLink="true">https://blog.vladhog.ru/security-bot-v3-release-and-lots-of-changes</guid><category><![CDATA[Vladhog Security]]></category><category><![CDATA[LinkShield]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Thu, 16 May 2024 18:41:59 GMT</pubDate><content:encoded><![CDATA[<p>Today we happy to tell - V3 version of Vladhog Security Bot now available for everyone.</p>
<p>In current V3 release we limited bot just with 2 things - experimental features not available. Its because we honestly not satisfied with their work and we don't think on current state any other discord server should use them.</p>
<p>As well as security bot V3 release, we have lots of other news, like our new team structure. Now and all team products working not just Vlad, but all other programmers with our wonderful director of research and technology department, thanks to our HR for this new team structure.</p>
<p>As well as new team structure, just a few small changes to dashboard and radar pages, because today Cloudflare announced of removing "auto minify" feature, we added it directly to our dashboard and radar pages. They are pretty useful and minify all pages html, css and js files so they will load faster.</p>
<p>In V3 version we added better support for our partner, LinkShield, features - their new tag system that can classify website brands by how they look like. Of how each link check works you can find and test by yourself better with /link_check command at our bot.</p>
<p>We working on more and better services in feature, join our support server where we answering on any of your questions: <a target="_blank" href="https://discord.gg/25Strv2Pq5">https://discord.gg/25Strv2Pq5</a></p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Partnership with Maw Studio]]></title><description><![CDATA[Maw studio is a team that currently working on Fred AI chatbot that have api and can be used as discord bot. Maw Studio had a meeting with us and they asked us to help storing their AI logs for users safety. We agreed to do so, and soon Fred AI logs ...]]></description><link>https://blog.vladhog.ru/partnership-with-maw-studio</link><guid isPermaLink="true">https://blog.vladhog.ru/partnership-with-maw-studio</guid><category><![CDATA[Maw Studio]]></category><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Tue, 07 May 2024 14:08:08 GMT</pubDate><content:encoded><![CDATA[<p>Maw studio is a team that currently working on Fred AI chatbot that have api and can be used as discord bot. Maw Studio had a meeting with us and they asked us to help storing their AI logs for users safety. We agreed to do so, and soon Fred AI logs will be stored on Vladhog Security side.</p>
<p>Thank you for partnership, and thank you everyone for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[A New Group is Working to Make Discord a Safer Platform]]></title><description><![CDATA[Original article was made by Paradigm group, Vladhog Security have their permission to republish this publication. Article republished as it is without any changes from Vladhog Security side.
"A New Group is Working to Make Discord a Safer Platform" ...]]></description><link>https://blog.vladhog.ru/a-new-group-is-working-to-make-discord-a-safer-platform</link><guid isPermaLink="true">https://blog.vladhog.ru/a-new-group-is-working-to-make-discord-a-safer-platform</guid><category><![CDATA[Paradigm intel]]></category><category><![CDATA[Discord Safety Cooperation]]></category><category><![CDATA[Vladhog Security]]></category><category><![CDATA[LinkShield]]></category><category><![CDATA[RHO-9]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Sun, 05 May 2024 23:17:00 GMT</pubDate><content:encoded><![CDATA[<p>Original article was made by Paradigm group, Vladhog Security have their permission to republish this publication. Article republished as it is without any changes from Vladhog Security side.</p>
<p>"A New Group is Working to Make Discord a Safer Platform" - from Paradigm Intel group by Aaron C.Z. Arnold</p>
<p><strong>Prologue</strong></p>
<p>Discord is one of the most popular messaging and social media applications globally, with around 150 million monthly active users. Popular messaging and social media platforms have become an important part of many people’s lives; whether it’s a group of friends wanting to talk to each other while playing video games or it’s a company trying to increase their public outreach, Discord has a lot of opportunities. However, like many social media platforms, there are a lot of online safety issues and concerns.</p>
<p>Vladhog Security (VHS) is a Discord bot that was created to scan all links sent in Discord servers that it’s in to make sure the link is not malicious or corrupt. The bot is managed and maintained by a team of developers and programmers who operate under the same name as the bot. As VHS continued to improve itself and expand its public outreach, the owner of VHS, Vlad, started thinking about other groups and individuals that have developed Discord bots to improve the online safety of Discord users. After much thought and consideration, Vlad decided to create a united group, or network, of like-minded organizations and individuals to work together to make Discord a safer platform.</p>
<p><strong>Discord Safety Cooperation</strong></p>
<p>The Discord Safety Cooperation (DSC), which was founded by Vlad on April 18, 2024, was created to make a united effort towards making Discord a safer platform.</p>
<p>The founding members of the DSC are Vladhog Security, LinkShieldAI, and Rho-9. LinkShieldAI and Rho-9 are also teams of individuals who manage and maintain Discord bots that scan malicious and suspicious links, similar to VHS. Vlad contacted the owners of these other two groups to ask if they wanted to join the DSC and both owners agreed to join.</p>
<p>When we asked Vlad about why he decided to create the DSC and what his goals were, he said “Every security bot and people who were working on making Discord safer had their own discord server, so I was thinking, why not make one server for all of them? [My] final goal [is to] get Discord’s attention to the problem, Discord [is] currently not a very safe place, they’re trying to do something but that’s not enough”. Vlad acknowledges that Discord has taken some actions to improve its online safety, however, it admits that there are still many issues and concerns.</p>
<p>When we asked the owner of LinkShieldAI about the DSC, he said “Vlad proposed that we create a server that gathers all the people that are interested in making Discord safer and their communities into one place”. He goes on to say “My main goal is to bring together people who care about making Discord safer. I want us to work as a team, sharing what we know and helping each other out. Creating this kind of network is vital for making a real difference and encouraging a culture of support and responsibility on Discord.”</p>
<p><strong>Conclusion</strong></p>
<p>The DSC will begin working towards making Discord a safer platform by sharing information with its member organizations and raising awareness about online safety issues. As DSC begins working on different projects and initiatives, Paradigm Intel looks forward to what they can accomplish, and we will support them in any way we can.</p>
<p><strong>CREDITS</strong></p>
<p>Aaron C.Z. Arnold, Board Member</p>
<p>For any questions or inquiries, please contact <a target="_blank" href="https://linktr.ee/paradigmintel">Paradigm Intel</a>.</p>
]]></content:encoded></item><item><title><![CDATA[Working and reviewing]]></title><description><![CDATA[We was pretty busy this week, and did lots of things.
First, our security partner LinkShield asked as to review their example bot before publishing, it was nice to help you and we always ready to help you in future.
Second, we working on Vladhog Secu...]]></description><link>https://blog.vladhog.ru/working-and-reviewing</link><guid isPermaLink="true">https://blog.vladhog.ru/working-and-reviewing</guid><category><![CDATA[RHO-9]]></category><category><![CDATA[LinkShield]]></category><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Wed, 01 May 2024 10:07:43 GMT</pubDate><content:encoded><![CDATA[<p>We was pretty busy this week, and did lots of things.</p>
<p>First, our security partner LinkShield asked as to review their example bot before publishing, it was nice to help you and we always ready to help you in future.</p>
<p>Second, we working on Vladhog Security bot V3. Currently already ready basic logging, database manipulations, some events and tasks processing. Today we working on adding commands, and after that we will work on hardest part - security modules.</p>
<p>And third, our team helping our another security partner RHO-9 with reviewing and recoding their security bot.</p>
<p>We hope to end with these stuff very soon, we have lots to do and lots in plans to do.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item><item><title><![CDATA[Vladhog Security Announcement: In work of V3]]></title><description><![CDATA[We started working on big update - Vladhog Security Bot V3, this means we fully recoding Vladhog Security Bot, that will allow us to add better and new features, optimize bot code and make it better.  
Thanks to everyone who supporting our work and h...]]></description><link>https://blog.vladhog.ru/vladhog-security-announcement-in-work-of-v3</link><guid isPermaLink="true">https://blog.vladhog.ru/vladhog-security-announcement-in-work-of-v3</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Mon, 29 Apr 2024 16:39:17 GMT</pubDate><content:encoded><![CDATA[<p>We started working on big update - Vladhog Security Bot V3, this means we fully recoding Vladhog Security Bot, that will allow us to add better and new features, optimize bot code and make it better.  </p>
<p>Thanks to everyone who supporting our work and helping us to keep working.  </p>
<p>See you soon in V3.</p>
]]></content:encoded></item><item><title><![CDATA[Welcome to a new home]]></title><description><![CDATA[Welcome to our new blog page! We sad to say previous one failed because of technical issues. New blog host is more stable, and we happy to publish here. We will public news and announcements here first then to all other channels.
Thank you for being ...]]></description><link>https://blog.vladhog.ru/welcome-to-a-new-home</link><guid isPermaLink="true">https://blog.vladhog.ru/welcome-to-a-new-home</guid><category><![CDATA[Vladhog Security]]></category><dc:creator><![CDATA[Vladhog Security]]></dc:creator><pubDate>Sat, 27 Apr 2024 06:30:09 GMT</pubDate><content:encoded><![CDATA[<p>Welcome to our new blog page! We sad to say previous one failed because of technical issues. New blog host is more stable, and we happy to publish here. We will public news and announcements here first then to all other channels.</p>
<p>Thank you for being with us!</p>
]]></content:encoded></item></channel></rss>