<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>WinSentinel Blog</title>
  <subtitle>Security tips, audit walkthroughs, and product updates for Windows security professionals.</subtitle>
  <link rel="self" type="application/atom+xml" href="https://winsentinel.ai/blog/feed.xml" />
  <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog" />
  <id>https://winsentinel.ai/blog</id>
  <updated>2026-07-21T00:00:00Z</updated>
  <author><name>Saurav Bhattacharya</name></author>
  <icon>https://winsentinel.ai/og/default.svg</icon>
  <entry>
    <title>Browser Cookie and Token Theft: The Post-MFA Attack Your Endpoints Miss</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/browser-cookie-and-token-theft-the-post-mfa-attack-your-endp" />
    <id>https://winsentinel.ai/blog/browser-cookie-and-token-theft-the-post-mfa-attack-your-endp</id>
    <published>2026-07-21T00:00:00Z</published>
    <updated>2026-07-21T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Infostealers bypass MFA by stealing live session cookies and OAuth tokens straight off the disk. Here is how the attack works on Windows and what to audit to shut it down.</summary>
  </entry>
  <entry>
    <title>SYN Floods and the TCP Retransmission Caps That Blunt Them</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/syn-flood-tcp-retransmission-caps" />
    <id>https://winsentinel.ai/blog/syn-flood-tcp-retransmission-caps</id>
    <published>2026-07-21T00:00:00Z</published>
    <updated>2026-07-21T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">How TcpMaxConnectResponseRetransmissions and TcpMaxDataRetransmissions shorten the half-open connection window, and how to harden them to CIS Windows L1.</summary>
  </entry>
  <entry>
    <title>COM Hijacking: The Registry Persistence Technique Hiding in Plain Sight</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/com-hijacking-the-registry-persistence-technique-hiding-in-p" />
    <id>https://winsentinel.ai/blog/com-hijacking-the-registry-persistence-technique-hiding-in-p</id>
    <published>2026-07-20T00:00:00Z</published>
    <updated>2026-07-20T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">How attackers abuse CLSID and TreatAs registry keys to persist and escalate on Windows, and how to hunt the hijacks.</summary>
  </entry>
  <entry>
    <title>When Your PowerShell Profile Is the Backdoor</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/powershell-profile-lolbin-persistence" />
    <id>https://winsentinel.ai/blog/powershell-profile-lolbin-persistence</id>
    <published>2026-07-20T00:00:00Z</published>
    <updated>2026-07-20T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Attackers plant download cradles, in-memory loaders, and LOLBins in profile.ps1 so they re-run on every shell start. Here is what WinSentinel now flags.</summary>
  </entry>
  <entry>
    <title>Fleet Posture at a Glance: Which Windows Machines Need Attention Right Now</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/fleet-nodes-needs-attention" />
    <id>https://winsentinel.ai/blog/fleet-nodes-needs-attention</id>
    <published>2026-07-19T00:00:00Z</published>
    <updated>2026-07-19T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Aggregate counts do not tell you which machine to fix. WinSentinel Pro&apos;s fleet nodes summary now names the failing, offline, and never-seen nodes so security teams act on the right box first.</summary>
  </entry>
  <entry>
    <title>gMSA and the Case Against Standing Service Account Passwords</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/gmsa-and-the-case-against-standing-service-account-passwords" />
    <id>https://winsentinel.ai/blog/gmsa-and-the-case-against-standing-service-account-passwords</id>
    <published>2026-07-19T00:00:00Z</published>
    <updated>2026-07-19T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Service accounts with static passwords are a lateral-movement goldmine. Here&apos;s how Group Managed Service Accounts eliminate that risk and how WinSentinel audits for the accounts still doing it wrong.</summary>
  </entry>
  <entry>
    <title>NetBIOS Name-Release Attacks: How an Attacker Steals Your Computer Name</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/netbios-name-release-attacks" />
    <id>https://winsentinel.ai/blog/netbios-name-release-attacks</id>
    <published>2026-07-19T00:00:00Z</published>
    <updated>2026-07-19T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A single-packet, unauthenticated LAN attack can knock your Windows machine&apos;s NetBIOS name offline and hijack it. Here&apos;s how NoNameReleaseOnDemand stops it - and how WinSentinel audits for it.</summary>
  </entry>
  <entry>
    <title>Dead Gateway Detection: The TCP Failover That Hands Attackers Your Traffic</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/dead-gateway-detection-tcp-failover" />
    <id>https://winsentinel.ai/blog/dead-gateway-detection-tcp-failover</id>
    <published>2026-07-18T00:00:00Z</published>
    <updated>2026-07-18T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">EnableDeadGWDetect is on by default on Windows. An attacker who can forge TCP resets can trigger a silent failover to a rogue backup gateway. Here is how the attack works and the one registry value that closes it.</summary>
  </entry>
  <entry>
    <title>Reading your fleet&apos;s posture at a glance: node status, grades, and staleness</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/fleet-nodes-summary-posture-at-a-glance" />
    <id>https://winsentinel.ai/blog/fleet-nodes-summary-posture-at-a-glance</id>
    <published>2026-07-18T00:00:00Z</published>
    <updated>2026-07-18T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">How to interpret a WinSentinel fleet nodes summary — per-status counts, grade bands, and heartbeat staleness — to spot at-risk and offline machines fast.</summary>
  </entry>
  <entry>
    <title>The IPv6 source-routing blind spot in your Windows hardening</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/ipv6-source-routing-blind-spot" />
    <id>https://winsentinel.ai/blog/ipv6-source-routing-blind-spot</id>
    <published>2026-07-18T00:00:00Z</published>
    <updated>2026-07-18T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Most hardening guides disable IPv4 source routing and never touch the parallel IPv6 control - leaving dual-stack Windows hosts open to the same spoofing and filter-bypass attack over IPv6.</summary>
  </entry>
  <entry>
    <title>Disabling NTLM: Retiring the Protocol Behind Pass-the-Hash and Relay</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/disabling-ntlm-retiring-the-protocol-behind-pass-the-hash-an" />
    <id>https://winsentinel.ai/blog/disabling-ntlm-retiring-the-protocol-behind-pass-the-hash-an</id>
    <published>2026-07-17T00:00:00Z</published>
    <updated>2026-07-17T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Why NTLM is still your biggest authentication liability, how to audit where it&apos;s still used, and how to phase it out without breaking your fleet.</summary>
  </entry>
  <entry>
    <title>Route Injection on the LAN: ICMP Redirects, IRDP, and Source Routing</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/lan-route-injection-icmp-redirect-irdp-source-routing" />
    <id>https://winsentinel.ai/blog/lan-route-injection-icmp-redirect-irdp-source-routing</id>
    <published>2026-07-17T00:00:00Z</published>
    <updated>2026-07-17T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Three legacy IPv4 behaviors let an attacker on your network reroute your traffic. Here is how to audit and disable them on Windows.</summary>
  </entry>
  <entry>
    <title>PowerShell module logging is on but logging nothing: the ModuleNames trap</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/powershell-module-logging-modulenames-trap" />
    <id>https://winsentinel.ai/blog/powershell-module-logging-modulenames-trap</id>
    <published>2026-07-16T00:00:00Z</published>
    <updated>2026-07-16T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">EnableModuleLogging=1 makes audits read green while almost nothing is captured. Here is why CIS L1 requires ModuleNames=&apos;*&apos; and how WinSentinel catches the gap.</summary>
  </entry>
  <entry>
    <title>WSL Is a Security Blind Spot: Auditing Windows Subsystem for Linux</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/wsl-is-a-security-blind-spot-auditing-windows-subsystem-for-" />
    <id>https://winsentinel.ai/blog/wsl-is-a-security-blind-spot-auditing-windows-subsystem-for-</id>
    <published>2026-07-16T00:00:00Z</published>
    <updated>2026-07-16T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Windows Subsystem for Linux runs a full Linux kernel and userland outside most EDR visibility. Learn how attackers abuse WSL for evasion and how to audit it.</summary>
  </entry>
  <entry>
    <title>Running scan-and-fix across your whole Windows fleet</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/fleet-scan-fix-dispatch" />
    <id>https://winsentinel.ai/blog/fleet-scan-fix-dispatch</id>
    <published>2026-07-15T00:00:00Z</published>
    <updated>2026-07-15T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Auditing one machine is easy; keeping a hundred compliant is the hard part. How WinSentinel goes from a single-machine agent to fleet-wide scan, fix, and policy dispatch.</summary>
  </entry>
  <entry>
    <title>Unquoted Service Paths: The 20-Year-Old Privilege Escalation Still Lurking on Windows Fleets</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/unquoted-service-paths-the-20-year-old-privilege-escalation-" />
    <id>https://winsentinel.ai/blog/unquoted-service-paths-the-20-year-old-privilege-escalation-</id>
    <published>2026-07-15T00:00:00Z</published>
    <updated>2026-07-15T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Unquoted service paths let a low-privileged user drop a malicious binary that Windows runs as SYSTEM. Here&apos;s how the bug works, how to find it at scale, and how WinSentinel flags it.</summary>
  </entry>
  <entry>
    <title>WDigest and Cleartext Credentials in LSASS</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/wdigest-cleartext-credentials" />
    <id>https://winsentinel.ai/blog/wdigest-cleartext-credentials</id>
    <published>2026-07-15T00:00:00Z</published>
    <updated>2026-07-15T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A single registry value can make Windows cache your plaintext password in memory - a Mimikatz favorite. Here&apos;s what WDigest UseLogonCredential does, why it keeps coming back, and how to audit it.</summary>
  </entry>
  <entry>
    <title>Windows Recall Is a Screenshot Database Attackers Would Love</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/windows-recall-is-a-screenshot-database-attackers-would-love" />
    <id>https://winsentinel.ai/blog/windows-recall-is-a-screenshot-database-attackers-would-love</id>
    <published>2026-07-14T00:00:00Z</published>
    <updated>2026-07-14T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Windows Recall silently captures your screen every few seconds into a local database. Here&apos;s the real threat model and how to audit it before it becomes an infostealer&apos;s jackpot.</summary>
  </entry>
  <entry>
    <title>Cached Domain Credentials: The Laptop That Remembers Your Password</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/cached-domain-credentials" />
    <id>https://winsentinel.ai/blog/cached-domain-credentials</id>
    <published>2026-07-13T00:00:00Z</published>
    <updated>2026-07-13T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Windows caches domain logon credentials so laptops work offline - but those MSCACHEv2 hashes are a lateral-movement goldmine. What gets cached, how attackers crack it, and how to audit CachedLogonsCount.</summary>
  </entry>
  <entry>
    <title>Detecting AMSI Bypasses: When Attackers Blind Your Script Scanner</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/detecting-amsi-bypasses-when-attackers-blind-your-script-sca" />
    <id>https://winsentinel.ai/blog/detecting-amsi-bypasses-when-attackers-blind-your-script-sca</id>
    <published>2026-07-13T00:00:00Z</published>
    <updated>2026-07-13T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">AMSI is Windows&apos; last line of defense against malicious scripts — and one of the first things attackers disable. Here&apos;s how the bypass works and how WinSentinel catches it.</summary>
  </entry>
  <entry>
    <title>Alternate Data Streams: The NTFS Feature Attackers Hide In</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/alternate-data-streams-the-ntfs-feature-attackers-hide-in" />
    <id>https://winsentinel.ai/blog/alternate-data-streams-the-ntfs-feature-attackers-hide-in</id>
    <published>2026-07-12T00:00:00Z</published>
    <updated>2026-07-12T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">How attackers abuse NTFS alternate data streams to hide payloads and Mark-of-the-Web bypasses, and how WinSentinel surfaces them.</summary>
  </entry>
  <entry>
    <title>Sideloaded MSIX and AppX: the app-security blind spot on Windows</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/msix-appx-sideloading-blind-spot" />
    <id>https://winsentinel.ai/blog/msix-appx-sideloading-blind-spot</id>
    <published>2026-07-12T00:00:00Z</published>
    <updated>2026-07-12T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Line-of-business sideloading and unrestricted AppX installs quietly widen your attack surface. Here is what to audit and how WinSentinel flags it.</summary>
  </entry>
  <entry>
    <title>Group Policy Tampering: How Attackers Weaponize Your Own GPOs</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/gpo-tampering-detection" />
    <id>https://winsentinel.ai/blog/gpo-tampering-detection</id>
    <published>2026-07-11T00:00:00Z</published>
    <updated>2026-07-11T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Group Policy is a favorite post-exploitation tool: one edited GPO can push malware, disable defenses, or backdoor every domain-joined machine. Here is how it happens and how to detect drift.</summary>
  </entry>
  <entry>
    <title>SeImpersonatePrivilege and the Potato Attacks: How Service Accounts Become SYSTEM</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/seimpersonateprivilege-and-the-potato-attacks-how-service-ac" />
    <id>https://winsentinel.ai/blog/seimpersonateprivilege-and-the-potato-attacks-how-service-ac</id>
    <published>2026-07-10T00:00:00Z</published>
    <updated>2026-07-10T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">SeImpersonatePrivilege lets service accounts impersonate any token, and the Potato family of exploits turns that into instant SYSTEM. Here is how the attack works and how WinSentinel flags the risky privilege assignments before an attacker does.</summary>
  </entry>
  <entry>
    <title>LAPS on Windows: Killing the Shared Local Admin Password Problem</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/laps-local-admin-password-rotation" />
    <id>https://winsentinel.ai/blog/laps-local-admin-password-rotation</id>
    <published>2026-07-09T00:00:00Z</published>
    <updated>2026-07-09T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">One reused local Administrator password turns a single compromised laptop into domain-wide lateral movement. Here&apos;s how LAPS fixes it, how to verify it on the machine in front of you, and how to prove coverage across a fleet.</summary>
  </entry>
  <entry>
    <title>Patch Latency Is a Vulnerability: Auditing Windows Update Hygiene Across Your Endpoints</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/patch-latency-windows-update-hygiene" />
    <id>https://winsentinel.ai/blog/patch-latency-windows-update-hygiene</id>
    <published>2026-07-08T00:00:00Z</published>
    <updated>2026-07-08T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">The window between a patch shipping and it landing on every machine is where breaches live. Here is how to measure Windows patch latency, catch machines stuck behind, and keep update hygiene from silently rotting.</summary>
  </entry>
  <entry>
    <title>Golden Tickets and Silver Tickets: How Attackers Forge Kerberos and How to Catch Them</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/golden-ticket-silver-ticket-kerberos-forgery" />
    <id>https://winsentinel.ai/blog/golden-ticket-silver-ticket-kerberos-forgery</id>
    <published>2026-07-07T00:00:00Z</published>
    <updated>2026-07-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Once an attacker steals the krbtgt hash, they can mint Kerberos tickets for any user, any privilege, valid for years. Here&apos;s how Golden and Silver Ticket forgery works, why it survives password resets, and the host-level signals WinSentinel surfaces to detect it.</summary>
  </entry>
  <entry>
    <title>Secure Boot, Measured Boot, and Memory Integrity: Auditing the Windows Boot Chain</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/secure-boot-measured-boot-memory-integrity" />
    <id>https://winsentinel.ai/blog/secure-boot-measured-boot-memory-integrity</id>
    <published>2026-07-06T00:00:00Z</published>
    <updated>2026-07-06T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Rootkits and BYOVD attacks target the layer below your antivirus. Here&apos;s how Secure Boot, TPM measured boot, VBS, and HVCI defend the Windows boot chain - and how to verify each one is actually on.</summary>
  </entry>
  <entry>
    <title>Living Off the Land: How Attackers Weaponize Signed Windows Binaries (LOLBins)</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/living-off-the-land-how-attackers-weaponize-signed-windows-b" />
    <id>https://winsentinel.ai/blog/living-off-the-land-how-attackers-weaponize-signed-windows-b</id>
    <published>2026-07-05T00:00:00Z</published>
    <updated>2026-07-05T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Rundll32, mshta, regsvr32 and other trusted Microsoft binaries let attackers run malicious code with no malware on disk. Here&apos;s how LOLBin abuse works on Windows, what to audit, and how to catch it.</summary>
  </entry>
  <entry>
    <title>DNS Security on Windows: Hijacked Resolvers, DoH Blind Spots, and Exfiltration Over Port 53</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/dns-security-windows-hijacking-doh-tunneling" />
    <id>https://winsentinel.ai/blog/dns-security-windows-hijacking-doh-tunneling</id>
    <published>2026-07-04T00:00:00Z</published>
    <updated>2026-07-04T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Attackers rewrite your DNS to phish, blind your defenses with rogue DNS-over-HTTPS, and tunnel data out over a port every firewall trusts. Here&apos;s what to audit on Windows - and how to keep it from drifting back.</summary>
  </entry>
  <entry>
    <title>The Print Spooler Is Still Running: PrintNightmare, Point and Print, and the RCE You Forgot to Turn Off</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/the-print-spooler-is-still-running-printnightmare-point-and-" />
    <id>https://winsentinel.ai/blog/the-print-spooler-is-still-running-printnightmare-point-and-</id>
    <published>2026-07-04T00:00:00Z</published>
    <updated>2026-07-04T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Years after PrintNightmare, the Windows Print Spooler still ships enabled on machines that will never print. Here is why it is a remote-code-execution and privilege-escalation risk, and how to find, disable, and continuously audit it.</summary>
  </entry>
  <entry>
    <title>WMI Event Subscriptions: The Fileless Persistence That Survives a Reboot and Leaves No File</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/wmi-event-subscription-persistence" />
    <id>https://winsentinel.ai/blog/wmi-event-subscription-persistence</id>
    <published>2026-07-03T00:00:00Z</published>
    <updated>2026-07-03T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">WMI event subscriptions let attackers run code on triggers with no file on disk and no Run key. Here is how the __EventFilter/__EventConsumer/__FilterToConsumerBinding trio works, and how to hunt it on your own machines.</summary>
  </entry>
  <entry>
    <title>Hardening Windows Remote Management: WinRM, CredSSP, and the Quiet Lateral-Movement Channels</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/hardening-windows-remote-management-winrm" />
    <id>https://winsentinel.ai/blog/hardening-windows-remote-management-winrm</id>
    <published>2026-07-02T00:00:00Z</published>
    <updated>2026-07-02T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">RDP gets the headlines, but WinRM, WS-Management, and Remote Assistance are how attackers move sideways after the first foothold. Here is how to lock down Windows remote management and keep it locked.</summary>
  </entry>
  <entry>
    <title>Kerberoasting and AS-REP Roasting: Cracking Active Directory From a Single Foothold</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/kerberoasting-as-rep-roasting" />
    <id>https://winsentinel.ai/blog/kerberoasting-as-rep-roasting</id>
    <published>2026-07-02T00:00:00Z</published>
    <updated>2026-07-02T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Two of the quietest ways attackers turn one compromised Windows box into domain-wide credential theft — how Kerberoasting and AS-REP roasting work, and the host-level misconfigurations WinSentinel flags to shut them down.</summary>
  </entry>
  <entry>
    <title>Application Allowlisting on Windows: Turning Off Every Executable You Never Approved</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/application-allowlisting-wdac-applocker" />
    <id>https://winsentinel.ai/blog/application-allowlisting-wdac-applocker</id>
    <published>2026-07-01T00:00:00Z</published>
    <updated>2026-07-01T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Signature scanning asks whether a file is known bad; allowlisting flips the question to whether it is known good and blocks everything else. Here is how WDAC and AppLocker actually work, why audit mode is the only sane way to deploy them, and how to confirm your machine even has an allowlisting policy in place.</summary>
  </entry>
  <entry>
    <title>USB Device Control on Windows: Stopping BadUSB and Data Exfiltration at the Port</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/usb-device-control-on-windows-stopping-badusb-and-data-exfil" />
    <id>https://winsentinel.ai/blog/usb-device-control-on-windows-stopping-badusb-and-data-exfil</id>
    <published>2026-06-30T00:00:00Z</published>
    <updated>2026-06-30T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Removable media is still one of the most overlooked attack surfaces on Windows endpoints - from BadUSB keystroke injection to silent data exfiltration. Here&apos;s how USB attacks actually work, the registry and policy controls that lock the port down, and what WinSentinel&apos;s Device Control module audits.</summary>
  </entry>
  <entry>
    <title>LLMNR and NBT-NS Poisoning: How One Misconfiguration Hands Over Your Credentials</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/llmnr-nbtns-poisoning-ntlm-relay" />
    <id>https://winsentinel.ai/blog/llmnr-nbtns-poisoning-ntlm-relay</id>
    <published>2026-06-29T00:00:00Z</published>
    <updated>2026-06-29T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">LLMNR and NBT-NS name-resolution fallbacks let an attacker on your LAN harvest and relay NTLM credentials with zero exploits. Here is how the attack works and how to shut it down per machine and across a fleet.</summary>
  </entry>
  <entry>
    <title>Stop LSASS Credential Theft: Auditing LSA Protection and Credential Guard on Windows</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/lsass-credential-theft-protection" />
    <id>https://winsentinel.ai/blog/lsass-credential-theft-protection</id>
    <published>2026-06-28T00:00:00Z</published>
    <updated>2026-06-28T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Mimikatz and procdump both target one process: LSASS. Here is how credential dumping actually works, and how to verify LSA Protection (RunAsPPL) and Credential Guard are really turned on across your machines.</summary>
  </entry>
  <entry>
    <title>DLL Hijacking on Windows: The Search-Order Flaw Hiding in Your App Folders</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/dll-hijacking-search-order" />
    <id>https://winsentinel.ai/blog/dll-hijacking-search-order</id>
    <published>2026-06-27T00:00:00Z</published>
    <updated>2026-06-27T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Attackers rarely need an exploit when Windows will load a malicious DLL for them. Here is how DLL search-order and phantom-DLL hijacking work, why ordinary installers create the flaw, and how to audit every writable directory on your machine&apos;s DLL search path - free.</summary>
  </entry>
  <entry>
    <title>Auditing the Windows Firewall: The Host-Based Control Everyone Misconfigures</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/auditing-the-windows-firewall-the-host-based-control-everyon" />
    <id>https://winsentinel.ai/blog/auditing-the-windows-firewall-the-host-based-control-everyon</id>
    <published>2026-06-26T00:00:00Z</published>
    <updated>2026-06-26T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">The Windows Defender Firewall is on by default and almost always misconfigured: profiles left wide open, inbound rules nobody remembers adding, and logging switched off. Here is how to audit host firewall posture the way an attacker probes it, and how WinSentinel turns each gap into a fix.</summary>
  </entry>
  <entry>
    <title>NIST 800-171 and CMMC 2.0 on Windows Endpoints: From Control Family to Configuration You Can Audit</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/nist-800-171-cmmc-windows-endpoints" />
    <id>https://winsentinel.ai/blog/nist-800-171-cmmc-windows-endpoints</id>
    <published>2026-06-25T00:00:00Z</published>
    <updated>2026-06-25T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">CMMC 2.0 turns NIST 800-171 into a contractual requirement for anyone touching Controlled Unclassified Information. On a Windows endpoint, most of its 110 controls resolve into concrete, readable configuration. Here is how the control families map to settings you can measure on a single machine, and where the fleet-wide assessment claim begins.</summary>
  </entry>
  <entry>
    <title>Scheduled Tasks: The Persistence Mechanism Hiding in Plain Sight</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/scheduled-task-persistence-attacks" />
    <id>https://winsentinel.ai/blog/scheduled-task-persistence-attacks</id>
    <published>2026-06-25T00:00:00Z</published>
    <updated>2026-06-25T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Attackers love Windows Task Scheduler for stealthy persistence and privilege escalation. Here is what a scheduled-task audit actually looks for, and how to find malicious tasks on your own machines.</summary>
  </entry>
  <entry>
    <title>SMBv1 and Legacy Protocols: The 2017 Holes Still Open on Windows in 2026</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/smbv1-legacy-protocols-still-open" />
    <id>https://winsentinel.ai/blog/smbv1-legacy-protocols-still-open</id>
    <published>2026-06-24T00:00:00Z</published>
    <updated>2026-06-24T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">SMBv1, NTLMv1, LM hashes, and TLS 1.0 are still quietly enabled on production Windows machines years after they should have died. Here is how to find them, kill them, and prove they stay gone.</summary>
  </entry>
  <entry>
    <title>RDP Is Still the #1 Ransomware Front Door: A Practical Hardening Guide</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/rdp-hardening-ransomware-front-door" />
    <id>https://winsentinel.ai/blog/rdp-hardening-ransomware-front-door</id>
    <published>2026-06-23T00:00:00Z</published>
    <updated>2026-06-23T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Exposed Remote Desktop remains the most common ransomware initial-access vector. Here is how to find, lock down, and continuously audit RDP across your Windows machines.</summary>
  </entry>
  <entry>
    <title>PCI DSS 4.0 on Windows Endpoints: Turning the Requirements Into Configuration You Can Audit</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/pci-dss-windows-endpoints" />
    <id>https://winsentinel.ai/blog/pci-dss-windows-endpoints</id>
    <published>2026-06-21T00:00:00Z</published>
    <updated>2026-06-21T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">PCI DSS 4.0 reads like a policy binder, but on a Windows endpoint most of it resolves into concrete, readable configuration: account hygiene, default-deny services, audit logging, anti-malware, and secure protocols. Here is how the requirements map to settings you can actually measure on a cardholder-data machine — and where the org-wide claim begins.</summary>
  </entry>
  <entry>
    <title>The Local Admin Problem: Why Standing Administrator Rights Are Your Biggest Unmanaged Risk</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/local-admin-rights-least-privilege" />
    <id>https://winsentinel.ai/blog/local-admin-rights-least-privilege</id>
    <published>2026-06-20T00:00:00Z</published>
    <updated>2026-06-20T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Every account in the local Administrators group is a copy of your worst-case breach. Here is why standing admin rights are the single configuration that most widens an attacker&apos;s blast radius on Windows, how UAC and token elevation really work, and how to audit who is admin on the machine in front of you.</summary>
  </entry>
  <entry>
    <title>Attack Surface Reduction Rules: The Defender Feature That Blocks Attacks Before They Run</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/attack-surface-reduction-rules" />
    <id>https://winsentinel.ai/blog/attack-surface-reduction-rules</id>
    <published>2026-06-19T00:00:00Z</published>
    <updated>2026-06-19T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Defender&apos;s Attack Surface Reduction rules are 20-odd toggles that block the exact behaviors malware needs - Office spawning shells, scripts launching executables, credential theft from LSASS. Most are off by default and invisible to a vulnerability scan. Here is what each class of rule stops, why audit mode is the only safe way to roll them out, and how to read your ASR posture on the machine in front of you.</summary>
  </entry>
  <entry>
    <title>Defender Exclusions Are an Attacker&apos;s Best Friend: Auditing the Blind Spots You Carved Yourself</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/defender-exclusions-attack-vector" />
    <id>https://winsentinel.ai/blog/defender-exclusions-attack-vector</id>
    <published>2026-06-19T00:00:00Z</published>
    <updated>2026-06-19T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Every path, process, and extension you exclude from Microsoft Defender is a place malware can run unscanned - and adding an exclusion is the single most common thing attackers do after they land. Here is why exclusions accumulate, how intruders abuse and plant them (MITRE T1562.001), and how to audit the exclusion list on the machine in front of you before someone else does.</summary>
  </entry>
  <entry>
    <title>Forecasting Your Security Score: From Trend Lines to Days-to-Target</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/forecasting-security-score" />
    <id>https://winsentinel.ai/blog/forecasting-security-score</id>
    <published>2026-06-17T00:00:00Z</published>
    <updated>2026-06-17T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">WinSentinel does not just score your posture today. It fits a regression line through your scan history and projects where you will be in 30, 60, and 90 days, with confidence bands and an estimated date you will hit your target. Here is how the forecast works and how to read it.</summary>
  </entry>
  <entry>
    <title>Hardening Windows Logon: Account Policy, LSASS Protection, and the Credential-Theft Surface</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/windows-logon-hardening" />
    <id>https://winsentinel.ai/blog/windows-logon-hardening</id>
    <published>2026-06-17T00:00:00Z</published>
    <updated>2026-06-17T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Most intrusions do not end with the first machine they land on - they spread on stolen credentials. The Windows logon and authentication stack is where that theft happens: weak account lockout, cached domain creds, NTLM downgrade, and an unprotected LSASS process. Here is the credential-theft surface that decides whether one compromised box becomes the whole network, and how to audit every piece of it on your own machine for free.</summary>
  </entry>
  <entry>
    <title>Closing the Front Door: Auditing Your Windows Network Attack Surface</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/network-attack-surface-windows" />
    <id>https://winsentinel.ai/blog/network-attack-surface-windows</id>
    <published>2026-06-16T00:00:00Z</published>
    <updated>2026-06-16T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Every listening port is a door an attacker can knock on. Most Windows machines expose far more than they need to - RDP, SMB, WinRM, leftover dev servers - and the inbound firewall rules that should fence them off drift open over time. Here is how to enumerate every listening service, judge what actually needs to be reachable, and audit the firewall posture that decides who gets to try.</summary>
  </entry>
  <entry>
    <title>The Windows Encryption Audit Nobody Runs: BitLocker, TPM, and the Cert Store</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/windows-encryption-audit" />
    <id>https://winsentinel.ai/blog/windows-encryption-audit</id>
    <published>2026-06-16T00:00:00Z</published>
    <updated>2026-06-16T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">BitLocker on the C: drive is not the finish line. A real encryption audit checks TPM readiness, EFS, the certificate store, SChannel/TLS protocols, Credential Guard, and DPAPI - here is what actually matters and how to check it.</summary>
  </entry>
  <entry>
    <title>How Windows Services Become a Privilege Escalation Highway (and How to Audit Yours)</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/service-privilege-escalation" />
    <id>https://winsentinel.ai/blog/service-privilege-escalation</id>
    <published>2026-06-15T00:00:00Z</published>
    <updated>2026-06-15T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">An attacker who lands as a normal user rarely stays one for long. The fastest road from user to SYSTEM on most Windows machines isn&apos;t a kernel exploit — it&apos;s a misconfigured service. Here are the four service flaws that hand out SYSTEM, why they&apos;re so common, and how to audit every service on your own machine for free.</summary>
  </entry>
  <entry>
    <title>HIPAA on Windows Endpoints: Mapping the Security Rule to Configuration You Can Audit</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/hipaa-windows-endpoints" />
    <id>https://winsentinel.ai/blog/hipaa-windows-endpoints</id>
    <published>2026-06-14T00:00:00Z</published>
    <updated>2026-06-14T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">HIPAA&apos;s Security Rule never says &apos;set this registry value.&apos; It speaks in safeguards — access control, audit controls, integrity, transmission security — and leaves the implementation to you. Here&apos;s how those required and addressable specifications map to concrete Windows endpoint configuration, and how to generate the evidence an auditor actually wants.</summary>
  </entry>
  <entry>
    <title>Windows Persistence Hunting: The Autostart Locations Attackers Abuse (and How to Audit Them)</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/persistence-hunting-autostart" />
    <id>https://winsentinel.ai/blog/persistence-hunting-autostart</id>
    <published>2026-06-13T00:00:00Z</published>
    <updated>2026-06-13T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Eviction is the whole game. An attacker who keeps one autostart entry survives the reboot, the reimage-that-restores-from-backup, and the incident report. Here are the Windows autostart locations real intrusions abuse — Run keys, scheduled tasks, services, WMI event subscriptions, and the obscure ones — and how to audit every one of them on your own machine.</summary>
  </entry>
  <entry>
    <title>WinSentinel vs Nessus: Vulnerability Scanning and Configuration Auditing Are Not the Same Job</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/winsentinel-vs-nessus" />
    <id>https://winsentinel.ai/blog/winsentinel-vs-nessus</id>
    <published>2026-06-12T00:00:00Z</published>
    <updated>2026-06-12T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A vulnerability scanner answers &apos;what known-exploitable software is installed?&apos; A configuration audit answers &apos;how is this machine set up to let an attacker win once they&apos;re in?&apos; Those are different jobs, and the gap between a clean Nessus report and a hardened machine is where most breaches actually happen.</summary>
  </entry>
  <entry>
    <title>SOC 2 for Windows Endpoints: Turning Audit Controls into Commands You Can Actually Run</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/soc2-compliance-windows" />
    <id>https://winsentinel.ai/blog/soc2-compliance-windows</id>
    <published>2026-06-11T00:00:00Z</published>
    <updated>2026-06-11T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A SOC 2 audit doesn&apos;t ask whether your Windows fleet is secure — it asks whether you can prove it, repeatedly, over a 6–12 month window. Here&apos;s how the Trust Services Criteria map to Windows endpoint configuration, and how to generate audit evidence instead of screenshotting it by hand.</summary>
  </entry>
  <entry>
    <title>WinSentinel vs Microsoft Defender: Why You Need Both (and What Each Actually Does)</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/winsentinel-vs-defender" />
    <id>https://winsentinel.ai/blog/winsentinel-vs-defender</id>
    <published>2026-06-10T00:00:00Z</published>
    <updated>2026-06-10T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">&quot;I already run Defender — why would I need WinSentinel?&quot; It&apos;s the most common question we get, and it comes from a real misunderstanding: people assume antivirus and configuration auditing are the…</summary>
  </entry>
  <entry>
    <title>Kill Chain Analysis: Turning Isolated Security Findings into Attack Narratives</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/kill-chain-analysis" />
    <id>https://winsentinel.ai/blog/kill-chain-analysis</id>
    <published>2026-06-08T00:00:00Z</published>
    <updated>2026-06-08T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your security scanner found 47 issues. But is someone actually attacking you right now? Kill chain reconstruction maps scattered findings to MITRE ATT&amp;CK phases, detects multi-stage attack progressions, and predicts what’s coming next — transforming noise into actionable intelligence.</summary>
  </entry>
  <entry>
    <title>The 47-Minute Window: Detecting Ransomware Before Encryption Begins</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/ransomware-pre-encryption-detection" />
    <id>https://winsentinel.ai/blog/ransomware-pre-encryption-detection</id>
    <published>2026-06-08T00:00:00Z</published>
    <updated>2026-06-08T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Ransomware operators spend an average of 47 minutes inside your network before triggering encryption. That window is your chance. Here&apos;s exactly what happens during those 47 minutes, which signals WinSentinel catches at each stage, and the concrete defensive actions that turn a potential disaster into a contained incident.</summary>
  </entry>
  <entry>
    <title>Security Autopsy: Forensic Root-Cause Analysis for Declining Security Posture</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/security-autopsy" />
    <id>https://winsentinel.ai/blog/security-autopsy</id>
    <published>2026-06-08T00:00:00Z</published>
    <updated>2026-06-08T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your score dropped from 85 to 62 over three weeks. Something is wrong — but what? Security Autopsy dissects your audit history, identifies the exact degradation events, infers root causes, and delivers actionable lessons so the same failures never repeat.</summary>
  </entry>
  <entry>
    <title>Detecting Shadow IT and Unauthorized Software on Windows Endpoints</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/detecting-shadow-it" />
    <id>https://winsentinel.ai/blog/detecting-shadow-it</id>
    <published>2026-06-07T00:00:00Z</published>
    <updated>2026-06-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">That junior dev installed a cracked PDF editor last Tuesday. Marketing added three browser extensions you&apos;ve never heard of. Your attack surface just doubled and nobody filed a ticket. Here&apos;s how to find — and fix — the shadow IT problem before it becomes a breach headline.</summary>
  </entry>
  <entry>
    <title>Windows Event Log Forensics: Building Detection Rules That Actually Work</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/event-log-forensics" />
    <id>https://winsentinel.ai/blog/event-log-forensics</id>
    <published>2026-06-07T00:00:00Z</published>
    <updated>2026-06-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your SIEM is drowning in noise while attackers hide in plain sight. Here&apos;s how to build high-fidelity detection rules from Windows Event Logs that catch real threats — failed brute-force attempts, privilege escalation, Defender tampering, and suspicious PowerShell — without alert fatigue.</summary>
  </entry>
  <entry>
    <title>Event Log Hardening: The Forensic Trail Attackers Hope You Never Configure</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/event-log-hardening" />
    <id>https://winsentinel.ai/blog/event-log-hardening</id>
    <published>2026-06-07T00:00:00Z</published>
    <updated>2026-06-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Windows logs everything — if you tell it to. Most machines ship with default log settings that rotate away critical evidence in hours, not months. Here&apos;s how to configure event logs so incident responders actually have something to work with.</summary>
  </entry>
  <entry>
    <title>Process Lineage Analysis: Catching LOLBin Abuse and Living-off-the-Land Attacks</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/process-lineage-analysis" />
    <id>https://winsentinel.ai/blog/process-lineage-analysis</id>
    <published>2026-06-07T00:00:00Z</published>
    <updated>2026-06-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your attacker didn&apos;t drop custom malware. They used PowerShell, certutil, and mshta — tools that were already on the machine. Here&apos;s how parent-child process analysis exposes living-off-the-land techniques that traditional antivirus completely misses.</summary>
  </entry>
  <entry>
    <title>Understanding Your Security Maturity Score: From Ad-Hoc to Optimized</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/security-maturity-score" />
    <id>https://winsentinel.ai/blog/security-maturity-score</id>
    <published>2026-06-07T00:00:00Z</published>
    <updated>2026-06-07T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your machine scores 72/100 on a security audit. Is that good? What does it mean across different security domains? Here&apos;s how WinSentinel&apos;s CMMI-inspired maturity assessment turns raw findings into actionable intelligence — and why a letter grade matters more than a number.</summary>
  </entry>
  <entry>
    <title>Deep Dive: The Credential Exposure Module — Finding Secrets Before Attackers Do</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/credential-exposure-deep-dive" />
    <id>https://winsentinel.ai/blog/credential-exposure-deep-dive</id>
    <published>2026-06-06T00:00:00Z</published>
    <updated>2026-06-06T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Your Windows machine is leaking credentials in a dozen places you&apos;ve never checked. WinSentinel&apos;s Credential Exposure module hunts them all — from plaintext SSH keys to cached cloud tokens buried in AppData.</summary>
  </entry>
  <entry>
    <title>Zero-Trust Windows Fleet Hardening: A Practical Guide for Security Teams</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/zero-trust-fleet-hardening" />
    <id>https://winsentinel.ai/blog/zero-trust-fleet-hardening</id>
    <published>2026-06-06T00:00:00Z</published>
    <updated>2026-06-06T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">You can&apos;t trust any endpoint by default — not even the ones you deployed yourself. Here&apos;s how to apply zero-trust principles to Windows fleet hardening using continuous verification, least-privilege enforcement, and automated posture management.</summary>
  </entry>
  <entry>
    <title>BYOVD Attacks Are Eating Windows Security Alive — Here&apos;s How to Stop Them</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/byovd-attacks" />
    <id>https://winsentinel.ai/blog/byovd-attacks</id>
    <published>2026-06-05T00:00:00Z</published>
    <updated>2026-06-05T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Bring Your Own Vulnerable Driver attacks let adversaries load signed-but-exploitable kernel drivers to disable your entire security stack. Here&apos;s how the attack works, why it&apos;s exploding in 2026, and what WinSentinel&apos;s Driver Security module does about it.</summary>
  </entry>
  <entry>
    <title>What WinSentinel Actually Audits: All 33 Modules Explained</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/what-winsentinel-audits" />
    <id>https://winsentinel.ai/blog/what-winsentinel-audits</id>
    <published>2026-06-05T00:00:00Z</published>
    <updated>2026-06-05T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A complete breakdown of every audit module in v1.19 — organized by security domain, with what each checks and why it matters.</summary>
  </entry>
  <entry>
    <title>Hardening PowerShell: The Attacker&apos;s Favorite Post-Exploitation Tool Is Your Best Defensive Asset</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/hardening-powershell" />
    <id>https://winsentinel.ai/blog/hardening-powershell</id>
    <published>2026-06-04T00:00:00Z</published>
    <updated>2026-06-04T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">PowerShell is simultaneously the most abused tool in post-exploitation kits and the most powerful defensive instrumentation on Windows. Here&apos;s how to configure it so it works for you, not against you.</summary>
  </entry>
  <entry>
    <title>Managing 50 Machines Without Losing Your Mind: The IT Admin&apos;s Security Playbook</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/managing-50-machines" />
    <id>https://winsentinel.ai/blog/managing-50-machines</id>
    <published>2026-06-03T00:00:00Z</published>
    <updated>2026-06-03T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">When you&apos;re responsible for 50+ Windows endpoints, security becomes a logistics problem. Here&apos;s how to build a workflow that scales without a six-figure tooling budget.</summary>
  </entry>
  <entry>
    <title>CIS Benchmarks Demystified: What They Actually Check and How WinSentinel Maps to Them</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/cis-benchmarks-winsentinel" />
    <id>https://winsentinel.ai/blog/cis-benchmarks-winsentinel</id>
    <published>2026-06-02T00:00:00Z</published>
    <updated>2026-06-02T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">The Center for Internet Security publishes the gold-standard hardening guides for Windows. Here&apos;s what those 400+ recommendations actually mean in practice — and which ones WinSentinel already covers out of the box.</summary>
  </entry>
  <entry>
    <title>Why Security Agents Beat Dashboards Every Time</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/agents-beat-dashboards" />
    <id>https://winsentinel.ai/blog/agents-beat-dashboards</id>
    <published>2026-06-01T00:00:00Z</published>
    <updated>2026-06-01T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Dashboards show you problems after they exist. Agents fix problems before they matter. Here&apos;s why the security industry is shifting from observe-and-alert to autonomous remediation.</summary>
  </entry>
  <entry>
    <title>Catching Lateral Movement Before It&apos;s Too Late</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/lateral-movement-detection" />
    <id>https://winsentinel.ai/blog/lateral-movement-detection</id>
    <published>2026-05-31T00:00:00Z</published>
    <updated>2026-05-31T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">How attackers pivot through Windows networks using living-off-the-land techniques, and how WinSentinel&apos;s audit modules expose the misconfigurations they depend on.</summary>
  </entry>
  <entry>
    <title>Why Every Windows Dev Should Run a Security Audit</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/why-every-windows-dev-should-audit" />
    <id>https://winsentinel.ai/blog/why-every-windows-dev-should-audit</id>
    <published>2026-05-29T00:00:00Z</published>
    <updated>2026-05-29T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">Developer machines are high-value targets. Here&apos;s why your workstation is probably less secure than you think, and what to do about it in 60 seconds.</summary>
  </entry>
  <entry>
    <title>From winsentinel --audit to Compliant in 20 Minutes</title>
    <link rel="alternate" type="text/html" href="https://winsentinel.ai/blog/audit-to-compliant-in-20-min" />
    <id>https://winsentinel.ai/blog/audit-to-compliant-in-20-min</id>
    <published>2026-05-27T00:00:00Z</published>
    <updated>2026-05-27T00:00:00Z</updated>
    <author><name>Saurav Bhattacharya</name></author>
    <summary type="text">A step-by-step walkthrough: install, audit, fix, verify. We take a real machine from 68/100 to 94/100 in under 20 minutes.</summary>
  </entry>
</feed>
