Open
Conversation
* fixed ip email and url command * Added Release Notes * Add URL fixes to IPQualityScore integration Updated the IPQualityScore integration with URL fixes. * reverting the release version * Generated the release notes * modified the metadata version to 1.0.15 as per the suggestion --------- Co-authored-by: siddharthamudigondamudigonda <siddharth_mudigonda@discovery.com>
Contributor
Author
🤖 AI-Powered Code Review AvailableHi @MosheEichler, you can leverage AI-powered code review to assist with this PR! Available Commands:
|
Contributor
Author
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
Coverage Report
|
||||||||||||||||||||||||||||||
Contributor
Author
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@RamboV
Summary
The IPQualityScore integration in Cortex Marketplace is currently failing with an “Invalid or unauthorized key” error during execution.
Issue Details
Although the same IPQualityScore API key works successfully when tested directly via Postman, the integration returns an authorization error when executed within Cortex XSOAR. This indicates a mismatch between how the API key is validated in the integration versus direct API usage.
Impact
Customers attempting to use the IPQualityScore integration are unable to successfully authenticate, preventing threat intelligence enrichment and disrupting workflows that depend on this integration.
Changes / Investigation
This PR updates the integration configuration and/or request handling to ensure the API key is passed and validated correctly by the IPQualityScore service, aligning Cortex behavior with successful direct API calls.
Related Marketplace Page
https://cortex.marketplace.pan.dev/marketplace/details/IPQualityScore/
fixes: https://jira-dc-proxy.xdr.pan.local/browse/CIAC-15590