Skip to content

Commit

Permalink
Merge pull request #13 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 1.0.3
  • Loading branch information
tapishj-splunk authored Jan 15, 2025
2 parents 6cec6e9 + e72fa76 commit 4ef6dd1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cisco Talos Intelligence

Publisher: Splunk
Connector Version: 1.0.2
Connector Version: 1.0.3
Product Vendor: Cisco
Product Name: Talos Intelligence
Product Version Supported (regex): ".\*"
Expand Down Expand Up @@ -48,7 +48,7 @@ Validate the asset configuration for connectivity using supplied configuration
Type: **test**
Read only: **True**

Action uses the URS API to get a list of the AUP categories used to classify website content.
Action uses the Cisco Talos API to get a list of the Acceptable Use Policy Categories used to classify website content.

#### Action Parameters
No parameters are required for this action
Expand All @@ -62,7 +62,7 @@ Look up Cisco Talos threat intelligence for a given IP address
Type: **investigate**
Read only: **True**

Provides information on an IP address's reputation, so you can take appropriate action against untrusted or unwanted resources.
Provides intelligence about an IP, so you can take appropriate actions against untrusted or unwanted resources.

#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
Expand All @@ -89,7 +89,7 @@ Look up Cisco Talos threat intelligence for a given domain
Type: **investigate**
Read only: **True**

Provides information on a domain's reputation, so you can take appropriate action against untrusted or unwanted resources.
Provides intelligence about a domain, so you can take appropriate actions against untrusted or unwanted resources.

#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
Expand All @@ -116,7 +116,7 @@ Look up Cisco Talos threat intelligence for a given URL
Type: **investigate**
Read only: **True**

Provides information on a URL's reputation, so you can take appropriate action against untrusted or unwanted resources.
Provides intelligence about a URL, so you can take appropriate actions against untrusted or unwanted resources.

#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
Expand Down
12 changes: 6 additions & 6 deletions ciscotalosintelligence.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2025 Splunk Inc.",
"app_version": "1.0.2",
"utctime_updated": "2025-01-11T00:12:29.000000Z",
"app_version": "1.0.3",
"utctime_updated": "2025-01-15T20:18:56.000000Z",
"package_name": "phantom_ciscotalosintelligence",
"fips_compliant": false,
"main_module": "ciscotalosintelligence_connector.py",
Expand Down Expand Up @@ -127,7 +127,7 @@
"action": "test connectivity",
"identifier": "test_connectivity",
"description": "Validate the asset configuration for connectivity using supplied configuration",
"verbose": "Action uses the URS API to get a list of the AUP categories used to classify website content.",
"verbose": "Action uses the Cisco Talos API to get a list of the Acceptable Use Policy Categories used to classify website content.",
"type": "test",
"read_only": true,
"parameters": {},
Expand All @@ -138,7 +138,7 @@
"action": "ip reputation",
"identifier": "ip_reputation",
"description": "Look up Cisco Talos threat intelligence for a given IP address",
"verbose": "Provides information on an IP address's reputation, so you can take appropriate action against untrusted or unwanted resources.",
"verbose": "Provides intelligence about an IP, so you can take appropriate actions against untrusted or unwanted resources.",
"type": "investigate",
"read_only": true,
"parameters": {
Expand Down Expand Up @@ -226,7 +226,7 @@
"action": "domain reputation",
"identifier": "domain_reputation",
"description": "Look up Cisco Talos threat intelligence for a given domain",
"verbose": "Provides information on a domain's reputation, so you can take appropriate action against untrusted or unwanted resources.",
"verbose": "Provides intelligence about a domain, so you can take appropriate actions against untrusted or unwanted resources.",
"type": "investigate",
"read_only": true,
"parameters": {
Expand Down Expand Up @@ -312,7 +312,7 @@
"action": "url reputation",
"identifier": "url_reputation",
"description": "Look up Cisco Talos threat intelligence for a given URL",
"verbose": "Provides information on a URL's reputation, so you can take appropriate action against untrusted or unwanted resources.",
"verbose": "Provides intelligence about a URL, so you can take appropriate actions against untrusted or unwanted resources.",
"type": "investigate",
"read_only": true,
"parameters": {
Expand Down
1 change: 1 addition & 0 deletions release_notes/1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updates to the README file [PAPP-35152]

0 comments on commit 4ef6dd1

Please sign in to comment.