diff --git a/README.md b/README.md index c88392f..24cc24e 100644 --- a/README.md +++ b/README.md @@ -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): ".\*" @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/ciscotalosintelligence.json b/ciscotalosintelligence.json index ec16126..e06488b 100644 --- a/ciscotalosintelligence.json +++ b/ciscotalosintelligence.json @@ -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", @@ -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": {}, @@ -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": { @@ -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": { @@ -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": { diff --git a/release_notes/1.0.3.md b/release_notes/1.0.3.md new file mode 100644 index 0000000..d47b250 --- /dev/null +++ b/release_notes/1.0.3.md @@ -0,0 +1 @@ +* Updates to the README file [PAPP-35152] \ No newline at end of file