<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: thaonguyen_1711</title>
    <description>The latest articles on DEV Community by thaonguyen_1711 (@qebhjuzdwfmt).</description>
    <link>https://dev.to/qebhjuzdwfmt</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4125922%2F5ca1ee17-8cfd-4039-9ffa-be1e916ff809.jpg</url>
      <title>DEV Community: thaonguyen_1711</title>
      <link>https://dev.to/qebhjuzdwfmt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qebhjuzdwfmt"/>
    <language>en</language>
    <item>
      <title>Cyber hygiene 101 for small tech teams: 7 baseline rules to prevent 90% of breaches</title>
      <dc:creator>thaonguyen_1711</dc:creator>
      <pubDate>Wed, 16 Sep 2026 07:25:06 +0000</pubDate>
      <link>https://dev.to/qebhjuzdwfmt/cyber-hygiene-101-for-small-tech-teams-7-baseline-rules-to-prevent-90-of-breaches-152o</link>
      <guid>https://dev.to/qebhjuzdwfmt/cyber-hygiene-101-for-small-tech-teams-7-baseline-rules-to-prevent-90-of-breaches-152o</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8o65hsptvi4tqd43jfdq.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8o65hsptvi4tqd43jfdq.webp" alt="Small and Medium Enterprises - SME" width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
Security doesn't always start with an expensive enterprise firewall or SOC platform. For small businesses and lean tech teams, identity theft, unpatched workstations, and misconfigured access permissions account for the vast majority of security incidents.&lt;/p&gt;

&lt;p&gt;Here is a practical, non-fluff cyber hygiene checklist to harden your workspace today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Identity &amp;amp; Access Management (IAM) Basics&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Enforce MFA &amp;amp; Password Managers: Ban reused passwords across services. Force TOTP-based MFA on corporate Google/Microsoft accounts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Kill Shared Accounts: Every team member gets their own account. Shared credentials make auditing impossible when suspicious DB queries or file deletions happen.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enforce Least Privilege: Developers and end-users shouldn't run local workstation sessions as local Admins. Separate daily user accounts from privileged admin credentials.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Workstation Hardening &amp;amp; Network Segmentation&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Full Disk Encryption: Enable BitLocker (Windows) or FileVault (macOS) on all laptops. Auto-lock screens after 3–5 minutes of inactivity.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Network Isolation: Isolate IoT devices (printers, smart TVs, cameras) and guest Wi-Fi networks onto a separate VLAN away from internal file servers and staging databases.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Backup &amp;amp; Patch Pipeline&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;3-2-1 Backup Rule: Keep 3 copies of vital data on 2 different media types, with 1 copy stored offsite/immutable cloud storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Patch Management: Enable auto-updates for OS and third-party software to close known CVEs before exploit scripts find them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Need a structured operational reference? You can review this comprehensive &lt;a href="https://www.ipsip.vn/en/post/it-checklist-for-small-business-2026-1" rel="noopener noreferrer"&gt;IT checklist for small business operations&lt;/a&gt; to audit your current system vulnerabilities.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Incident Response &amp;amp; Outsourcing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't wait for a Ransomware infection to write your incident playbook. Establish clear escalation paths for compromised accounts and isolate infected machines immediately from the local network.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If your internal team lacks dedicated SecOps bandwidth, leverage &lt;a href="https://www.ipsip.vn/en/dich-vu/giai-phap-bao-mat-cho-doanh-nghiep-vua-va-nho" rel="noopener noreferrer"&gt;tailored SME security solutions&lt;/a&gt; from managed service providers like &lt;a href="https://www.ipsip.vn/en" rel="noopener noreferrer"&gt;IPSIP Viet Nam&lt;/a&gt; to offload monitoring, endpoint protection, and compliance overhead. Check out more &lt;a href="https://www.ipsip.vn/en/post/crucial-cybersecurity-tips-for-small-business-owners" rel="noopener noreferrer"&gt;cybersecurity tips for small businesses&lt;/a&gt; to keep your stack secure.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>cybersecurity</category>
      <category>security</category>
      <category>techtalks</category>
      <category>news</category>
    </item>
    <item>
      <title>How often should you Pentest? A pragmatic guide for DevSecOps Teams</title>
      <dc:creator>thaonguyen_1711</dc:creator>
      <pubDate>Tue, 15 Sep 2026 10:23:42 +0000</pubDate>
      <link>https://dev.to/qebhjuzdwfmt/how-often-should-you-pentest-a-pragmatic-guide-for-devsecops-teams-mae</link>
      <guid>https://dev.to/qebhjuzdwfmt/how-often-should-you-pentest-a-pragmatic-guide-for-devsecops-teams-mae</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvqx4zaqmtain2n0n4vgs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvqx4zaqmtain2n0n4vgs.jpg" alt="How often should you Pentest?" width="689" height="445"&gt;&lt;/a&gt;&lt;br&gt;
When building and scaling infrastructure, we often rely heavily on automated SAST/DAST tools in our CI/CD pipelines. But let’s face it: automated scanners are terrible at catching complex business logic flaws and privilege escalation paths. You need human creativity. You need Penetration Testing.&lt;/p&gt;

