Skip to content

Commit fd636c4

Browse files
authored
[docs] Rename OpenBAS to OpenAEV (#210)
1 parent fa367e6 commit fd636c4

File tree

120 files changed

+661
-827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+661
-827
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# OpenBAS Documentation Space
1+
# OpenAEV Documentation Space
22

3-
[![Website](https://img.shields.io/badge/website-openbas.io-blue.svg)](https://openbas.io)
3+
[![Website](https://img.shields.io/badge/website-openaev.io-blue.svg)](https://openaev.io)
44
[![Slack Status](https://img.shields.io/badge/slack-3K%2B%20members-4A154B)](https://community.filigran.io)
55

66
## Introduction
77

8-
This is the main repository of the OpenBAS Documentation space. The online version is available directly on [docs.openbas.io](https://docs.openbas.io).
8+
This is the main repository of the OpenAEV Documentation space. The online version is available directly on [docs.openaev.io](https://docs.openaev.io).
99

1010
## Development (local setup)
1111
### Prerequisites
@@ -28,7 +28,7 @@ Please follow the Manual instructions below.
2828
### Alternative: manual local build and serve
2929
Clone the repository:
3030
```shell
31-
$ git clone [email protected]:OpenBAS-Platform/docs.git
31+
$ git clone [email protected]:OpenAEV-Platform/docs.git
3232
```
3333

3434
Install dependencies; consider a virtual environment for doing so
-72.6 KB
Binary file not shown.
-178 Bytes
Loading
-55.4 KB
Loading
15.2 KB
Loading

docs/administration/enterprise.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
!!! tip "Filigran"
22

3-
[Filigran](https://filigran.io) is providing an [Enterprise Edition](https://filigran.io/offerings/openbas-enterprise-edition) of the platform, whether [on-premise](https://filigran.io/offerings/professional-support-packages) or in the [SaaS](https://filigran.io/offerings/software-as-a-service).
3+
[Filigran](https://filigran.io) is providing an [Enterprise Edition](https://filigran.io/offerings/openaev-enterprise-edition) of the platform, whether [on-premise](https://filigran.io/offerings/professional-support-packages) or in the [SaaS](https://filigran.io/offerings/software-as-a-service).
44

5-
## What is OpenBAS EE?
5+
## What is OpenAEV EE?
66

7-
OpenBAS Enterprise Edition is based on the open core concept. This means that the source code of OBAS EE remains open
7+
OpenAEV Enterprise Edition is based on the open core concept. This means that the source code of OBAS EE remains open
88
source and included in the main GitHub repository of the platform but is published under a specific license. As
99
specified in the GitHub license file:
1010

11-
- The OpenBAS Community Edition is licensed under the Apache License, Version 2.0 (the “Apache License”).
12-
- The OpenBAS Enterprise Edition is licensed under the OpenBAS Enterprise Edition License (the “Enterprise Edition
11+
- The OpenAEV Community Edition is licensed under the Apache License, Version 2.0 (the “Apache License”).
12+
- The OpenAEV Enterprise Edition is licensed under the OpenAEV Enterprise Edition License (the “Enterprise Edition
1313
Licensee”).
1414

1515
The source files in this repository have a header indicating which license they are under. If no such header is
@@ -20,19 +20,19 @@ provided, this means that the file belongs to the Community Edition under the Ap
2020
Enterprise edition is easy to activate. You need to go the platform settings and click on the "Manage your Enterprise
2121
Edition License" button.
2222

23-
![OpenBAS activation](assets/enterprise-activate.png)
23+
![OpenAEV activation](assets/enterprise-activate.png)
2424

25-
Then you will need to put a valid OpenBAS EE license. If you don't have it, you
25+
Then you will need to put a valid OpenAEV EE license. If you don't have it, you
2626
can [generate a trial license](https://filigran.io/enterprise-editions-trial/).
2727

28-
![OpenBAS EE EULA](assets/enterprise-license-agreement.png)
28+
![OpenAEV EE EULA](assets/enterprise-license-agreement.png)
2929

3030
As a reminder:
3131

32-
- Filigran is the only company producing and providing OpenBAS Enterprise Edition license keys.
33-
- Filigran can provide free-to-use OpenBAS Enterprise Edition licenses for development and research purposes (e.g. connector development purposes, integrations with technical partners, etc...) as well as for non-governmental charity organizations.
34-
- OpenBAS Enterprise Edition licenses are automatically provided to all Filigran SaaS customers.
35-
- **For all other usages including On-Premise deployments, OpenBAS Enterprise Edition is reserved to organizations that have signed a Filigran Enterprise agreement.**
32+
- Filigran is the only company producing and providing OpenAEV Enterprise Edition license keys.
33+
- Filigran can provide free-to-use OpenAEV Enterprise Edition licenses for development and research purposes (e.g. connector development purposes, integrations with technical partners, etc...) as well as for non-governmental charity organizations.
34+
- OpenAEV Enterprise Edition licenses are automatically provided to all Filigran SaaS customers.
35+
- **For all other usages including On-Premise deployments, OpenAEV Enterprise Edition is reserved to organizations that have signed a Filigran Enterprise agreement.**
3636

3737
## Available features
3838

@@ -43,12 +43,12 @@ Be able to use AI for content generation including emails, media pressure articl
4343
### CrowdStrike Falcon Agent
4444

4545
The CrowdStrike Falcon Agent can be leveraged to execute implants as detached processes that will then execute payloads
46-
according to the [OpenBas architecture](../../deployment/overview/#architecture)
46+
according to the [OpenAEV architecture](../deployment/platform/overview.md#architecture)
4747

4848
### Tanium Agent
4949

5050
The Tanium Agent can be leveraged to execute implants as detached processes that will then execute payloads
51-
according to the [OpenBas architecture](../../deployment/overview/#architecture)
51+
according to the [OpenAEV architecture](../deployment/platform/overview.md#architecture)
5252

5353
## Remediations in CVES
5454

@@ -62,7 +62,7 @@ and [Atomic testing remediations](../usage/atomic.md).
6262

6363
## More to come
6464

65-
More features will be available in OpenBAS in the future. Features like:
65+
More features will be available in OpenAEV in the future. Features like:
6666

6767
- Security posture automatic evaluation.
6868
- Premium mitigations and recommendation for configuration changes.

docs/administration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
!!! tip "Under construction"
44

5-
We are doing our best to complete this page. If you want to participate, don't hesitate to join the [Filigran Community on Slack](https://community.filigran.io) or submit your pull request on the [Github doc repository](https://github.com/OpenBAS-Platform/docs).
5+
We are doing our best to complete this page. If you want to participate, don't hesitate to join the [Filigran Community on Slack](https://community.filigran.io) or submit your pull request on the [Github doc repository](https://github.com/OpenAEV-Platform/docs).

docs/administration/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
!!! tip "Under construction"
44

5-
We are doing our best to complete this page. If you want to participate, don't hesitate to join the [Filigran Community on Slack](https://community.filigran.io) or submit your pull request on the [Github doc repository](https://github.com/OpenBAS-Platform/docs).
5+
We are doing our best to complete this page. If you want to participate, don't hesitate to join the [Filigran Community on Slack](https://community.filigran.io) or submit your pull request on the [Github doc repository](https://github.com/OpenAEV-Platform/docs).

docs/administration/taxonomies.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Taxonomies
22

3-
Taxonomies in OpenBAS refer to the structured classification systems that help in organizing and categorizing platform
3+
Taxonomies in OpenAEV refer to the structured classification systems that help in organizing and categorizing platform
44
data. They are essential to the platform, enabling users to systematically tag and retrieve information based on
55
predefined categories and terms.
66

77
## Tags
88

9-
Tags in OpenBAS serve as a powerful tool for organizing, categorizing, and prioritizing data.
9+
Tags in OpenAEV serve as a powerful tool for organizing, categorizing, and prioritizing data.
1010

1111
Tags can be used to tag assets or teams with specific categories, making it easier to filter and search through large
1212
datasets.
1313

1414
## Kill chain phases
1515

16-
Kill chain phases are used in OpenBAS to structure and analyze the data related to cyber threats and attacks. They
16+
Kill chain phases are used in OpenAEV to structure and analyze the data related to cyber threats and attacks. They
1717
describe the stages of an attack from the perspective of the attacker and provide a framework for identifying, analysing
1818
and responding to threats.
1919

20-
OpenBAS supports the following kill chain models:
20+
OpenAEV supports the following kill chain models:
2121

2222
- **MITRE ATT&CK Framework (Entreprise, PRE, Mobile and ICS)**
2323

@@ -28,10 +28,10 @@ injects, simulations or scenarios.
2828
## Attack Patterns
2929

3030
Attack patterns are structured representations of the tactics, techniques, and procedures (TTPs) used by adversaries to
31-
compromise systems. In OpenBAS, attack patterns help analyze and classify threats, providing a standardized approach to
31+
compromise systems. In OpenAEV, attack patterns help analyze and classify threats, providing a standardized approach to
3232
identifying and mitigating cyber risks.
3333

34-
OpenBAS supports the following attack pattern models:
34+
OpenAEV supports the following attack pattern models:
3535

3636
- **MITRE ATT&CK Framework (Enterprise, PRE, Mobile, and ICS)**
3737

@@ -43,7 +43,7 @@ CVEs (Common Vulnerabilities and Exposures) are standardized identifiers for pub
4343
vulnerabilities. Each CVE provides a unique reference, enabling consistent communication and tracking across tools and
4444
teams.
4545

46-
In OpenBAS, CVEs are used to associate known vulnerabilities with assets, payloads, and injects. This allows users to
46+
In OpenAEV, CVEs are used to associate known vulnerabilities with assets, payloads, and injects. This allows users to
4747
simulate attacks based on real-world flaws, enhancing the relevance and precision of security testing.
4848

4949
You can add, edit, or delete CVEs.

docs/administration/users_and_rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Users
22

3-
You can manage users in `Settings > Security > Users`. If you are using Single Sign-On (SSO), user accounts in OpenBAS are automatically created upon login.
3+
You can manage users in `Settings > Security > Users`. If you are using Single Sign-On (SSO), user accounts in OpenAEV are automatically created upon login.
44

55
![User list](assets/user-list.png)
66

0 commit comments

Comments
 (0)