Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReversingLabs - Add proxy support (#29280)
* 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 <46045160+MislavReversingLabs@users.noreply.github.com> Co-authored-by: Yehuda Rosenberg <90599084+RosenbergYehuda@users.noreply.github.com> Co-authored-by: Yehuda <yrosenberg@paloaltonetworks.com>
- Loading branch information