> For the complete documentation index, see [llms.txt](https://docs.cybaops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybaops.com/getting-started/what-is-cybaops.md).

# What is CybaOps?

**CybaOps** is a unified cyber security operations platform designed to help organisations manage their entire security lifecycle from a single location.&#x20;

Rather than relying on multiple disconnected tools, CybaOps brings together security monitoring, vulnerability management, investigation, incident response, automation, reporting, and customer collaboration into one operational system.&#x20;

### <mark style="color:$primary;">What Problem Does CybaOps Solve?</mark>

Many organisations struggle with:

* Security data spread across multiple tools
* Alert fatigue caused by excessive noise
* Limited visibility of security risks
* Manual investigation and remediation processes
* Poor audit trails and reporting
* Complex, expensive security operations platforms

CybaOps addresses these challenges by providing a single operational view of an organisation's entire security posture.&#x20;

### <mark style="color:$primary;">Core Platform Capabilities</mark>

#### **Detect & Respond**

Provides detection, investigation and incident management capabilities through a unified workflow.

Key capabilities include:

* Security event log ingestion/collection and normalisation
* Alert correlation and incident creation
* Threat detection and investigation
* MITRE ATT\&CK mapping
* Case management and collaboration
* Cutting edge SIEM tool - Investigate&#x20;
* SOC Analyst and customer visibility
* Audit-ready timelines and records

CybaOps is designed to turn large volumes of security events into manageable, actionable incidents.&#x20;

#### **Vulnerability Management**

Helps organisations identify, prioritise and track security weaknesses across their environment.

* Risk-based vulnerability prioritisation
* Remediation tracking
* Asset context and ownership
* Executive and technical reporting
* Continuous visibility of security exposure

#### **Asset Management**

Provides visibility of assets across endpoints, cloud, identities, applications and networks.

* Centralised asset inventory
* Asset risk context
* Security visibility across the estate
* Integration with threat and vulnerability data

#### **Security Automation (SOAR)**

Reduces manual effort through automation and workflow orchestration.

Capabilities include:

* Automated enrichment
* Workflow automation
* Detection correlation
* Low-code and no-code automation frameworks

#### **Investigation & Case Management**

Provides a structured workflow for managing incidents from detection through to closure.

Features include:

* Incident tracking
* Evidence and artefact management
* Investigation timelines
* Customer and analyst collaboration
* Full audit history&#x20;

### <mark style="color:$primary;">Summary</mark>

**CybaOps is a unified security operations platform that combines asset management, vulnerability management, detection and response, investigation, automation, remediation tracking, and reporting into a single operational layer.** It enables organisations and service providers to move beyond fragmented security tooling and take a more structured, efficient and scalable approach to cyber security operations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cybaops.com/getting-started/what-is-cybaops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
