Product Modules
Bivoxy consists of powerful modules designed to automate your cybersecurity operations.
Normalizer
Transforms FortiGate, Wazuh and Linux logs into a common ECS-compliant schema.
Scenario Engines
Detects complex attacks like VPN brute force or admin anomalies using state machine scenarios.
Policy Engine
Define custom rules for compliance and report violations instantly.
Notifications
Stay instantly informed about critical events via email, SMS, and soon Slack and Webhook integrations.
Reporting
Customized daily, weekly and monthly PDF reports for management and technical teams.
AI Reporting
Generate AI-powered security reports for a selected device and date range to accelerate analysis for technical teams and managers.
Pipeline Architecture
Your data is enriched at every stage. GEO IP, Asset ID, and Device Tags are added to correlate events.
- ✓ECS (Elastic Common Schema) compliant data model
- ✓Idempotent upsert mechanism
- ✓Automatic severity scoring
{
"event": {
"module": "fortigate",
"action": "vpn-login",
"severity": 3
},
"source": {
"ip": "45.12.5.88",
"geo": { "country_name": "Russia" }
},
"enrichment": {
"is_known_proxy": true,
"user_risk_score": 85
}
}