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

ReversingLabs TitaniumScale v2: Feature - Add new actions #3

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Update user agent to match connector version
RLakukolja committed Jun 3, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
aymanbagabas Ayman Bagabas
commit 55afd8dfb2cb73c8eb005393890f824d54bcc6a3
2 changes: 1 addition & 1 deletion reversinglabs_tiscalev2_connector.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ def new_delete(url, **kwargs):


class ReversinglabsTitaniumScaleConnector(BaseConnector):
USER_AGENT = "ReversingLabs Splunk SOAR TitaniumScale v1.0.0"
USER_AGENT = "ReversingLabs Splunk SOAR TitaniumScale v1.1.0"

# The actions supported by this connector
ACTION_ID_TEST_CONNECTIVITY = "test_connectivity"