Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subbyte/kestrel-stixshifter6-chronicle-patch
https://github.com/subbyte/kestrel-stixshifter6-chronicle-patch
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subbyte/kestrel-stixshifter6-chronicle-patch
- Owner: subbyte
- License: apache-2.0
- Created: 2024-01-16T22:28:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T22:52:37.000Z (11 months ago)
- Last Synced: 2024-01-17T06:04:37.903Z (11 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kestrel Stixshifter6 Chronicle Patch
This is a patch to fix [#458](https://github.com/opencybersecurityalliance/kestrel-lang/issues/458) in Kestrel and [1636](https://github.com/opencybersecurityalliance/stix-shifter/issues/1636) in stix-shifter v6.
After tested, the patch will be put into PR to be merged to the next release of Kestrel and stix-shifter.
## How to use
If you manually edited anything of the `gcp_chronicle` connector or the `kestrel_datasource_stixshifter` modules in your installed environment, just reinstall the two packages using the following (in the same Python venv you run Kestrel):
```
./refresh_kestrel_and_stixshifter.sh
```Main step to patch: in the same terminal (Python venv) that you run Kestrel (command line or Jupyter):
```
./patch.sh
```