Skip to content

Commit 813c5e9

Browse files
Itay4glicht
andauthored
Content Repo Rebranding (demisto#7350)
* replace content logo * Update package.json Co-authored-by: Guy Lichtman <[email protected]> * replaces demisto with cortex xsoar in the readme text * remove info email address Co-authored-by: Guy Lichtman <[email protected]>
1 parent 43c4860 commit 813c5e9

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

CONTRIBUTING.md

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

3-
![Content logo](demisto_content_logo.png)
3+
![Content logo](xsoar_content_logo.png)
44

55
Welcome to Demisto content repo! Contributions are welcome and appreciated.
66

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
![Content logo](demisto_content_logo.png)
1+
![Content logo](xsoar_content_logo.png)
22

33
[![CircleCI](https://circleci.com/gh/demisto/content.svg?style=svg)](https://circleci.com/gh/demisto/content)
44
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/demisto/content.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/demisto/content/context:python)
55

6-
# Demisto Platform - Content Repository
6+
# Cortex XSOAR Platform - Content Repository
7+
#### Demisto is now Cortex XSOAR.
78
This repo contains content provided by Demisto to automate and orchestrate your Security Operations. Here we will share our ever-growing list of playbooks, automation scripts, report templates and other useful content.
89

910
We security folks love to tinker, keep enhancing and sharpening our toolset and we decided to open up everything and make it a collaborative process for the entire security community. We want to create useful knowledge and build flexible, customizable tools, sharing them with each other as we go along.
@@ -18,27 +19,27 @@ Contributions are welcome and appreciated. For instructions about adding/modifyi
1819

1920

2021
## Playbooks
21-
The Demisto Platform includes a visual playbook editor - you can add and modify tasks, create control flow according to answers returned by your queries, and automate everything with your existing security tools, services and products. You can also export your work to a file in the COPS format, and import playbooks shared by your peers who have done the same.
22+
The Cortex XSOAR Platform includes a visual playbook editor - you can add and modify tasks, create control flow according to answers returned by your queries, and automate everything with your existing security tools, services and products. You can also export your work to a file in the COPS format, and import playbooks shared by your peers who have done the same.
2223

2324
We will be releasing more and more playbooks for interesting scenarios, so stay tuned. If you are working on an interesting playbook of your own, feel free to send us a Pull Request and let's build it together.
2425

2526
The spec for our open playbook format, COPS, can be found [here](https://github.com/demisto/COPS).
2627

2728
## Scripts
2829
These scripts written in Python or Javascript perform Security Operations tasks.
29-
The scripts are built to run inside the Demisto Platform - they can query or send commands to a long list of existing security products, and react based on the output.
30+
The scripts are built to run inside the Cortex XSOAR Platform - they can query or send commands to a long list of existing security products, and react based on the output.
3031

3132
You can take your logic and the way you want to work and write your own scripts, allowing for maximum flexibility.
3233
The services and products you use can be online Cloud-based or on-premises setups, and we have tools to support more complex topologies such as when the product's subnet is firewalled off.
3334

3435
## Integrations
35-
Integrations written in Javascript or Python enable the Demisto Platform to orchestrate security and IT products. Each integration provides capabilities in the form of commands and each command usually reflects a product capability (API) and returns both a human readable and computer readable response.
36+
Integrations written in Javascript or Python enable the Cortex XSOAR Platform to orchestrate security and IT products. Each integration provides capabilities in the form of commands and each command usually reflects a product capability (API) and returns both a human readable and computer readable response.
3637

3738
## Docker
38-
We use docker to run python scripts and integrations in a controlled environment. You can configure an existing docker image from the [Demisto Docker Hub Organization](https://hub.docker.com/u/demisto/) or create a new docker image to suite your needs. More information about how to use Docker is available [here](https://demisto.pan.dev/docs/docker).
39+
We use docker to run python scripts and integrations in a controlled environment. You can configure an existing docker image from the [Cortex XSOAR Docker Hub Organization](https://hub.docker.com/u/demisto/) or create a new docker image to suite your needs. More information about how to use Docker is available [here](https://demisto.pan.dev/docs/docker).
3940

4041
## Reports
41-
Demisto Platform support flexible reports written in JSON. All of our standard reports calculating various incident statistics and metrics are stored in this repo.
42+
Cortex XSOAR Platform support flexible reports written in JSON. All of our standard reports calculating various incident statistics and metrics are stored in this repo.
4243

4344
---
44-
Enjoy and feel free to reach out to us on the [DFIR Community Slack channel](https://www.demisto.com/community/), or at [[email protected]](mailto:[email protected]).
45+
Enjoy and feel free to reach out to us on the [DFIR Community Slack channel](https://www.demisto.com/community/).

demisto_content_logo.png

-9.55 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "content",
33
"version": "1.0.0",
4-
"description": "![Content logo](demisto_content_logo.png)",
4+
"description": "",
55
"main": "mdx-parse.js",
66
"directories": {
77
"doc": "docs"

xsoar_content_logo.png

17.4 KB
Loading

0 commit comments

Comments
 (0)