Releases: AreteDriver/RedOPS
Releases · AreteDriver/RedOPS
v1.6.0
What's Changed
New Threat Intelligence Integrations
-
ThreatFox (abuse.ch)
- IOC lookup (domains, IPs, URLs, hashes)
- Malware family search
- Recent IOCs feed
- C2 infrastructure detection with CRITICAL severity findings
-
MalwareBazaar (abuse.ch)
- File hash lookups (MD5, SHA1, SHA256)
- Malware signature search
- YARA rule matching
- AV detection analysis
- Tag-based sample search
Stats
- 15 total threat intel integrations
- 61 new tests (5072 total)
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Security & Auth
- Replaced passlib with direct bcrypt for password hashing (eliminates deprecation warnings)
Analysis Improvements
- Improved finding deduplication: severity changes are now tracked as modifications rather than new/resolved findings
Full Changelog
Full Changelog: v1.4.0...v1.5.0
v1.2.0
What's Changed
- chore: bump version to 1.2.0 (818d6a6)
- docs: add Web UI, MCP, and Groq to README (20f2718)
- feat(mcp): add MCP server for Claude Code integration (4987500)
- feat: add testing utilities module (8e2f680)
- feat(web): add FastAPI-based web UI and REST API (a26a9c6)
- feat(ai): add Groq provider for fast inference (5bc4998)
- fix(tests): mock AI assistant in summarizer tests (10b1e44)
- feat: add CLI framework module with interactive shell (2c58cd9)
- docs: update README with Gemini and Ollama examples (4de4611)
- feat(ai): add Gemini and Ollama provider support (e5545be)
- feat: add data import/export module (5629355)
Installation
pip install redops
# With AI features
pip install redops[ai]
# With all features
pip install redops[all]Docker
docker pull ghcr.io/aretedriver/redops:v1.2.0v1.1.0
What's Changed
- fix(ci): fix changelog generation in release workflow (dc6f16c)
- chore(release): bump version to 1.1.0 (6d49602)
- feat: add alerting system module (936c59b)
- docs: update SETUP.md and add examples and man page (0d62b86)
- feat(intel): add STIX 2.1 threat intelligence export (aad99a5)
- feat(reports): add PDF report generation (54f4163)
- feat: add workflow engine module (692a0f9)
- feat(notifications): add Slack, Discord, and email notifications (29a8032)
- feat(scheduler): add systemd and cron scheduling support (3b34047)
- chore: add CHANGELOG, GHCR publishing, and shell completions (31f7ee2)
- feat: add metrics and telemetry module (399d3e2)
- test(cli): add ai_enhanced preset test (0bc1de8)
- feat(ci): add PyPI publishing to release workflow (eafb16b)
- feat(docker): add Docker containerization (7b8984f)
- feat: add logging and auditing module (213c41d)
- chore: add CI badges and dev dependencies (0e6a77d)
- docs: add AI features documentation to README (55aab51)
- feat: add rate limiting module with multiple algorithms (6b3d006)
- feat(cli): add --provider and --model flags to AI commands (9f245b9)
- chore(deps): add AI optional dependencies and update model names (a783324)
- feat(async): add async processing and parallel execution (8cfd2fc)
- feat(cache): add comprehensive caching layer (f93e5bb)
- Add AI-powered analysis features and interactive settings management (#15) (5388504)
- feat(plugins): add comprehensive plugin system (0c88722)
- fix: replace deprecated datetime.utcnow() with timezone-aware calls (a6d2123)
- feat(config): add comprehensive configuration management (af582e3)
- chore: add desktop launcher and icon (c466f9f)
- refactor(main): use new CLI as primary entry point (8be4cde)
- feat(cli): add unified command-line interface (482fbc5)
- fix(core): propagate CLI config to pipeline modules (d5f7897)
- feat(reporting): add executive reporting module (aee8274)
- feat(analysis): add correlation engine for automated finding correlation (b8bca2a)
- feat(recon): add infrastructure analysis module (4c6f964)
- feat(compliance): add compliance mapping module with tests (d0813f0)
- feat(intel): add threat intelligence module with tests (907fafb)
- feat(corp-assessment): add exposure scanning module with tests (c7bdded)
- feat(osint): implement Phase 6 OSINT Layer (bb17860)
- feat(reporting): implement Phase 5 Reporting Enhancement (e578e4c)
- feat(simulation): implement Phase 4 Simulation Layer modules (96cc7ef)
- feat(intel): implement Phase 3 Intelligence Layer modules (f015d72)
- feat: Implement Phase 2 metadata forensics modules (954d830)
- chore: Add .env files to gitignore (58b5511)
- feat: Implement real DNS, tech stack, and risk scoring modules (63677d4)
- deps: update numpy requirement from <2.0.0,>=1.24.0 to >=1.24.0,<3.0.0 (#14) (ec8d7ce)
- deps: update python-pptx requirement (#13) (7577f07)
- deps: update python-docx requirement (#12) (02af937)
- deps: update pillow requirement (#11) (e2bb17a)
- ci: bump codecov/codecov-action from 4 to 5 (#9) (b8f0a92)
- ci: bump softprops/action-gh-release from 1 to 2 (#7) (5a596d6)
- ci: bump github/codeql-action from 3 to 4 (#6) (c994083)
Installation
pip install redops
# With AI features
pip install redops[ai]
# With all features
pip install redops[all]Docker
docker pull ghcr.io/aretedriver/redops:v1.1.0v1.0.0 - Initial Release
What's Changed
Installation
pip install <package-name>