Skip to content

Commit

Permalink
Merging next to main for release 1.2.1 (#8)
Browse files Browse the repository at this point in the history
* ReversingLabs TitaniumCloud v2: Bugfix - Widget data render (#7)

* Fixed data rendering issue in investigation widget

* Added info in release notes for new version

* Reworked data render for list_user_override to table

* Reworked data display for aggregated user override

* Connector data output adjusted for list_overrides

* Increased version on user agent

* Removed global widget css style

* ReversingLabs logo update

* Updated network_reputation action

* Updated json config for user overrides

* Removed custom views reference

* Highlight associated malware status

* Adjusted code to flake8

* Added minimal_data_paths to json

* Release notes for version 1.2.1

---------

Co-authored-by: Dinko Jakovljevic <[email protected]>
Co-authored-by: root <root@splunksoar>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent a736d65 commit c498ec1
Show file tree
Hide file tree
Showing 25 changed files with 315 additions and 668 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Reversinglabs TitaniumCloud v2

Publisher: ReversingLabs
Connector Version: 1.2.0
Connector Version: 1.2.1
Product Vendor: Reversinglabs
Product Name: TitaniumCloud
Product Version Supported (regex): ".\*"
Expand Down Expand Up @@ -1656,12 +1656,20 @@ Service provides information regarding the reputation of a requested URL, domain
#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
--------- | -------- | ----------- | ---- | --------
**network_locations** | required | Network location to check (URL,DNS,IP) | string |
**network_locations** | required | Network location to check (URL,DNS,IP) | string | `domain` `url` `ip`

#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.network_locations | string | |
action_result.data.\*.requested_network_location | string | `domain` `url` `ip` |
action_result.data.\*.type | string | |
action_result.data.\*.last_seen | string | |
action_result.data.\*.first_seen | string | |
action_result.data.\*.associated_malware | string | |
action_result.data.\*.third_party_reputations.total | string | |
action_result.data.\*.third_party_reputations.clean | string | |
action_result.data.\*.third_party_reputations.malicious | string | |
action_result.data.\*.third_party_reputations.undetected | string | |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand All @@ -1678,12 +1686,13 @@ The Network Reputation User Override service enables URL classification override
#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
--------- | -------- | ----------- | ---- | --------
**next_page_sha1** | optional | Optional parameter used for pagination | string |
**next_page_sha1** | optional | Optional parameter used for pagination | string | `sha1`

#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.next_page_sha1 | string | |
action_result.data.\*.user_override.network_locations.\*.network_location | string | `url` `domain` `ip` |
action_result.data.\*.user_override.network_locations.\*.type | string | `url` `domain` `ip` |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand All @@ -1705,7 +1714,8 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.max_results | numeric | |
action_result.data.\*.\*.network_location | string | `url` `domain` `ip` |
action_result.data.\*.\*.type | string | `url` `domain` `ip` |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand Down
24 changes: 23 additions & 1 deletion logo_reversinglabs_ticloudv2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c498ec1

Please sign in to comment.