Skip to content

Commit cb4f143

Browse files
Create RunZero Pack (demisto#24023)
* RunZero collector init. * Remove redundant arguments from yml. * Collector passes sdk validate. * RunZero initial commit. * Call api_token before each events.json call. Make changes in tests and README to support it. * Add modeling rules. * Change _time to a timstamp and not a string. * Working test-module and runzero-asset-search command. * Using Connect and Collect sections for XSIAM * RunZero description * Added add-tag, add-comment and service-search commands. * Modeling rules in right folder location. sdk validate pass. * Fixed context output. README edit. Added get key info command. * Added limit to search commands. Added key info. Added bulk clear tags. Display attributes and services work. * Change runzero-api-key-info to runzero-quota-get. Add tests for quota command. * Prevent dividing with None type exception. * Added commands Asset delete, Service delete, Wireless delete * Add content to pack README * Added tests for delete commands. Added command examples. Fixed typos. * PR changes. * fail with SystemExit if more than 1 argument, is passed to search commands * PR changes. * Update RunZero.yml Done. * Fix RunZeroEventCollector UnitTests * PR changes. * Update RunZero_description.md Done. * Fix description in RunZero.yml * sdk lint. README updates. * SDK format. move HR to txt file. * SDK format. SDK secrets. * Update README.md Done. * Update README.md Done. * Update RunZeroEventCollector.yml Done. * PR changes. RunZeroEventCollector coverage. * fix delete of test-module call * Fixing delete tags. * Remove false positive secrets. * PR changes. * Increasing coverage. * XISAM tag for README * Update secrets * Remove external IP * Adding RunZero TestPlaybook * Remove mails from secret-ignore * Added keywords to pack_metadata.json --------- Co-authored-by: ShirleyDenkberg <[email protected]>
1 parent 3c44551 commit cb4f143

38 files changed

+9139
-0
lines changed

Packs/RunZero/.pack-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[known-words]
2+
RunZero

Packs/RunZero/.secrets-ignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
192.168.1.91
2+
https://www.runzero.com
3+
https://console.runzero.com
4+
cpe:/o:redhat:enterprise_linux:8.5
5+
6+
7+
TLS_CHACHA20_POLY1305_SHA256
8+
aes128-cbc\\taes128-ctr\\[email protected]\\taes256-cbc\\taes256-ctr\\[email protected]
9+
RunZero.WirelessLAN.ESSID
10+
RunZero.WirelessLAN.BSSID
11+
RunZero.WirelessLAN.Family
12+
RunZero.WirelessLAN.Type
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
pylint = "*"
8+
pytest = "==5.0.1"
9+
pytest-mock = "*"
10+
requests-mock = "*"
11+
pytest-asyncio = "*"
12+
13+
[packages]
14+
pytest = "*"
15+
requests = "*"
16+
17+
[requires]
18+
python_version = "3.7"

Packs/RunZero/Integrations/RunZero/Pipfile.lock

Lines changed: 369 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)