Skip to content

Commit b6bc322

Browse files
added empty links to docs
1 parent cd2903c commit b6bc322

File tree

1 file changed

+27
-27
lines changed
  • docs/content/en/docs/soarca-extensions

1 file changed

+27
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
---
2-
title: Extensions & Capabilities
3-
description: >
4-
Extending SOARCA is done by developing a SOARCA-Fin.
5-
categories: [extensions, architecture, capabilities]
6-
tags: [fin]
7-
weight: 5
8-
date: 2023-01-05
9-
---
10-
11-
12-
{{% alert title="Warning" color="warning" %}}
13-
SOARCA V.1.0.X implements currently the following native capalities: **HTTP capability**, **OpenC2 capability**, and **SSH capability**. Other core capabilities are part of our milestones which can be found [here](https://github.com/COSSAS/SOARCA/milestones).
14-
{{% /alert %}}
15-
16-
SOARCA features a set of [native capabilities](/docs/soarca-extensions/native-capabilities). The HTTP, OpenC2 HTTP, and SSH transport mechanisms are supported by the first release of SOARCA. SOARCA's capabilities can be extended with custom implementations, which is further discussed on this page.
17-
18-
## Extending the native capabilities
19-
20-
The native capabilities supported by SOARCA can be extended through a mechanism we named Fins. Your capability can be integrated with SOARCA by implementing the Fin protocol. This protocol regulates communication between SOARCA and the extension capabilities over an MQTT bus.
21-
22-
MQTT is a lightweight messaging protocol with libraries written in various programming languages. To integrate with SOARCA, you can write your own implementation of the Fin protocol, or use our [python]() or [golang]() libraries for easier integration.
23-
24-
## Fin protocol
25-
26-
The underlying protocol for the SOARCA fins can be found [here](/docs/soarca-extensions/fin-protocol).
27-
1+
---
2+
title: Extensions & Capabilities
3+
description: >
4+
Extending SOARCA is done by developing a SOARCA-Fin.
5+
categories: [extensions, architecture, capabilities]
6+
tags: [fin]
7+
weight: 5
8+
date: 2023-01-05
9+
---
10+
11+
12+
{{% alert title="Warning" color="warning" %}}
13+
SOARCA V.1.0.X implements currently the following native capalities: **HTTP capability**, **OpenC2 capability**, and **SSH capability**. Other core capabilities are part of our milestones which can be found [here](https://github.com/COSSAS/SOARCA/milestones).
14+
{{% /alert %}}
15+
16+
SOARCA features a set of [native capabilities](/docs/soarca-extensions/native-capabilities). The HTTP, OpenC2 HTTP, and SSH transport mechanisms are supported by the first release of SOARCA. SOARCA's capabilities can be extended with custom implementations, which is further discussed on this page.
17+
18+
## Extending the native capabilities
19+
20+
The native capabilities supported by SOARCA can be extended through a mechanism we named Fins. Your capability can be integrated with SOARCA by implementing the Fin protocol. This protocol regulates communication between SOARCA and the extension capabilities over an MQTT bus.
21+
22+
MQTT is a lightweight messaging protocol with libraries written in various programming languages. To integrate with SOARCA, you can write your own implementation of the Fin protocol, or use our [python](https://www.python.org/) or [golang](https://go.dev/) libraries for easier integration.
23+
24+
## Fin protocol
25+
26+
The underlying protocol for the SOARCA fins can be found [here](/docs/soarca-extensions/fin-protocol).
27+

0 commit comments

Comments
 (0)