Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adfs fix schema #23920

Merged
merged 8 commits into from Jan 19, 2023
Merged

Adfs fix schema #23920

merged 8 commits into from Jan 19, 2023

Conversation

yasta5
Copy link
Contributor

@yasta5 yasta5 commented Jan 18, 2023

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

  • [] In Progress
  • Ready
  • In Hold - (Reason for hold)

Does it break backward compatibility?

  • Yes
    • Further details:
  • No

@ShirleyDenkberg
Copy link
Contributor

@evisochek Doc review completed.

@@ -0,0 +1,3 @@
#### Modeling Rules
##### Microsoft ADFS Collection
Added a field to the fields' schema.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the user doesn't know what is the schema, just change it to fix an issue with the modeling rule.

@yasta5 yasta5 merged commit 8bbb273 into master Jan 19, 2023
@yasta5 yasta5 deleted the ADFS_Fix_Schema branch January 19, 2023 09:47
YuvHayun pushed a commit that referenced this pull request Jan 23, 2023
* Add value schema file

* Add value schema file

* Update 1_0_8.md

Done.

* Remoed irrelevant Delinea files.

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
YuvHayun added a commit that referenced this pull request Jan 24, 2023
* adding defaultEnabled: true to OOB integrations

* added rn

* Update Packs/AutoFocus/ReleaseNotes/2_0_35.md

* Update Packs/Palo_Alto_Networks_WildFire/ReleaseNotes/2_1_13.md

