-
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
ReversingLabs - Add proxy support #29280
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Working on A1000 URL Report command * Finish URL report and domain report commands * Add the IP report command * Add the commands for get_files_from_ip, get_ip_domain_resolutions and get_urls_from_ip * Update pack version to 2.1.0 * Update release notes * Add default values * Add yara ruleset command Add yara matches feed command * Add yara retro actions command * Add yara retro matches feed command * Add reanalyze sample command * Add imphash similarity command * Add url downloaded files command * Edit the url_downloaded_files_command method * Add the latest url analyses feed * Add the url analyses feed from date command * Return url analyses feed results also as files * Update the version * Add release notes for v2.1.0 * Update command examples * Update readme * Update readme Add command examples Remove image files * Implement sys.exit() * Update docker image * Update ignored secrets * Refactor markdown * Update secrets to ignore * Update the A1000 version in the readme * Update the readme * Update the readme * Remove trailing whitespaces * Reorded human readable output * Fix line too long issue * Update Docker image * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Reduce max_results * Reduce max_results * Update command examples * Update the readme * Update the readme * Update the readme * Add dbot score object * Update release notes * Update release notes * Update the YML file * Update the docker image * Add tests * Add test data * Update the docker image * Add test data * Add tests * Remove io import * Renamed TestData to test_data * Renamed TestData to test_data * Update ignored secrets * Update 'TestData' paths to 'test_data' * Update the dockerimage * Add new tests * Add test files * Separate output formatting functions * Correct typo * Move output building into separate functions * Add more tests * Add test data * Set predefined boolean * Set predefined boolean * Set predefined for classifications * Add human readable to readme * Add more tests * Remove typo * Add secrets to ignore * Update the user agent to 2.1.0 * Update the user agent to 2.1.0 * Add the URL Reputation playbook * Add v2.2.0 release notes * Update version to 2.2.0 * Add File Analysis playbook * Update version to 2.2.0 * Add v2.2.0 release notes * Correct typo * Update the release notes * Update the release notes * Update the release notes * Update the release notes * Add the image * Add the image * Modify the playbooks according to the CI rules * Update the user agent version to 2.2.0 * Update the docker image * Update the release notes * Update the playbook id * Update the release notes * Update the playbook id * Update the docker image * Add proxy support to A1000 app * Add proxy support to TitaniumCloud app * Update the release notes * Update the docker image * Remove empty line * Update the docker image * Update the release notes * Update the release notes * Update the pack version * Update the readme * Add proxy support into the code * Add proxy support into te YML configuration * Remove unused imports * Add newline at EoF * Update unit tests * Update unit tests * Update unit tests * Update unit tests * Rename TestData to test_data * Use type 9 fields for credentials * Update the readme * Add the displaypassword field to type 9 fields * Change the type 4 fields for type 9 * Update the readme * Update the readme * Replace type 4 fields with type 9
RosenbergYehuda
approved these changes
Aug 29, 2023
@RosenbergYehuda Thank you for the help with this PR! |
moishce
pushed a commit
that referenced
this pull request
Sep 14, 2023
* ReversingLabs - Add proxy support (#28993) * Working on A1000 URL Report command * Finish URL report and domain report commands * Add the IP report command * Add the commands for get_files_from_ip, get_ip_domain_resolutions and get_urls_from_ip * Update pack version to 2.1.0 * Update release notes * Add default values * Add yara ruleset command Add yara matches feed command * Add yara retro actions command * Add yara retro matches feed command * Add reanalyze sample command * Add imphash similarity command * Add url downloaded files command * Edit the url_downloaded_files_command method * Add the latest url analyses feed * Add the url analyses feed from date command * Return url analyses feed results also as files * Update the version * Add release notes for v2.1.0 * Update command examples * Update readme * Update readme Add command examples Remove image files * Implement sys.exit() * Update docker image * Update ignored secrets * Refactor markdown * Update secrets to ignore * Update the A1000 version in the readme * Update the readme * Update the readme * Remove trailing whitespaces * Reorded human readable output * Fix line too long issue * Update Docker image * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Reduce max_results * Reduce max_results * Update command examples * Update the readme * Update the readme * Update the readme * Add dbot score object * Update release notes * Update release notes * Update the YML file * Update the docker image * Add tests * Add test data * Update the docker image * Add test data * Add tests * Remove io import * Renamed TestData to test_data * Renamed TestData to test_data * Update ignored secrets * Update 'TestData' paths to 'test_data' * Update the dockerimage * Add new tests * Add test files * Separate output formatting functions * Correct typo * Move output building into separate functions * Add more tests * Add test data * Set predefined boolean * Set predefined boolean * Set predefined for classifications * Add human readable to readme * Add more tests * Remove typo * Add secrets to ignore * Update the user agent to 2.1.0 * Update the user agent to 2.1.0 * Add the URL Reputation playbook * Add v2.2.0 release notes * Update version to 2.2.0 * Add File Analysis playbook * Update version to 2.2.0 * Add v2.2.0 release notes * Correct typo * Update the release notes * Update the release notes * Update the release notes * Update the release notes * Add the image * Add the image * Modify the playbooks according to the CI rules * Update the user agent version to 2.2.0 * Update the docker image * Update the release notes * Update the playbook id * Update the release notes * Update the playbook id * Update the docker image * Add proxy support to A1000 app * Add proxy support to TitaniumCloud app * Update the release notes * Update the docker image * Remove empty line * Update the docker image * Update the release notes * Update the release notes * Update the pack version * Update the readme * Add proxy support into the code * Add proxy support into te YML configuration * Remove unused imports * Add newline at EoF * Update unit tests * Update unit tests * Update unit tests * Update unit tests * Rename TestData to test_data * Use type 9 fields for credentials * Update the readme * Add the displaypassword field to type 9 fields * Change the type 4 fields for type 9 * Update the readme * Update the readme * Replace type 4 fields with type 9 * docker image * RN * fix RN * pack ignore * space in RN * add a period for validations to pass * remove extra period * add description --------- Co-authored-by: Mislav Sever <[email protected]> Co-authored-by: Yehuda Rosenberg <[email protected]> Co-authored-by: Yehuda <[email protected]>
xsoar-bot
pushed a commit
to xsoar-contrib/content
that referenced
this pull request
Oct 5, 2023
* ReversingLabs - Add proxy support (demisto#28993) * Working on A1000 URL Report command * Finish URL report and domain report commands * Add the IP report command * Add the commands for get_files_from_ip, get_ip_domain_resolutions and get_urls_from_ip * Update pack version to 2.1.0 * Update release notes * Add default values * Add yara ruleset command Add yara matches feed command * Add yara retro actions command * Add yara retro matches feed command * Add reanalyze sample command * Add imphash similarity command * Add url downloaded files command * Edit the url_downloaded_files_command method * Add the latest url analyses feed * Add the url analyses feed from date command * Return url analyses feed results also as files * Update the version * Add release notes for v2.1.0 * Update command examples * Update readme * Update readme Add command examples Remove image files * Implement sys.exit() * Update docker image * Update ignored secrets * Refactor markdown * Update secrets to ignore * Update the A1000 version in the readme * Update the readme * Update the readme * Remove trailing whitespaces * Reorded human readable output * Fix line too long issue * Update Docker image * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Reduce max_results * Reduce max_results * Update command examples * Update the readme * Update the readme * Update the readme * Add dbot score object * Update release notes * Update release notes * Update the YML file * Update the docker image * Add tests * Add test data * Update the docker image * Add test data * Add tests * Remove io import * Renamed TestData to test_data * Renamed TestData to test_data * Update ignored secrets * Update 'TestData' paths to 'test_data' * Update the dockerimage * Add new tests * Add test files * Separate output formatting functions * Correct typo * Move output building into separate functions * Add more tests * Add test data * Set predefined boolean * Set predefined boolean * Set predefined for classifications * Add human readable to readme * Add more tests * Remove typo * Add secrets to ignore * Update the user agent to 2.1.0 * Update the user agent to 2.1.0 * Add the URL Reputation playbook * Add v2.2.0 release notes * Update version to 2.2.0 * Add File Analysis playbook * Update version to 2.2.0 * Add v2.2.0 release notes * Correct typo * Update the release notes * Update the release notes * Update the release notes * Update the release notes * Add the image * Add the image * Modify the playbooks according to the CI rules * Update the user agent version to 2.2.0 * Update the docker image * Update the release notes * Update the playbook id * Update the release notes * Update the playbook id * Update the docker image * Add proxy support to A1000 app * Add proxy support to TitaniumCloud app * Update the release notes * Update the docker image * Remove empty line * Update the docker image * Update the release notes * Update the release notes * Update the pack version * Update the readme * Add proxy support into the code * Add proxy support into te YML configuration * Remove unused imports * Add newline at EoF * Update unit tests * Update unit tests * Update unit tests * Update unit tests * Rename TestData to test_data * Use type 9 fields for credentials * Update the readme * Add the displaypassword field to type 9 fields * Change the type 4 fields for type 9 * Update the readme * Update the readme * Replace type 4 fields with type 9 * docker image * RN * fix RN * pack ignore * space in RN * add a period for validations to pass * remove extra period * add description --------- Co-authored-by: Mislav Sever <[email protected]> Co-authored-by: Yehuda Rosenberg <[email protected]> Co-authored-by: Yehuda <[email protected]>
tkatzir
pushed a commit
that referenced
this pull request
Dec 20, 2023
* ReversingLabs - Add proxy support (#28993) * Working on A1000 URL Report command * Finish URL report and domain report commands * Add the IP report command * Add the commands for get_files_from_ip, get_ip_domain_resolutions and get_urls_from_ip * Update pack version to 2.1.0 * Update release notes * Add default values * Add yara ruleset command Add yara matches feed command * Add yara retro actions command * Add yara retro matches feed command * Add reanalyze sample command * Add imphash similarity command * Add url downloaded files command * Edit the url_downloaded_files_command method * Add the latest url analyses feed * Add the url analyses feed from date command * Return url analyses feed results also as files * Update the version * Add release notes for v2.1.0 * Update command examples * Update readme * Update readme Add command examples Remove image files * Implement sys.exit() * Update docker image * Update ignored secrets * Refactor markdown * Update secrets to ignore * Update the A1000 version in the readme * Update the readme * Update the readme * Remove trailing whitespaces * Reorded human readable output * Fix line too long issue * Update Docker image * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Change camel case to snake case * Reduce max_results * Reduce max_results * Update command examples * Update the readme * Update the readme * Update the readme * Add dbot score object * Update release notes * Update release notes * Update the YML file * Update the docker image * Add tests * Add test data * Update the docker image * Add test data * Add tests * Remove io import * Renamed TestData to test_data * Renamed TestData to test_data * Update ignored secrets * Update 'TestData' paths to 'test_data' * Update the dockerimage * Add new tests * Add test files * Separate output formatting functions * Correct typo * Move output building into separate functions * Add more tests * Add test data * Set predefined boolean * Set predefined boolean * Set predefined for classifications * Add human readable to readme * Add more tests * Remove typo * Add secrets to ignore * Update the user agent to 2.1.0 * Update the user agent to 2.1.0 * Add the URL Reputation playbook * Add v2.2.0 release notes * Update version to 2.2.0 * Add File Analysis playbook * Update version to 2.2.0 * Add v2.2.0 release notes * Correct typo * Update the release notes * Update the release notes * Update the release notes * Update the release notes * Add the image * Add the image * Modify the playbooks according to the CI rules * Update the user agent version to 2.2.0 * Update the docker image * Update the release notes * Update the playbook id * Update the release notes * Update the playbook id * Update the docker image * Add proxy support to A1000 app * Add proxy support to TitaniumCloud app * Update the release notes * Update the docker image * Remove empty line * Update the docker image * Update the release notes * Update the release notes * Update the pack version * Update the readme * Add proxy support into the code * Add proxy support into te YML configuration * Remove unused imports * Add newline at EoF * Update unit tests * Update unit tests * Update unit tests * Update unit tests * Rename TestData to test_data * Use type 9 fields for credentials * Update the readme * Add the displaypassword field to type 9 fields * Change the type 4 fields for type 9 * Update the readme * Update the readme * Replace type 4 fields with type 9 * docker image * RN * fix RN * pack ignore * space in RN * add a period for validations to pass * remove extra period * add description --------- Co-authored-by: Mislav Sever <[email protected]> Co-authored-by: Yehuda Rosenberg <[email protected]> Co-authored-by: Yehuda <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Contribution Form Filled
Whether contribution form filled or not.
Contribution
Thank you! Contributions are always welcome!
docs-approved
Internal PR
Partner Support Level
Indicates that the contribution is for Partner supported pack
Partner
Partner-Approved
post-demo
Security Review
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original External PR
external pull request
Contributor
@MislavReversingLabs
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
Related Issues
fixes: link to the issue
Description
A few sentences describing the overall goals of the pull request's commits.
Must have