Skip to content
View Karthik-Sethu-Raman's full-sized avatar

Block or report Karthik-Sethu-Raman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Karthik Sethuraman

Cybersecurity undergrad building systems close to the metal β€” encrypted storage, boot integrity, and AI-driven security tooling.

I build security systems (filesystems, boot chains, crypto) and AI/RAG tooling for security operations, mostly in C/C++ and Python.

LinkedIn Email


Currently Building

  • Qwen-ATLAS β€” RAG-based threat intelligence agent (team project, Model Architect role)

Selected Work

EVL β€” Encrypted Virtual Locker

C OpenSSL libfuse3 libargon2

A block-level encrypted virtual filesystem built on FUSE, verified against 7 distinct attack classes (ciphertext tampering, cross-container block transplant, block reordering).

  • Per-block AES-256-GCM encryption with CSPRNG nonces β€” concurrent pread/pwrite access without full-file lock contention
  • Two-key derivation chain (Argon2id β†’ HKDF-Expand, domain-separated labels) enforcing cryptographic isolation between containers
  • Validated under simultaneous read/write access using GDB and Valgrind (zero leaks across ~1,000 allocations)

Known limits: no replay/rollback protection, no crash consistency (documented, not hidden β€” Phase 2 addresses this)

πŸ”— Repo Β· Tagged v0.1.0, MIT licensed


Qwen-ATLAS β€” Threat Intelligence Agent

Python ChromaDB HuggingFace LoRA

Hybrid RAG pipeline over 915 MITRE ATT&CK STIX objects for cyber threat intelligence retrieval and attribution.

  • Raised threat attribution accuracy from 43.75% β†’ 83.75% on a 40-query frozen benchmark
  • Deterministic benchmark across 8 threat intel categories with a reproducible scoring rubric
  • Adversarial evaluation: measured nation-state misattribution rate under poisoned inputs

πŸ”— Repo


Preflight AI β€” Infrastructure Chaos Engine

Python FastAPI React NetworkX Llama-3

AI-driven DevSecOps platform that parses Terraform into DAGs and simulates cascading "blast radius" failures.

  • BFS-based blast-radius simulation over infrastructure dependency graphs
  • Chaos simulations offloaded to a self-hosted Llama-3-70B model on an AMD MI300X GPU (via AMD hackathon access), with Fireworks API fallback for logic synthesis
  • Custom GitHub Action posting AI-synthesized SOC2 review comments and HCL patches directly on PRs

πŸ”— Repo


Stack

Languages C, C++, Python, Java, JavaScript
Systems Linux, FUSE, POSIX I/O, Concurrency, GDB, Valgrind
Security & Crypto AES-256-GCM, Argon2id, HKDF, OpenSSL, Threat Modeling
AI/ML RAG, LoRA fine-tuning, vLLM, ChromaDB
Web/Infra FastAPI, React, Git, GitHub Actions

GitHub Stats

Anurag's GitHub stats


πŸ“« Reach me at karthiksethuraman6@gmail.com or on LinkedIn

Pinned Loading

  1. evl evl Public

    A block-level encrypted file container using AES-GCM with authenticated metadata.

    C

  2. manu-1-1/Qwen_ATLAS manu-1-1/Qwen_ATLAS Public

    AI-Powered Threat Intelligence Agent

    Python 2

  3. Preflight Preflight Public

    A dual-model AI Infrastructure Risk & Chaos Engine. Analyzes Terraform to simulate cascading failures using AI

    JavaScript 1

  4. payment-integrity-verifier payment-integrity-verifier Public

    A deterministic security verifier for Razorpay webhooks featuring an adversarial test suite and a tamper-evident hash-chained audit log.

    JavaScript

  5. ulpf ulpf Public

    Universal Log Pre-processing Framework: normalizes heterogeneous security logs (Syslog/CEF/LEEF/JSON) into OCSF using SLM-assisted rule generation with human review. Built for SIH 2026 (PS 26156).

    Python