.pre-commit-config.yaml
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
codecov.yml
pyproject.toml
requirements-dev.txt
requirements.txt
src/vlair/__init__.py
src/vlair/py.typed
src/vlair.egg-info/PKG-INFO
src/vlair.egg-info/SOURCES.txt
src/vlair.egg-info/dependency_links.txt
src/vlair.egg-info/entry_points.txt
src/vlair.egg-info/requires.txt
src/vlair.egg-info/top_level.txt
src/vlair/cli/__init__.py
src/vlair/cli/legacy.py
src/vlair/cli/main.py
src/vlair/cli/shell.py
src/vlair/common/__init__.py
src/vlair/common/cache_manager.py
src/vlair/common/stix_export.py
src/vlair/core/__init__.py
src/vlair/core/analyzer.py
src/vlair/core/detector.py
src/vlair/core/history.py
src/vlair/core/interactive.py
src/vlair/core/report_generator.py
src/vlair/core/reporter.py
src/vlair/core/scorer.py
src/vlair/core/workflow.py
src/vlair/data/yara_rules/apt/apt_indicators.yar
src/vlair/data/yara_rules/malware/eicar_test.yar
src/vlair/data/yara_rules/malware/suspicious_patterns.yar
src/vlair/investigate/__init__.py
src/vlair/investigate/engine.py
src/vlair/investigate/models.py
src/vlair/investigate/registry.py
src/vlair/investigate/state.py
src/vlair/investigate/connectors/__init__.py
src/vlair/investigate/connectors/base.py
src/vlair/investigate/connectors/mock/__init__.py
src/vlair/investigate/connectors/mock/email.py
src/vlair/investigate/connectors/mock/siem.py
src/vlair/investigate/playbooks/__init__.py
src/vlair/investigate/playbooks/base.py
src/vlair/investigate/playbooks/phishing.py
src/vlair/tools/__init__.py
src/vlair/tools/cert_analyzer.py
src/vlair/tools/deobfuscator.py
src/vlair/tools/domain_ip_intel.py
src/vlair/tools/eml_parser.py
src/vlair/tools/file_carver.py
src/vlair/tools/hash_lookup.py
src/vlair/tools/ioc_extractor.py
src/vlair/tools/log_analyzer.py
src/vlair/tools/pcap_analyzer.py
src/vlair/tools/threat_feed_aggregator.py
src/vlair/tools/url_analyzer.py
src/vlair/tools/yara_scanner.py
src/vlair/webapp/__init__.py
src/vlair/webapp/app.py
src/vlair/webapp/auth/__init__.py
src/vlair/webapp/auth/decorators.py
src/vlair/webapp/auth/models.py
src/vlair/webapp/auth/routes.py
src/vlair/webapp/auth/utils.py
src/vlair/webapp/static/favicon.svg
src/vlair/webapp/static/css/style.css
src/vlair/webapp/static/js/app.js
src/vlair/webapp/templates/index.html
src/vlair/workflows/__init__.py
src/vlair/workflows/ioc_hunt.py
src/vlair/workflows/log_investigation.py
src/vlair/workflows/malware_triage.py
src/vlair/workflows/network_forensics.py
src/vlair/workflows/phishing_email.py
tests/test_ai_analyzer.py
tests/test_analyzer.py
tests/test_cache_manager.py
tests/test_cert_analyzer.py
tests/test_check_command.py
tests/test_cli_legacy.py
tests/test_cli_main.py
tests/test_deobfuscator.py
tests/test_detector.py
tests/test_domain_ip_intel.py
tests/test_eml_parser.py
tests/test_file_carver.py
tests/test_hash_lookup.py
tests/test_history.py
tests/test_integration.py
tests/test_interactive.py
tests/test_investigate.py
tests/test_investigate_extended.py
tests/test_ioc_extractor.py
tests/test_log_analyzer.py
tests/test_pcap_analyzer.py
tests/test_report_generator.py
tests/test_reporter.py
tests/test_scorer.py
tests/test_stix_export.py
tests/test_threat_feed_aggregator.py
tests/test_tools_extended.py
tests/test_url_analyzer.py
tests/test_webapp_app.py
tests/test_webapp_auth.py
tests/test_workflows.py
tests/test_workflows_extended.py
tests/test_yara_scanner.py
tests/test_data/email_samples/phishing_sample.eml
tests/test_data/hash_samples/known_hashes.txt
tests/test_data/ioc_samples/defanged_iocs.txt
tests/test_data/ioc_samples/threat_report.txt