AnubisX Algorithms
The AnubisX Framework implements 37 specific algorithms across five behavioral modalities: stylometric, chrono-profiling, terminal profiling, network analysis, and media forensics.
Algorithm Distribution by Modality
Stylometric (ALG-001 to ALG-004)
4 algorithms for linguistic style analysis, authorship attribution, and writeprints.
- ALG-001: Character-level n-gram analysis
- ALG-002: Word frequency and stopword analysis
- ALG-003: Part-of-speech tagging and syntactic patterns
- ALG-004: Readability scores and linguistic complexity metrics
Chrono-Profiling (ALG-005 to ALG-008)
4 algorithms for temporal behavior patterns, activity rhythms, and posting schedules.
- ALG-005: Circadian rhythm analysis and peak activity detection
- ALG-006: Day-of-week patterns and weekly activity cycles
- ALG-007: Response time analysis and latency patterns
- ALG-008: Session duration and inter-event time analysis
Terminal Profiling (ALG-009 to ALG-012)
4 algorithms for command-line patterns, shell behavior, and tool usage signatures.
- ALG-009: Command frequency and sequencing analysis
- ALG-010: Argument pattern recognition and flag usage analysis
- ALG-011: Working directory and navigation pattern analysis
- ALG-012: Tool chaining and pipeline construction analysis
Network Analysis (ALG-013 to ALG-016)
4 algorithms for social graph analysis, interaction patterns, and community detection.
- ALG-013: Node centrality measures (degree, betweenness, closeness)
- ALG-014: Community detection and clustering algorithms
- ALG-015: Link prediction and association rule mining
- ALG-016: Temporal network analysis and evolution tracking
Media Forensics (ALG-017 to ALG-020)
4 algorithms for image metadata, editing artifacts, and content analysis.
- ALG-017: EXIF and IPTC metadata extraction and analysis
- ALG-018: Image level analysis and noise pattern detection
- ALG-019: Compression artifact analysis and quantization table inspection
- ALG-020: Color histogram analysis and perceptual hashing
Algorithm Categories and Functions
Descriptive Analytics
Algorithms that summarize and describe behavioral patterns and characteristics.
Inferential Analytics
Algorithms that make predictions, classifications, and inferences from behavioral data.
Algorithm Implementation Characteristics
Key technical attributes of the AnubisX algorithm implementations:
Deterministic & Reproducible
All algorithms produce consistent results given identical inputs, ensuring reproducibility and verifiability.
Computationally Efficient
Algorithms are optimized for performance with linear or near-linear time complexity where possible.