<?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: venkat sathu</title>
    <description>The latest articles on DEV Community by venkat sathu (@venkat_sathu_7cdef46cf105).</description>
    <link>https://dev.to/venkat_sathu_7cdef46cf105</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%2F4008733%2Fe8d6407a-934f-4713-8359-43674411510e.png</url>
      <title>DEV Community: venkat sathu</title>
      <link>https://dev.to/venkat_sathu_7cdef46cf105</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/venkat_sathu_7cdef46cf105"/>
    <language>en</language>
    <item>
      <title>How we built ThreatLedger — AI-powered NDR on AWS Aurora + Vercel in 72 hours</title>
      <dc:creator>venkat sathu</dc:creator>
      <pubDate>Mon, 29 Jun 2026 20:44:07 +0000</pubDate>
      <link>https://dev.to/venkat_sathu_7cdef46cf105/how-we-built-threatledger-ai-powered-ndr-on-aws-aurora-vercel-in-72-hours-4212</link>
      <guid>https://dev.to/venkat_sathu_7cdef46cf105/how-we-built-threatledger-ai-powered-ndr-on-aws-aurora-vercel-in-72-hours-4212</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was created for the purposes of entering the H0: Hack the Zero Stack Hackathon. #H0Hackathon&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Small businesses face the same network threats as enterprises but can't afford $100K/year NDR tools. We built ThreatLedger to change that.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we built
&lt;/h2&gt;

&lt;p&gt;ThreatLedger is a cloud-native Network Detection and Response dashboard that turns raw security logs into actionable threat intelligence using AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://threatledger-app.vercel.app" rel="noopener noreferrer"&gt;https://threatledger-app.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 16 on Vercel (scaffolded with v0)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; Amazon Aurora PostgreSQL (AWS us-east-1) with pgvector&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ORM:&lt;/strong&gt; Prisma&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auth:&lt;/strong&gt; Clerk&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; ChatGPT API&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Upload Suricata, Zeek, Firewall CSV, or AWS VPC Flow logs&lt;/li&gt;
&lt;li&gt;Custom parsers extract and normalize alerts&lt;/li&gt;
&lt;li&gt;Correlation engine groups alerts into attack campaigns with composite risk scores&lt;/li&gt;
&lt;li&gt;Kill chain mapping shows attack progression&lt;/li&gt;
&lt;li&gt;Claude API generates plain-English threat summaries&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why Aurora PostgreSQL
&lt;/h2&gt;

&lt;p&gt;Aurora gave us a production-ready database from day one. We enabled pgvector for future semantic search across 21,742 IP reputation records. The Prisma + Aurora combination gave us type-safe queries with zero configuration overhead.&lt;/p&gt;

&lt;h2&gt;
  
  
  Biggest challenge
&lt;/h2&gt;

&lt;p&gt;Getting Prisma 7 working with Aurora on Vercel's serverless environment required configuring PrismaPg adapter with connection pooling and handling SSL correctly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;Semantic similarity search using pgvector, MITRE ATT&amp;amp;CK mapping, and real-time log streaming.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built for the H0: Hack the Zero Stack Hackathon #H0Hackathon&lt;/em&gt;&lt;/p&gt;

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