-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update ZeroFox Integration #27969
Update ZeroFox Integration #27969
Commits on Jul 10, 2023
-
Add command to modify notes in a specific alert (#2)
The command updates the notes field of an alert with the text given and the YML file is updated with the args and output of the new command. Also the test file is updated to pass when the demisto cli runs. Ref: ZFE-70122
Configuration menu - View commit details
-
Copy full SHA for cdf62b7 - Browse repository at this point
Copy the full SHA cdf62b7View commit details -
Sort imports and add zerofox-submit-threat command
Sort imports to avoid the use of wildcard imports, and include submit_threat command following integration requirements in ZFE-70221
Configuration menu - View commit details
-
Copy full SHA for aae2c2e - Browse repository at this point
Copy the full SHA aae2c2eView commit details -
Add offending content url to alert responses
It adds the offending content url to list-alerts and get-alert commands. Also refactor some code to create the readable output for the response of alerts Ref: ZFE-70122
Configuration menu - View commit details
-
Copy full SHA for a88bd59 - Browse repository at this point
Copy the full SHA a88bd59View commit details -
Adds commands for lookup into * compromised domains * compromised emails * malicious ips * hashes associated to malware * found exploits As per issue ZFE-70223
Configuration menu - View commit details
-
Copy full SHA for 6ace4c0 - Browse repository at this point
Copy the full SHA 6ace4c0View commit details -
Add commands to sync alerts from zf to xsoar
It adds the commands: - get-modified-remote-data: to get modified alerts from ZeroFox API periodically - get-remote-data: to get the alert from the previous command and its modifications to update the incident in xsoar Also, it adds the config required to sync in the YML file and adds to the alert some fields to run the mirroring.
Configuration menu - View commit details
-
Copy full SHA for 967ce5c - Browse repository at this point
Copy the full SHA 967ce5cView commit details -
Add release notes and update integration version
It fixes the problem with the mirroring feature. It also adds the mapping file of the integration to map all fields required for the mirroring feature.
Configuration menu - View commit details
-
Copy full SHA for f3fb8f7 - Browse repository at this point
Copy the full SHA f3fb8f7View commit details -
Improve code presentation according to XSOARs guidelines
Improve code by replacing return_output for return_results, as well as adding client class
Configuration menu - View commit details
-
Copy full SHA for 587148c - Browse repository at this point
Copy the full SHA 587148cView commit details -
Add release notes and update integration version
It fixes the problem with the mirroring feature. It also adds the mapping file of the integration to map all fields required for the mirroring feature.
Configuration menu - View commit details
-
Copy full SHA for 8243c21 - Browse repository at this point
Copy the full SHA 8243c21View commit details -
Refactor to follow XSOAR Guidelines
It also adds tests to the commands implemented.
Configuration menu - View commit details
-
Copy full SHA for 6d0ed29 - Browse repository at this point
Copy the full SHA 6d0ed29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511e647 - Browse repository at this point
Copy the full SHA 511e647View commit details -
Change data test's folder name
It also obscures the possible secrets in test data and fixes types annotations
Configuration menu - View commit details
-
Copy full SHA for 658d5f7 - Browse repository at this point
Copy the full SHA 658d5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d32bbd7 - Browse repository at this point
Copy the full SHA d32bbd7View commit details
Commits on Jul 25, 2023
-
Update docker tag, python type hints and docstrings
- It fixes functions that modified dictionaries instead of creating copies. - It raises an error if command it is not implemented - It changes the fetch-incidents way to manage pages - It updates the release notes - It adds the author image
Configuration menu - View commit details
-
Copy full SHA for 7b888de - Browse repository at this point
Copy the full SHA 7b888deView commit details
Commits on Aug 2, 2023
-
Add description in main Readme file
It also deletes innecessary extra realease notes and changes the date format in the fetch incidents function so milliseconds are considered
Configuration menu - View commit details
-
Copy full SHA for d9a5bc2 - Browse repository at this point
Copy the full SHA d9a5bc2View commit details
Commits on Aug 10, 2023
-
* Fix list alerts call with offset instead of pages * Add integration instructions to get your creds
Configuration menu - View commit details
-
Copy full SHA for c0a335c - Browse repository at this point
Copy the full SHA c0a335cView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8319cb - Browse repository at this point
Copy the full SHA d8319cbView commit details