Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix integration name with spaces and add SAP SIEM integration and auth keys * Add SAP SIEM integration router * Refactor auth key extraction for Mimecast and SAP SIEM integrations * Refactor SAP SIEM route and collect SAP SIEM request * Refactor SAP SIEM integration code to support multiple API keys * Add SAP SIEM schema and services for collecting and checking suspicious logins * Add event_timestamp and case_created fields to Result model and SapSiemSource model * Update index name in find_suscpicious_logins function * Refactor fetch_and_validate_data function to accept keyword arguments * Add asset schema and update case with asset information * Remove temporary code for testing * Add customer_code field to SapSiemSource and SuspiciousLogin models * Add errDetails field to SapSiemSource and SuspiciousLogin models * Add SAP SIEM suspicious logins analysis route * Add scroll functionality for retrieving search results * Add event_analyzed flag to Elasticsearch document * Add SAP SIEM multiple logins analysis route * Convert loginID to lowercase before adding to ip_to_login_ids * Add event_analyzed_multiple_logins field to Result class * Add SapSiemMultipleLogins model and update sap_siem_multiple_logins_same_ip function * Refactor code to improve performance and readability * Add function to update event_analyzed_multiple_logins flag in Elasticsearch document * Add update_event_analyzed_multiple_logins_flag function call * Update customer code and handle exception in sap_siem_multiple_logins.py * docs * precommit fixes * Update SAP SIEM integration and scheduler*** * Add new columns to existing tables * Add optional extra_data parameter to update_job function * Add optional threshold parameter to run_sap_siem_suspicious_logins_analysis and run_sap_siem_multiple_logins_same_ip_analysis * Refactor invoke_sap_siem_integration_suspicious_logins_analysis() to use a default threshold value * Add scheduler jobs for SAP SIEM integration * Fix scroll clearing in SAP SIEM services * grafana sap siem user dashboard * Add SapSiemDashboard and provision_sap_siem function * Update SapSiemDashboard enum and provision function * Grafana dashboard change * Remove alert creation provisiong from connectors table * Update docker-compose.yml to version v0.0.3
- Loading branch information