* Add http scheme prefix (#23888)

* added doc (#23890)

* added doc

* release notes

* Splitting indicator extraction test playbook to multiple test playbooks. (#23580)

* Split playbook-Indicators-reputation-.json-Test.yml into separate test playbooks.

* Fixing formats for all the new test playbooks

* Removed failing tests from email checks until regex is fixed.

* Fixed feed-expance TPB (#23823)

* fixed expance tpb

* fixed TPB

* Crerating Squid Pack (#23805)

* Crerating Squid Pack

* Update README.md

Done.

* Removed Author_image.png file from pack

* Added escaping character to readme file.

* Added information to Squid readme.

* Modified pack metadata

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* remove-not-needed-usecases-tags (#23896)

* add-phishing-usecase-to-free-pack (#23894)

* add-phishing-usecase-to-free-pack

add-phishing-usecase-to-free-pack

* capital P

* Threat Hunting Playbooks - FireEye ETP and FireEye HX (#23753)

* Threat Hunting Playbooks - FireEye ETP and FireEye HX

* Fix the name of task 167

* Removed unnecessary tasks.

* Update playbook-FireEye_ETP_-_Indicators_Hunting.yml

Done.

* Update playbook-FireEye_ETP_-_Indicators_Hunting_README.md

Done.

* Update README.md

Done.

* Update 1_1_0.md

Done.

* Update playbook-FireEye_HX_-_Execution_Flow_Indicators_Hunting.yml

Done.

* Update playbook-FireEye_HX_-_Execution_Flow_Indicators_Hunting_README.md

Done.

* Update playbook-FireEye_HX_-_File_Indicators_Hunting.yml

Done.

* Update playbook-FireEye_HX_-_File_Indicators_Hunting_README.md

Done.

* Update playbook-FireEye_HX_-_Indicators_Hunting.yml

Done.

* Update playbook-FireEye_HX_-_Indicators_Hunting_README.md

Done.

* Update playbook-FireEye_HX_-_Traffic_Indicators_Hunting.yml

Done.

* Update playbook-FireEye_HX_-_Traffic_Indicators_Hunting_README.md

Done.

* Update 2_3_0.md

Done.

* Update pack_metadata.json

Done.

* RN

* changed tasks name

* changed tasks name

* Added additional info to playbook description.

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* added job for buckets sync after upload flow (#23857)

* [Netskope Event Collector] Add page and infrastructure event_type (#23512)

* remove-not-needed-usecases-tags-arcusteam pack (#23897)

* ignore photos (#23892)

* fix kafka image name (#23915)

* XSIAM: Versa broken image in Pack README (#23918)

* Added logo image to versaDirector Pack

* Updated logo Image URL

* Test Modeling Rules (#22992)

* test(collect_tests): add test data for new unittests

Add test data for unittests testing the marking of modeling rules for testing during test collection

* test(collect_tests): add unit tests for marking modeling rules for testing

* feat(collect_tests): implement marking of modeling rules for testing during test collection

* fix(collect_tests): updates since rebase from master

* feat(modeling_rules): run testing of mrs in xsiam job

* wip(test_modeling_rules): almost there - still have incorrect use of XSIAMBuild

* wip(test_modeling_rules): switch use of XSIAMBuild to XSIAMServer

* fix(configure_and_test_inte...): retrieve ARTIFACTS_FOLDER_MPV2 from env variable before assigning default

* fix(test_modeling_rules): use requests instead of demisto-py client for xql api

* fix(test_modeling_rules): improve error messaging

* fix(TestCollector): remove ignoring _testdata.json files

* fix(BranchTestCollector): address possible unbound var

* fix(test_collect_tests): get all tests working

* fix: address spacing and line indentation

* fix(MR1): add marketplacev2 tag to pack_metadata.json of test pack

* fix(MR1): add modeling rule info to test idset

* feat(id_set): add modeling_rules to idset and graph abstraction classes

* feat(XSIAMNightlyTestCollector): implement modeling rule test collection for xsiam nightly

* test(test_collect_tests): add UT for nightly collection of modeling rules

* fix: remove test_modeling_rules script

* fix: update HarryRule test data to new format etc.

* feat(on-push): invoke test_modeling_rules.sh

* fix(on-push): run only if file exists and size > 0

* fix: change mrs_to_test.txt --> modeling_rules_to_test.txt

* fix(collect_tests): change mr_to_test --> modeling_rule_to_test

* fix: change mrs_to_test --> modeling_rules_to_test

* fix(test_collect_tests): address indentation and line-length errors

* fix(collect_tests): address incorrect str operations on Path instances

* fix(test_modeling_rules): use/set env var defaults

* fix(test_modeling_rules): don't invoke command if unable to read list of modeling rules

* fix(test_modeling_rules): give prefix of 'Packs/' to collected  mr dirs

* fix(test_modeling_rules): properly assign XSIAM_SERVERS_PATH

* fix(test_modeling_rules): correctly invoke 'modeling-rules test'

* fix(test_collect_tests): adjust for noninstall of mr pack in xsoar collection

* fix(test_modeling_rules): correctly extract base_url from configs

* fix(collect_tests): raise error if unexpected file_type

* fix(test_modeling_rules): extract tenant configs without quotation marks

* fix(collect_tests): check for modeling rule yml component file

* fix(test_modeling_rules): extract tenant token config from filetype env var

* build: copy mr testdata files to their respective directories

* fix(download_demisto_conf): update modelingrules dir extract condition

fix: mv cp of testdata files to destinations to download_demisto_conf

* fix(on-push): add EXTRACT_MODELING_RULE_TESTDATA_FILES env var to relevant jobs

* fix(download_demisto_conf): update array syntax

debug: print extracted modelingrules dir

fix(download_demisto_conf): address find syntax error

* feat(download_demisto_conf): cp private testdata into content repo

* fix(test_collect_tests): add missing arguments

* fix(collect_tests): consider untracked extracted private testdata

* fix(collect_tests): correct syntax for string join

* build(pyproject): test against updated sdk

latest sdk includes query changes when testing modeling rules so that old testdata will be returned

* fix(test_collect_tests): correct indentation of parametrized tests

* fix(download_demisto_conf): extract testdata condition

Co-authored-by: avidan-H <>

* [Marketplace Contribution] Content Testing (#23772) (#23903)

* "pack contribution initial commit"

* fix validations

* Fixed agent param (#23714)

* Manipulated agent header based on platform

* Fixed unit tests

* Added rn

* Removed unnecessary import and fixed rn

* Update Packs/Palo_Alto_Networks_WildFire/ReleaseNotes/2_1_11.md

Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>

Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>

* Fixed brackets handling in URL formatter (#23305)

* Fixed square brackets handling in URL formatter

* Updated code to work for all brackets

* Update FormatURL.py

* Fixed issue with tests

* Flake8 fixes

* RN

* Added comments for new code segments.

* Update Packs/CommonScripts/Scripts/FormatURL/FormatURL.py

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Fixed regex for Proofpoint wrapper to catch until it hits "__;" and not "__"

* RN

* docker update

* docker update

* RN

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Revert "Fixed brackets handling in URL formatter (#23305)"

This reverts commit 6a86da5.

* Revert "Fixed agent param (#23714)"

This reverts commit 480f5a6.

* fix validation

* fix validation last

* fix validation last

* fix validation last

* fix

Co-authored-by: ostolero <ostolero@paloaltonetworks.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: ostolero <ostolero@paloaltonetworks.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>

* Run tests on XSOR_NG (#23125)

* testing

* changed look & clean scripts

* rerun

* changed py functions

* changed py functions

* fixed CLOUD_SERVERS_PATH

* fixed CLOUD_SERVERS_PATH

* remove needs

* remove needs

* remove needs

* remove needs

* remove needs

* test

* test

* test

* test

* test

* test

* test

* test

* test

* chaned install & run tests

* print & run tests

* test needs

* test needs

* added ng step

* added ng step

* added logs

* fixed print

* removed logs

* logs in search_and_uninstall_pack.py

* removed logs in search_and_uninstall_pack.py

* rerun

* rerun

* rerun

* run all build

* run all build

* fixed run tests

* test for ng

* test for ng

* test for ng

* rerun

* fixed tests

* fixed tests

* fixed tests

* fixed tests

* fixed tests

* run both

* run both

* run both

* rerun

* fixed tests

* fixed tests

* test pack change

* test pack change

* changed GCS_PRODUCTION_BUCKET

* revert

* revert

* revert

* revert

* revert

* changed to cloud

* fixed unittest

* rerun

* naming fixes

* set CLOUD_BUILD_TYPE as xsiam temporary

* remove GCS_MARKET_BUCKET

* added allow_failure true to the ng step

* fixed the set_marketplace_url

* added GCS_LOCKS_PATH to the bucket-upload

* added GCS_SOURCE_BUCKET GCS_MACHINES_BUCKET variables to the bucket-upload

* added CLOUD_SERVERS_FILE CLOUD_API_KEYS variables to the bucket-upload

* revert change in pack for test

* set it not to run in NIGHTLY

* fixed the now test_modeling_rules

* Hashicorp fix (#23913)

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* fix bug in aqws roles path

* [Marketplace Contribution] Microsoft Graph User - Content Pack Update (#23910)

* Fixed search for hash in sandbox generic playbook (#23900)

* fixed expance tpb

* fixed TPB

* fixed the playbook

* update RN

* commit

* commit

* comment corrections

* Add validation for filename (#23919)

* Add validation for filename

* commit

* Add RNs

* commit

* update docker

* comment corrections

* commit

* Add UT to ExportToXLSX

* commit

* mypy error

* [PAN-OS] - fix issue in the pan-os-push-to-device-group command (#23914)

* [PAN-OS] - fix issue in the pan-os-push-to-device-group command

* bug fix

* bump rn

* Adfs fix schema (#23920)

* Add value schema file

* Add value schema file

* Update 1_0_8.md

Done.

* Remoed irrelevant Delinea files.

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* removed the xsiam name from the print_cloud_machine_details.sh (#23931)

* New threat hunting playbook for Trend Micro CAS (#23373)

* New threat hunting playbook for Trend Micro CAS

* RN

* RN update

* Replaced the word 'demisto' with 'paloaltonetworks'

* PNG update

* Fixed version for CAS playbook.

* Removed unnecessary tasks.

* Update playbook-Trend_Micro_CAS_-_Indicators_Hunting.yml

Done.

* Update playbook-Trend_Micro_CAS_-_Indicators_Hunting_README.md

Done.

* Update 1_1_0.md

Done.

* changed tasks name

* updated playbook description and RN.

* fix

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>

* [Topdesk] - fix fetch-incidents bug (#23932)

* fix json decoding error

* change exception

* change to debug log

* failed unit-test

* fix the bug

* bump rn

* uncomment unit-tests

* update docker

* Fix servicenow image upload (#23852)

* fix

* add ut

* add rn

* fix validation

* fix validation

* fix

* use mimetypes

* fix rn

* fix validation

* UnzipFile - error (#23745)

* added unittest

* fixed

* added rn

* added line

* update version

* update version

* update rn

* update docker and added readme

* fixed unittest bug and removed the return_error in case of stderr

* added rn

* Jira mirroring bug (#23231)

* fixed status edit to change according to "to" transition name

* more logs

* unit test

* fixed url

* RN

* logs

* docker

* renamed variable to statuses

* ReversingLabs A1000 v2.0.9 (#23938)

* skip test (#23941)

* User investigation update (#23895)

* Update OKta - User investigation playbook
add condition for unknown country name

* Update OKta - User investigation release note

* Update User investigation playbook
add count for okta and siem failed logon

* Update User investigation playbook
update release note

* Update Okta User investigation playbook
update release note

* Update User investigation playbook - Generic
update release note

* add sectionOrder

* remove idp arg from lint (#23952)

* removed always (#23946)

* intezer: add polling commands (#23942)

* intezer: add polling commands (#23771)

* intezer: added polling using schedule tasks instead of generic polling and updating relevant Playbook

* intezer: increase tests coverege

* intezer: mock raise_error_if_not_supported in all tests using polling

* intezer: increase tests coverege

* intezer: url report builder fallbacks

* intezer: bump 44868 docker image

* intezer: Fixing comments:
1. returning commandResults instead of pollResults where there i no need to
2. update intezer.yml params
3. rollback the playbook version

* intezer: Fix tests

* intezer: Add space

* intezer: remove duplicate and deprecate context fields

* Update IntezerV2.yml

* Update 1_5_0.md

Co-authored-by: Matan Yechiel <matany90@gmail.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

* [Marketplace Contribution] XSOAR Summary Dashboard (#23940)

* [Marketplace Contribution] XSOAR Summary Dashboard (#23775)

* "pack contribution initial commit"

* Update pack_metadata.json

Removed marketplacev2

* Update pack_metadata.json

* Update RSSWidgetLC.yml

* Update RSSWidgetLC.py

Co-authored-by: Elliot Mitchell <90345216+NullxByte@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

* Update RSSWidgetLC.yml

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: Elliot Mitchell <90345216+NullxByte@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

* CyberArk Pack Adoption (#23936)

Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
Co-authored-by: CyberArk BizDev <edward.nunez@cyberark.com>

* EWSMailSender - Fixed MD4 ValueError by Improving the Docker Image (#23933)

* Updated the docker image

* Updated the RN

* Upgraded the docker image in EWSO365 integration

* Updated the RN

* added missing field from schema (#23955)

* MalwareBazaar no file name bug (#23937)

* fix bug

* RN and metadata were updated

* docker image was updated

* RN was edited

* unit test was added

* Trend micro vision one (#23778) (#23958)

* removed microsocks

Potentially harmful

* imported urllib3 and removed reference to requests.packages. Updated release notes and TrendMicroVisionOne.yml

* added action to add file entry from incident to sandbox and action to get result of file entry analysis status

* removed redundant action to check sandbox submission status

* added polling command for sandbox submissions

* added unit tests for file entry to sandbox and polling for sandbox submissions

* added unit tests for submit file entry and sandbox polling command

* updated yml to include submit-file-entry-to-sandbox and run-sandbox-submission-polling

* Update README.md

Added hints for command execution order

* Update README.md

Updated Notes for better readability.

* Update README.md

Updated README.md for better readability.

* updated release notes to indicate addition of submit file entry to sandbox and sandbox submission polling command

* formatted files per XSOAR standards

* Added command examples for V2 actions

* added test_data folder containing example responses

* Update README.md

Added link to supported file types in submit file to sandbox and submit file entry to sandbox.

* removed unused mock test case for submit file entry to sandbox and test_data folder with mock responses

* Added submit file entry to sandbox and run sandbox submission polling and their respective unit tests and command_examples

* added demosti.patch.object to get custom data for demisto.getFilePath in submit file entry to sandbox

* updated polling comamnd per XSOAR standards and updated YAML to include polling in sandbox submissing polling command root

* TrendMicroVisionOne_description

* updated sandbox submission command example to include polling arg

* updated yml to include polling in root of sandbox submission polling

* removed unused variable declarations

* updated doc string for sandbox submission polling

* updated min server version to 6.2.0 in sandbox polling unit test

* updated if check to differentiate between cmd instead of args

* added dbotscore for sandbox submissions status and sandbox polling commands

* added doc string for dbot severity helper function

* Updated Vendor Name to match integration pack

* updated risk to look for obj instead of str and updated release notes and updated docker image version

* added dbotscore to VisionOne context data and updated YML and README.md accordingly

* small context output fix

* Update 1_3_0.md

Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

Co-authored-by: shaqnawe <shaktishah40@gmail.com>
Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

* XSOAR NG CoreRestAPI support (#23804)

* fix

* yml fixes

* more fixes

* add support to Standard and Advanced

* fix readme and yml

* update RN

* Update Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.yml

Co-authored-by: Anar Azadaliyev <aazadaliyev@paloaltonetworks.com>

* support empty auth_method

* remove marketplaces field

* auth ID handle and deprecate DemistoRestApi

* update RN

* fix validation errors

* remove additional info

* more fixes

* more fixes

* Add core-api-install-packs

* Fix names

* deprecate in description

* deprecate in description

* update RN

* more fixes

Co-authored-by: Anar Azadaliyev <aazadaliyev@paloaltonetworks.com>

* fix DemistoRESTAPI description (#23961)

* pan-os command documentation fixes (#23935)

* pan-os command documentation fixes

* bump rn

* fixed typo

* fix anchor link

* update docker

* update rn

* Update Docker Image To demisto/py3-tools  (#23867)

* Updated Metadata Of Pack ActiveMQ

* Added release notes to pack ActiveMQ

* Packs/ActiveMQ/Integrations/ActiveMQ/ActiveMQ.yml Docker image update

* Updated Metadata Of Pack Active_Directory_Query

* Added release notes to pack Active_Directory_Query

* Packs/Active_Directory_Query/Integrations/Active_Directory_Query/Active_Directory_Query.yml Docker image update

* Updated Metadata Of Pack FeedFastly

* Added release notes to pack FeedFastly

* Packs/FeedFastly/Integrations/FeedFastly/FeedFastly.yml Docker image update

* Updated Metadata Of Pack FeedJSON

* Added release notes to pack FeedJSON

* Packs/FeedJSON/Integrations/FeedJSON/FeedJSON.yml Docker image update

* Updated Metadata Of Pack FeedPlainText

* Added release notes to pack FeedPlainText

* Packs/FeedPlainText/Integrations/FeedPlainText/FeedPlainText.yml Docker image update

* Update Docker Image To demisto/google-vision-api  (#23876)

* Updated Metadata Of Pack GoogleVisionAPI

* Added release notes to pack GoogleVisionAPI

* Packs/GoogleVisionAPI/Integrations/GoogleVisionAPI/GoogleVisionAPI.yml Docker image update

* Update Docker Image To demisto/chromium  (#23885)

* Updated Metadata Of Pack rasterize

* Added release notes to pack rasterize

* Packs/rasterize/Integrations/rasterize/rasterize.yml Docker image update

Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>

* Jb adding sections phase4 (#23711)

* add sections

* fix linting

* fix conflicts

* fix metadata

* fix validate

* fix conflicts

* fix conflicts

* fix conflicts

* Apply suggestions from code review

* fix conflicts

* Update README.md (#23813) (#23973)

* Update README.md

Made changes to Configure Incident Mirroring section to account for the new added feature of Use Display Value

* Update README.md

Co-authored-by: Bharathwaj-Murali <74367144+Bharathwaj-Murali@users.noreply.github.com>

* Fortiweb (#23943)

* Feature: Notes and Generic API integration in CTIXv3 (#23529) (#23978)

* 1.9.0 (#23981)

* 1.9.0

* 1.9.0

* Delinea ALM (#23922)

* Creating pack for Delinea ALM.

* Creating all needed files for DelineaALM pack.

* Removed author_image file

* Fixed dataset name

* Added key word to the pack

* Update README.md

Done.

* Changed typo from Formly to Formerly

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Updating for a few old links in content repo 1 (#23715)

* updating for a few old links

* update RN

* update RN

* update RN

* corrections

* commit

* fix build not done (#23934)

* Revert "Update Packs/Palo_Alto_Networks_WildFire/ReleaseNotes/2_1_13.md"

This reverts commit b3975a1.

* update RN

* update docker

* update docker

* update rn

Co-authored-by: yuvalbenshalom <ybenshalom@paloaltonetworks.com>
Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>
Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>
Co-authored-by: yasta5 <112320333+yasta5@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Bar Katzir <37335599+bakatzir@users.noreply.github.com>
Co-authored-by: TalNos <112805149+TalNos@users.noreply.github.com>
Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
Co-authored-by: samuelFain <65926551+samuelFain@users.noreply.github.com>
Co-authored-by: avidan-H <46294017+avidan-H@users.noreply.github.com>
Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: ostolero <ostolero@paloaltonetworks.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>
Co-authored-by: Moshe Galitzky <112559840+moishce@users.noreply.github.com>
Co-authored-by: gal-forer <forer.gal@gmail.com>
Co-authored-by: Guy Afik <53861351+GuyAfik@users.noreply.github.com>
Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
Co-authored-by: yucohen <86777474+yucohen@users.noreply.github.com>
Co-authored-by: OmriItzhak <115150792+OmriItzhak@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
Co-authored-by: Matan Yechiel <matany90@gmail.com>
Co-authored-by: Elliot Mitchell <90345216+NullxByte@users.noreply.github.com>
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
Co-authored-by: CyberArk BizDev <edward.nunez@cyberark.com>
Co-authored-by: Shachar Kidor <82749224+ShacharKidor@users.noreply.github.com>
Co-authored-by: rshunim <102469772+rshunim@users.noreply.github.com>
Co-authored-by: shaqnawe <shaktishah40@gmail.com>
Co-authored-by: Dan Sterenson <38375556+dansterenson@users.noreply.github.com>
Co-authored-by: Anar Azadaliyev <aazadaliyev@paloaltonetworks.com>
Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
Co-authored-by: Bharathwaj-Murali <74367144+Bharathwaj-Murali@users.noreply.github.com>
Co-authored-by: eli sharf <57587340+esharf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants