Skip to content

Latest commit

 

History

History
292 lines (262 loc) · 26.1 KB

File metadata and controls

292 lines (262 loc) · 26.1 KB
graph LR
    Core_Application_Infrastructure["Core Application & Infrastructure"]
    Security_Incident_Case_Management["Security Incident & Case Management"]
    Data_Integration_Layer["Data & Integration Layer"]
    User_Organization_Management["User & Organization Management"]
    Operational_Intelligence_Communication["Operational Intelligence & Communication"]
    Core_Application_Infrastructure -- "manages" --> User_Organization_Management
    Core_Application_Infrastructure -- "orchestrates" --> Security_Incident_Case_Management
    Core_Application_Infrastructure -- "utilizes" --> Data_Integration_Layer
    Core_Application_Infrastructure -- "receives feedback from" --> Operational_Intelligence_Communication
    Security_Incident_Case_Management -- "persists data via" --> Data_Integration_Layer
    Security_Incident_Case_Management -- "leverages" --> Data_Integration_Layer
    Security_Incident_Case_Management -- "communicates via" --> Operational_Intelligence_Communication
    Security_Incident_Case_Management -- "governed by" --> User_Organization_Management
    Data_Integration_Layer -- "supports" --> Core_Application_Infrastructure
    Data_Integration_Layer -- "provides services to" --> Security_Incident_Case_Management
    Data_Integration_Layer -- "integrates with" --> Operational_Intelligence_Communication
    Data_Integration_Layer -- "stores data for" --> User_Organization_Management
    User_Organization_Management -- "defines access for" --> Security_Incident_Case_Management
    User_Organization_Management -- "managed by" --> Core_Application_Infrastructure
    User_Organization_Management -- "persists data via" --> Data_Integration_Layer
    Operational_Intelligence_Communication -- "informs" --> Security_Incident_Case_Management
    Operational_Intelligence_Communication -- "integrates with" --> Data_Integration_Layer
    Operational_Intelligence_Communication -- "provides insights to" --> Core_Application_Infrastructure
    click Core_Application_Infrastructure href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dispatch/Core Application & Infrastructure.md" "Details"
    click Security_Incident_Case_Management href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dispatch/Security Incident & Case Management.md" "Details"
    click Data_Integration_Layer href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dispatch/Data & Integration Layer.md" "Details"
    click User_Organization_Management href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dispatch/User & Organization Management.md" "Details"
    click Operational_Intelligence_Communication href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dispatch/Operational Intelligence & Communication.md" "Details"
Loading

CodeBoardingDemoContact

Component Details

The Dispatch application provides a comprehensive platform for managing security incidents and cases. Its main flow involves ingesting signals, creating and managing incidents/cases, automating workflows and tasks, facilitating communication, and integrating with various external services. The purpose is to streamline security operations, improve response times, and provide a centralized system for tracking and resolving security events.

Core Application & Infrastructure

Provides the foundational structure for the Dispatch application, including command-line interfaces, application-wide decorators, metrics collection, scheduling services, and overall application setup. It orchestrates the main application flow and manages core services.

Related Classes/Methods:

Security Incident & Case Management

The central domain component for managing security incidents and cases. It handles their creation, updates, status transitions, role assignments, cost tracking, reporting, and related entities like severity and priority. It also manages participants and contacts involved in these processes.

Related Classes/Methods:

  • dispatch.src.dispatch.incident.service (full file reference)
  • dispatch.src.dispatch.incident.flows (full file reference)
  • dispatch.src.dispatch.incident.messaging (full file reference)
  • dispatch.src.dispatch.incident.scheduled (full file reference)
  • dispatch.src.dispatch.case.service (full file reference)
  • dispatch.src.dispatch.case.flows (full file reference)
  • dispatch.src.dispatch.case.messaging (full file reference)
  • dispatch.src.dispatch.case.scheduled (full file reference)
  • dispatch.src.dispatch.report.service (full file reference)
  • dispatch.src.dispatch.incident_cost.service (full file reference)
  • dispatch.src.dispatch.case_cost.service (full file reference)
  • dispatch.src.dispatch.incident.type.service (full file reference)
  • dispatch.src.dispatch.incident.severity.service (full file reference)
  • dispatch.src.dispatch.incident.priority.service (full file reference)
  • dispatch.src.dispatch.case.type.service (full file reference)
  • dispatch.src.dispatch.case.severity.service (full file reference)
  • dispatch.src.dispatch.case.priority.service (full file reference)
  • dispatch.src.dispatch.incident_role.views (full file reference)
  • dispatch.src.dispatch.incident_role.service (full file reference)
  • dispatch.src.dispatch.incident_cost.scheduled (full file reference)
  • dispatch.src.dispatch.incident_cost.views (full file reference)
  • dispatch.src.dispatch.incident.metrics (full file reference)
  • dispatch.src.dispatch.incident.views (full file reference)
  • dispatch.src.dispatch.report.messaging (full file reference)
  • dispatch.src.dispatch.report.scheduled (full file reference)
  • dispatch.src.dispatch.report.flows (full file reference)
  • src.dispatch.case_cost.scheduled (full file reference)
  • src.dispatch.case_cost.views (full file reference)
  • src.dispatch.case_cost.service (full file reference)
  • src.dispatch.case_cost_type.views (full file reference)
  • src.dispatch.case_cost_type.service (full file reference)
  • dispatch.src.dispatch.case.views (full file reference)
  • dispatch.src.dispatch.participant_role.service (full file reference)
  • dispatch.src.dispatch.participant_role.flows (full file reference)
  • dispatch.src.dispatch.participant_activity.service (full file reference)
  • dispatch.src.dispatch.participant.service (full file reference)
  • dispatch.src.dispatch.participant.flows (full file reference)
  • dispatch.src.dispatch.individual.views (full file reference)
  • dispatch.src.dispatch.individual.service (full file reference)
  • dispatch.src.dispatch.group.service (full file reference)
  • dispatch.src.dispatch.group.flows (full file reference)
  • dispatch.src.dispatch.team.views (full file reference)
  • dispatch.src.dispatch.team.service (full file reference)

Data & Integration Layer

Manages all data persistence, retrieval, and search functionalities, including database interactions, full-text search, filtering, and categorization via tags and terms. It also provides a flexible plugin framework for integrating with various external services and systems, handling workflows, tasks, documents, storage, and external ticketing/on-call systems.

Related Classes/Methods:

User & Organization Management

Manages user authentication, authorization, and permissions, as well as the creation, retrieval, update, and deletion of projects and organizations within the Dispatch platform. It defines the hierarchical structure and access control for these entities.

Related Classes/Methods:

Operational Intelligence & Communication

Focuses on processing external security signals, integrating with AI services for insights, managing data sources, monitoring system health, and handling feedback collection. It also encompasses all communication channels and notification mechanisms within the platform.

Related Classes/Methods:

  • dispatch.src.dispatch.signal.views (full file reference)
  • dispatch.src.dispatch.signal.service (full file reference)
  • dispatch.src.dispatch.signal.flows (full file reference)
  • src.dispatch.ai.service (full file reference)
  • src.dispatch.data.source.scheduled (full file reference)
  • src.dispatch.data.source.views (full file reference)
  • src.dispatch.data.source.service (full file reference)
  • src.dispatch.data.source.transport.views (full file reference)
  • src.dispatch.data.source.transport.service (full file reference)
  • src.dispatch.data.source.type.views (full file reference)
  • src.dispatch.data.source.type.service (full file reference)
  • src.dispatch.data.source.status.views (full file reference)
  • src.dispatch.data.source.status.service (full file reference)
  • src.dispatch.data.source.environment.views (full file reference)
  • src.dispatch.data.source.environment.service (full file reference)
  • src.dispatch.data.source.data_format.views (full file reference)
  • src.dispatch.data.source.data_format.service (full file reference)
  • src.dispatch.data.alert.service (full file reference)
  • src.dispatch.data.query.views (full file reference)
  • src.dispatch.data.query.service (full file reference)
  • src.dispatch.monitor.scheduled (full file reference)
  • src.dispatch.monitor.service (full file reference)
  • src.dispatch.monitor.flows (full file reference)
  • src.dispatch.evergreen.scheduled (full file reference)
  • src.dispatch.forms.views (full file reference)
  • src.dispatch.forms.service (full file reference)
  • src.dispatch.forms.type.views (full file reference)
  • src.dispatch.forms.type.service (full file reference)
  • dispatch.src.dispatch.conversation.messaging (full file reference)
  • dispatch.src.dispatch.conversation.service (full file reference)
  • dispatch.src.dispatch.conversation.flows (full file reference)
  • dispatch.src.dispatch.notification.views (full file reference)
  • dispatch.src.dispatch.notification.service (full file reference)
  • src.dispatch.feedback.service.messaging (full file reference)
  • src.dispatch.feedback.service.scheduled (full file reference)
  • src.dispatch.feedback.service.views (full file reference)
  • src.dispatch.feedback.incident.messaging (full file reference)
  • src.dispatch.feedback.incident.scheduled (full file reference)
  • src.dispatch.feedback.incident.views (full file reference)
  • src.dispatch.feedback.incident.service (full file reference)