← Back to Presentation
From Weakypedia, the free technical encyclopedia

Autonomous CTI Analysis Engine

Project: SecIntel AI
AI CTI Engine Dashboard
Llama-3 Generative Reasoning Dashboard
DeveloperVishal R.
Core ModelLlama-3 8B (4-bit)
Dataset Size172,563 Raw Reports
Unique Actors90,013 Profiles
StackPython, Streamlit, Cloudflare
OptimizationO(1) Hash-Mapping
Contents
  1. Overview
  2. Methodology
  3. Performance
  4. External Resources

The Autonomous CTI Analysis Engine is a high-performance cybersecurity framework designed to automate Tier-1 SOC (Security Operations Center) triage. By leveraging Large Language Models (LLMs) and deterministic data refinement, it consolidates fragmented threat intelligence from sources like VirusTotal and AbuseIPDB into a unified, actionable index.

Methodology

The engine employs a multi-stage pipeline to handle the "Data Avalanche":

Performance Metrics

Moving from legacy sequential file scanning to an optimized hash-mapped index resulted in a 100,000x speed increase in data retrieval:

External Resources & Documentation