AI-Entropy-Mapper (AIEM) is a sophisticated AI detection and network mapping tool designed for security researchers studying artificial intelligence systems in the wild. Part of the NullSec MysteryMACHINE framework.
- πΉ Shannon Entropy Calculation - Statistical randomness measurement
- πΉ Chi-Squared Analysis - Distribution uniformity testing
- πΉ Compression Ratio Analysis - Redundancy detection
- πΉ Burstiness Metrics - Pattern irregularity detection
- πΉ N-gram Analysis - Sequence pattern recognition
- πΉ PyTorch Neural Classifier - Deep learning-based detection
- πΉ Perplexity Analysis - GPT-2 based text evaluation
- πΉ Behavioral Fingerprinting - Response pattern analysis
- πΉ Timing Analysis - Response latency profiling
- πΉ Linguistic Markers - AI-specific language patterns
- πΉ NetworkX Graph Modeling - Relationship visualization
- πΉ Endpoint Discovery - Automated AI service detection
- πΉ Clustering Analysis - AI network grouping
- πΉ Cytoscape Export - Professional graph visualization
- πΉ Interactive Plotting - Matplotlib visualizations
- πΉ 20+ Injection Payloads - Comprehensive test suite
- πΉ Direct Injection Tests - System prompt extraction
- πΉ Jailbreak Attempts - Guardrail bypass testing
- πΉ Delimiter Attacks - Context boundary testing
- πΉ Encoding Bypass - Filter evasion techniques
- πΉ Rich Terminal UI - Beautiful console output
- πΉ Offensive Security Styling - NullSec-themed interface
- πΉ Multiple Commands - entropy, detect, scan, map, probe
- πΉ JSON/YAML Output - Machine-readable results
# Decrypt the source archive
openssl enc -aes-256-cbc -d -pbkdf2 -in aiem-source.tar.gz.enc -out aiem-source.tar.gz
tar -xzf aiem-source.tar.gz# After decryption
cd ai-entropy-mapper
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
# Run
aiem --help# Entropy analysis
aiem entropy analyze "text to analyze"
# AI detection
aiem detect --url https://api.example.com/chat
# Prompt injection scan
aiem scan --target https://chatbot.example.com
# Network mapping
aiem map --discover --output network.json
# Full probe
aiem probe --target https://ai-service.com --fullAIEM integrates with the MysteryMACHINE unified AI detection framework:
| Component | Purpose |
|---|---|
| 𧬠Bio AI Model | Biological AI detection via biometrics |
| π’ Entropy Mapper | Digital AI fingerprinting |
| πΈοΈ Network Mapper | AI infrastructure mapping |
| π Prompt Scanner | Vulnerability assessment |
FOR AUTHORIZED SECURITY RESEARCH ONLY
Obtain proper authorization before testing AI systems
bad-antics | NullSec Framework 2026
"Mapping the invisible AI infrastructure"