Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandra-liedtke/cortex_helper

The repo contains a few scripts which might be helpful to batch-update records in Cortex XSOAR.
https://github.com/sandra-liedtke/cortex_helper

batch-update cortex data-integration paloalto python rest-api xsoar

Last synced: 17 days ago
JSON representation

The repo contains a few scripts which might be helpful to batch-update records in Cortex XSOAR.

Awesome Lists containing this project

README

        

# Cortex Helper Scripts

*- English Version Below -*

### Beschreibung

Dieses Repository enthält einige Skripte, die verwendet werden können, um mehrere oder alle Einträge in der Cortex XSOAR Anwendung zu aktualisieren.
Jedes der Skripte startet mit einer kurzen Beschreibung was es tut und der Option, die aktuelle Ausführung abzubrechen.
In der [config.json](/config/config.json) werden die zu aktualisierenden Einträge aufgelistet und die Einstellungen für die API der Anwendung festgehalten.

Die Skripte können mit wenig Aufwand angepasst oder erweitert werden.

Diese Arbeit unterliegt den Bestimmungen einer MIT-Lizenz.

© 2023 Sandra Liedtke.

### Quellen

Es werden teilweise Informationen von der [MITRE-Webseite](https://attack.mitre.org/) verwendet.

Teilweise werden Informationen von [ransomware.live](https://ransomware.live/#/) über die [API](https://api.ransomware.live/groups) abgerufen.

### Benötigte Python-Bibliotheken

- json
- ssl
- BeautifulSoup
- demisto_client
- requests

## English Version

### Description

This repository contains some scripts which can be used to batch-update several or all records in the Cortex XSOAR application.
Each of the scripts starts with a short description of what it is doing and an option to stop the current execution.
In the [config.json](/config/config.json) the entries to be updated are listed and the settings to access the API of the Cortex Application are defined.

The scripts may be adjusted or extended with very little effort.

This work is licensed under an MIT License.

© 2023 Sandra Liedtke.

### Sources

Some information is taken from the [MITRE-Website](https://attack.mitre.org/).

Some information is also called from [ransomware.live](https://ransomware.live/#/) via [API request](https://api.ransomware.live/groups).

### Python Libraries needed:

- json
- ssl
- BeautifulSoup
- demisto_client
- requests