<?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>Forem: Umesh</title>
    <description>The latest articles on Forem by Umesh (@omu47).</description>
    <link>https://forem.com/omu47</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1421775%2Fef2d1fe9-7fce-469c-921f-3b05665d47b9.png</url>
      <title>Forem: Umesh</title>
      <link>https://forem.com/omu47</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/omu47"/>
    <language>en</language>
    <item>
      <title>CyberArena – Interactive Cyber Security Simulation &amp; Threat Analysis Platform</title>
      <dc:creator>Umesh</dc:creator>
      <pubDate>Sat, 23 May 2026 15:03:44 +0000</pubDate>
      <link>https://forem.com/omu47/cyberarena-interactive-cyber-security-simulation-threat-analysis-platform-3ec2</link>
      <guid>https://forem.com/omu47/cyberarena-interactive-cyber-security-simulation-threat-analysis-platform-3ec2</guid>
      <description>&lt;p&gt;Excited to share my latest project — &lt;strong&gt;CyberArena&lt;/strong&gt;, an interactive Cyber Security Simulation &amp;amp; Threat Analysis Platform built using Python, Flask, SQLite, Docker, HTML/CSS, and JavaScript.&lt;/p&gt;

&lt;p&gt;🔐 Features include:&lt;br&gt;
• AI-based Threat Analyzer&lt;br&gt;
• Phishing Simulation&lt;br&gt;
• Base64 Payload Analysis&lt;br&gt;
• RSA Encryption Demo&lt;br&gt;
• Steganography Detection&lt;br&gt;
• Leaderboard &amp;amp; Gamification System&lt;br&gt;
• Responsive Cyberpunk Dashboard UI&lt;/p&gt;

&lt;p&gt;This project helped me strengthen my understanding of:&lt;br&gt;
✔ Cybersecurity concepts&lt;br&gt;
✔ Threat analysis workflows&lt;br&gt;
✔ Authentication systems&lt;br&gt;
✔ Python backend development&lt;br&gt;
✔ Docker deployment&lt;br&gt;
✔ Responsive UI design&lt;/p&gt;

&lt;p&gt;The platform is inspired by real-world SOC Analyst and Cyber Security Analyst workflows, including phishing detection, suspicious activity analysis, and security reporting.&lt;/p&gt;

&lt;p&gt;🚀 Live Demo:&lt;br&gt;
&lt;a href="https://cyberarena-interactive-cyber-attack.onrender.com/" rel="noopener noreferrer"&gt;https://cyberarena-interactive-cyber-attack.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 GitHub:&lt;br&gt;
&lt;a href="https://github.com/omu47/CyberArena-Interactive-Cyber-Attack-Simulation-Threat-Analysis-Platform" rel="noopener noreferrer"&gt;https://github.com/omu47/CyberArena-Interactive-Cyber-Attack-Simulation-Threat-Analysis-Platform&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Currently continuing to scale the project with plans for SIEM-style monitoring, PostgreSQL, Kafka, Kubernetes, and advanced AI-powered threat intelligence features.&lt;/p&gt;

&lt;p&gt;Will really love to connect and if you want to contribute please do dm , don't waste time in thinking&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fdds57s7x4awo8y0j8r9w.gif" 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.amazonaws.com%2Fuploads%2Farticles%2Fdds57s7x4awo8y0j8r9w.gif" alt=" " width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>python</category>
      <category>threatanalysis</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building ThreatPulse IDS: An AI-Powered Intrusion Detection System</title>
      <dc:creator>Umesh</dc:creator>
      <pubDate>Wed, 20 May 2026 14:26:52 +0000</pubDate>
      <link>https://forem.com/omu47/building-threatpulse-ids-an-ai-powered-intrusion-detection-system-1pci</link>
      <guid>https://forem.com/omu47/building-threatpulse-ids-an-ai-powered-intrusion-detection-system-1pci</guid>
      <description>&lt;p&gt;Late at night, while most people scroll through social media, millions of unseen packets travel silently across networks every second.&lt;/p&gt;

&lt;p&gt;Some are harmless.&lt;br&gt;
Some carry attacks.&lt;/p&gt;

&lt;p&gt;That thought made me curious:&lt;br&gt;
“How do cybersecurity systems actually detect threats in real time?”&lt;/p&gt;

&lt;p&gt;So I decided to stop just reading about cybersecurity…&lt;br&gt;
and build something real.&lt;/p&gt;

&lt;p&gt;That’s how ThreatPulse IDS started.&lt;/p&gt;

&lt;p&gt;At first, it was just a small Python script trying to capture packets using Scapy. Then came errors, crashes, threading problems, Windows packet sniffing issues, Npcap setup struggles, broken Flask reloads, database redesigns, and endless debugging sessions.&lt;/p&gt;

&lt;p&gt;But slowly, the project evolved.&lt;/p&gt;

&lt;p&gt;I built a system that can monitor live TCP, UDP, and ICMP traffic, detect DDoS-like behavior, identify port scans, flag suspicious IPs, and even use Machine Learning to detect anomalous traffic patterns using Isolation Forest.&lt;/p&gt;

&lt;p&gt;Then I connected everything to a real-time SOC-style dashboard using Flask-SocketIO, added SQLite storage for persistent monitoring, created live charts, alert systems, and automated PDF security reports.&lt;/p&gt;

&lt;p&gt;What started as curiosity became a fully working AI-powered Intrusion Detection System.&lt;/p&gt;

&lt;p&gt;This project taught me something important:&lt;/p&gt;

&lt;p&gt;Cybersecurity is not just about tools.&lt;br&gt;
It’s about understanding behavior, patterns, networks, and building systems that can react before humans even notice something is wrong.&lt;/p&gt;

&lt;p&gt;ThreatPulse IDS is still growing.&lt;br&gt;
Next steps include GeoIP tracking, SIEM integration, threat intelligence feeds, Docker deployment, and advanced analytics.&lt;/p&gt;

&lt;p&gt;But this project already represents something bigger for me:&lt;br&gt;
proof that learning by building is the fastest way to grow.&lt;/p&gt;

&lt;p&gt;From raw packets…&lt;br&gt;
to intelligent threat detection.&lt;br&gt;
&lt;a href="https://x.com/Umashankar098/status/2057103803770679344" rel="noopener noreferrer"&gt;click to view&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
