Skip to content

lexathegoat/deceptionai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deception AI

Overview

Deception AI is an AI-aware security system designed to detect and disrupt autonomous AI-driven penetration testing and attack agents through behavioral analysis.

Instead of relying on signatures or known tool fingerprints, DeceptionAI focuses on how an attacker behaves.


Motivation

As modern penetration testing and attacks are increasingly automated by AI agents, traditional WAF and IDS solutions struggle to keep up.

DeceptionAI addresses this problem by identifying AI-like decision patterns and responding with adaptive defensive strategies.


Core Concept

Detection is based on behavior, not tools

The system analyzes request flow, timing, entropy, retry logic and endpoint traversal patterns to classify traffic as:

  • Human-driven
  • Automated AI agent

Features

  • Behavioral request analysis
  • AI agent detection without signatures
  • Parameter entropy inspection
  • Timing and retry pattern detection
  • Lightweight machine learning classification
  • Autonomous response actions:
    • Silent blocking
    • Artificial delays
    • Deceptive responses
  • Node.js middleware integration

Architecture

Client / AI Agent

DeceptionAI Middleware

Behavior Engine

Classifier

Response Engine

Technology Stack

  • Node.js
  • Express / Fastify
  • TensorFlow.js (lightweight ML)
  • Redis (optional, for state tracking)

Use Cases

  • Detection of AI-driven pentesting
  • Protection against autonomous attack agents
  • Research on AI vs AI cybersecurity defense
  • Blue team and SOC environments

Project Status

This project is an experimental resarch-focues implemention intended for defensive and educational purposes


Disclaimer

DeceptionAI is designed for legal and ethical security research only It must be deployed in environments where testing and monitoring are authorized


About

AI-driven cybersecurity middleware to detect & disrupt autonomous AI attack agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published