<?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: Mani Kandan</title>
    <description>The latest articles on DEV Community by Mani Kandan (@mani_kandan_b9e44900c1e5e).</description>
    <link>https://dev.to/mani_kandan_b9e44900c1e5e</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%2F4007225%2F492a7a07-afc4-4619-b23e-5158a0e5c965.jpg</url>
      <title>DEV Community: Mani Kandan</title>
      <link>https://dev.to/mani_kandan_b9e44900c1e5e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mani_kandan_b9e44900c1e5e"/>
    <language>en</language>
    <item>
      <title>window red team in tamil</title>
      <dc:creator>Mani Kandan</dc:creator>
      <pubDate>Mon, 29 Jun 2026 03:49:29 +0000</pubDate>
      <link>https://dev.to/mani_kandan_b9e44900c1e5e/window-red-team-in-tamil-3699</link>
      <guid>https://dev.to/mani_kandan_b9e44900c1e5e/window-red-team-in-tamil-3699</guid>
      <description>&lt;h1&gt;
  
  
  Windows Persistence Techniques (MITRE ATT&amp;amp;CK Mapped) – Complete Red Team Course
&lt;/h1&gt;

&lt;p&gt;Windows persistence is one of the most important topics for red teamers, malware analysts, DFIR professionals, and cybersecurity students. Understanding persistence techniques helps both attackers simulate real-world threats and defenders detect and respond to them.&lt;/p&gt;

&lt;p&gt;This article accompanies my full YouTube course, which covers Windows internals, persistence mechanisms, privilege escalation, post-exploitation concepts, and digital forensics in a controlled lab environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  📺 Full Video
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/_xfIpiPrc68"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  What You'll Learn
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Windows Boot Process&lt;/li&gt;
&lt;li&gt;Windows Architecture&lt;/li&gt;
&lt;li&gt;Windows System Calls&lt;/li&gt;
&lt;li&gt;Windows Memory Management&lt;/li&gt;
&lt;li&gt;PEB &amp;amp; TEB Structures&lt;/li&gt;
&lt;li&gt;Windows Persistence Techniques&lt;/li&gt;
&lt;li&gt;Registry-Based Persistence&lt;/li&gt;
&lt;li&gt;DLL Hijacking&lt;/li&gt;
&lt;li&gt;Windows Services&lt;/li&gt;
&lt;li&gt;Scheduled Tasks&lt;/li&gt;
&lt;li&gt;Digital Forensics&lt;/li&gt;
&lt;li&gt;Registry Analysis&lt;/li&gt;
&lt;li&gt;Privilege Escalation Concepts&lt;/li&gt;
&lt;li&gt;Post-Exploitation Techniques&lt;/li&gt;
&lt;li&gt;MITRE ATT&amp;amp;CK Mapping&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tools Covered
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Mimikatz&lt;/li&gt;
&lt;li&gt;AccessChk&lt;/li&gt;
&lt;li&gt;PowerUp&lt;/li&gt;
&lt;li&gt;PrivescCheck&lt;/li&gt;
&lt;li&gt;SharpUp&lt;/li&gt;
&lt;li&gt;RegRipper&lt;/li&gt;
&lt;li&gt;Registry Explorer&lt;/li&gt;
&lt;li&gt;Regshot&lt;/li&gt;
&lt;li&gt;SessionGopher&lt;/li&gt;
&lt;li&gt;LaZagne&lt;/li&gt;
&lt;li&gt;PSRecon&lt;/li&gt;
&lt;li&gt;Frogman Tool&lt;/li&gt;
&lt;li&gt;LogonTracer&lt;/li&gt;
&lt;li&gt;credump&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Course Structure
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Windows Internals&lt;/li&gt;
&lt;li&gt;Persistence Techniques&lt;/li&gt;
&lt;li&gt;Digital Forensics&lt;/li&gt;
&lt;li&gt;Privilege Escalation&lt;/li&gt;
&lt;li&gt;Post Exploitation&lt;/li&gt;
&lt;li&gt;MITRE ATT&amp;amp;CK Mapping&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  GitHub Resources
&lt;/h2&gt;

&lt;p&gt;Windows Persistence Repository&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/manikandantn68/window-persistence-Privilege-Escalation" rel="noopener noreferrer"&gt;https://github.com/manikandantn68/window-persistence-Privilege-Escalation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Frogman Tool&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/manikandantn68/frogman-tool" rel="noopener noreferrer"&gt;https://github.com/manikandantn68/frogman-tool&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Intended Audience
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cybersecurity Students&lt;/li&gt;
&lt;li&gt;SOC Analysts&lt;/li&gt;
&lt;li&gt;Blue Team Engineers&lt;/li&gt;
&lt;li&gt;Red Team Operators&lt;/li&gt;
&lt;li&gt;Malware Analysts&lt;/li&gt;
&lt;li&gt;Digital Forensics Investigators&lt;/li&gt;
&lt;li&gt;Penetration Testers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Educational Disclaimer
&lt;/h2&gt;

&lt;p&gt;This course is intended solely for educational purposes and demonstrates techniques within an authorized lab environment. Always obtain proper permission before testing or assessing systems you do not own or administer.&lt;/p&gt;

</description>
      <category>ethicalhacking</category>
      <category>tamil</category>
      <category>cybersecurity</category>
      <category>hacking</category>
    </item>
  </channel>
</rss>
