Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sandra-liedtke/cortex_helper
- Owner: sandra-liedtke
- License: mit
- Created: 2023-08-10T15:57:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T17:38:23.000Z (10 months ago)
- Last Synced: 2024-07-30T21:06:45.858Z (3 months ago)
- Topics: batch-update, cortex, data-integration, paloalto, python, rest-api, xsoar
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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