&lt;p&gt;But how often should you actually run a Pentest without killing your security budget? Here is the strategic breakdown.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The Baseline: Annual / Bi-Annual Testing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At a bare minimum, run a full-scope infrastructure and application pentest once a year. For mission-critical environments (payment gateways, core DBs), do it every 6 months. Over time, configuration drifts happen. Annual pentests act as your baseline sanity check and are mandatory for compliance (SOC 2, ISO 27001). Before scheduling one, make sure your team runs through a proper &lt;a href="https://www.ipsip.vn/en/post/enterprise-checklist-preparing-for-a-penetration-test" rel="noopener noreferrer"&gt;pentest preparation checklist&lt;/a&gt; to maximize the engagement's value.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Event-Triggered Testing (Don't Wait for the Annual Schedule)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Statistics show that 85% of severe data breaches occur during periods of unverified infrastructure changes. You must trigger a targeted pentest (such as &lt;a href="https://www.ipsip.vn/en/post/cloud-penetration-testing-services-for-enterprise" rel="noopener noreferrer"&gt;cloud infrastructure pentesting&lt;/a&gt; or API testing) immediately after:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Major Architecture Shifts: Migrating from on-prem to a hybrid cloud setup, or major firewall rule rewrites.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Third-Party Integrations: Exposing new internal APIs to vendors. Supply chain attacks start here.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;IAM Restructuring: Major changes to Active Directory or Access Management systems. Misconfigurations here lead straight to domain admin takeover.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Post-Incident Recovery: Just cleaned up a breach? Pentest it to ensure attackers didn't leave persistence mechanisms (backdoors) behind.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Post-Deployment (The Last Line of Defense)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Automated testing catches syntax errors and known CVEs. Pentesting catches contextual vulnerabilities (e.g., IDOR, broken function-level authorization) before they go live.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pro Tip: Finding bugs is only half the battle. If your team struggles with remediation, partner with an external vendor. Providers like IPSIP Vietnam not only execute the attack simulations but also deliver highly actionable &lt;a href="https://www.ipsip.vn/en/post/how-to-read-the-report-and-remediate-vulnerabilities-post-pentest" rel="noopener noreferrer"&gt;post-pentest remediation reports&lt;/a&gt; backed by their &lt;a href="https://www.ipsip.vn/en/dich-vu/soc-247" rel="noopener noreferrer"&gt;24/7 SOC&lt;/a&gt; experts.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>pentest</category>
      <category>devops</category>
      <category>security</category>
      <category>news</category>
    </item>
    <item>
      <title>Pragmatic security roadmap for SMEs: Zero Trust, MFA, and cost-effective ops</title>
      <dc:creator>thaonguyen_1711</dc:creator>
      <pubDate>Tue, 15 Sep 2026 09:28:58 +0000</pubDate>
      <link>https://dev.to/qebhjuzdwfmt/pragmatic-security-roadmap-for-smes-zero-trust-mfa-and-cost-effective-ops-3929</link>
      <guid>https://dev.to/qebhjuzdwfmt/pragmatic-security-roadmap-for-smes-zero-trust-mfa-and-cost-effective-ops-3929</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fw1nzaqwhbl42o7usv5ib.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fw1nzaqwhbl42o7usv5ib.webp" alt="Pragmatic security roadmap for SMEs" width="800" height="369"&gt;&lt;/a&gt;&lt;br&gt;
Security isn't just an enterprise problem. If you're managing infrastructure or IT operations for an SME, you've probably faced this dilemma: Zero budget, zero dedicated SecOps staff, but infinite cyber threats.&lt;/p&gt;

&lt;p&gt;Most attacks on SMEs aren't targeted zero-days; they are automated ransomware scripts and phishing campaigns exploiting low-hanging fruit: unpatched systems, weak passwords, and over-privileged accounts. Follow this &lt;a href="https://www.ipsip.vn/en/post/it-checklist-for-small-business-2026-1" rel="noopener noreferrer"&gt;IT security checklist for small businesses&lt;/a&gt; to establish a baseline without burning your runway.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;1. Shift to Least Privilege Access (Zero Trust Baseline)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Stop giving blanket admin rights. Implement the principle of least privilege across your organization:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Enforce Role-Based Access Control (RBAC) on your CRMs, databases, and cloud resources.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Segment your internal network so a compromised workstation can't pivot directly to accounting or core production servers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Mandate MFA &amp;amp; Endpoint Defense&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;MFA Everywhere: According to Microsoft &amp;amp; Forbes data, enabling Multi-Factor Authentication prevents ~99% of automated identity attacks. Enforce TOTP/FIDO2 keys for all corporate accounts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data Encryption: Ensure all sensitive data at rest and in transit is encrypted using standard protocols (TLS 1.3, AES-256).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Outsource Heavy Security Ops (SOC &amp;amp; Monitoring)&lt;/strong&gt;&lt;br&gt;
Building an in-house 24/7 SOC (Security Operations Center) is financially unviable for small teams.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Leverage managed security partners (MSSPs). For instance, &lt;a href="https://www.ipsip.vn/en/dich-vu/giai-phap-bao-mat-cho-doanh-nghiep-vua-va-nho" rel="noopener noreferrer"&gt;IPSIP Vietnam's SME security solutions&lt;/a&gt; allow small teams to hook into pre-configured &lt;a href="https://www.ipsip.vn/en/dich-vu/soc-247" rel="noopener noreferrer"&gt;24/7 SOC monitoring&lt;/a&gt;, automated DDoS protection, and cloud-native backups.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This shifts your infrastructure spend from massive upfront CAPEX to scalable OPEX.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Patch Management &amp;amp; Cloud Migration&lt;/strong&gt;&lt;br&gt;
Stop running legacy on-prem servers if you don't have the bandwidth to patch them daily.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Migrate workloads to secure cloud environments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automate patch management pipelines for end-user devices. Over 80% of successful breaches leverage unpatched software and human error.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Security is a continuous process, not a static state. Start by securing identity (MFA + Zero Trust), move your infrastructure to protected cloud environments, and partner with specialized managed service providers to offload monitoring operational overhead.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>news</category>
      <category>cybersecurity</category>
      <category>techtalks</category>
      <category>sme</category>
    </item>
  </channel>
</rss>
