diff --git a/LICENSE b/LICENSE index 763541a..ec0af9e 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index 67ff4fd..1cf1ebb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Cisco Talos Intelligence Publisher: Splunk -Connector Version: 1.0.0 +Connector Version: 1.0.1 Product Vendor: Cisco Product Name: Talos Intelligence Product Version Supported (regex): ".\*" diff --git a/ciscotalosintelligence.json b/ciscotalosintelligence.json index 9852245..0de42ac 100644 --- a/ciscotalosintelligence.json +++ b/ciscotalosintelligence.json @@ -14,7 +14,7 @@ "product_version_regex": ".*", "publisher": "Splunk", "license": "Copyright (c) 2024 Splunk Inc.", - "app_version": "1.0.0", + "app_version": "1.0.1", "utctime_updated": "2024-06-21T18:40:03.685771Z", "package_name": "phantom_ciscotalosintelligence", "fips_compliant": false, diff --git a/release_notes/1.0.1.md b/release_notes/1.0.1.md new file mode 100644 index 0000000..ccf3ca9 --- /dev/null +++ b/release_notes/1.0.1.md @@ -0,0 +1,5 @@ +* Inital release of the Cisco Talos Intelligence app +* New ip_reputation action that accepts either an IPv4 or IPv6 address and gets threat intelligence data from Talos [PAPP-34630] +* New domain_reputation action that accepts a domain and gets threat intelligence data from Talos [PAPP-34630] +* New durl_reputation action that accepts an url and gets threat intelligence data from Talos [PAPP-34630] +* Error handling regarding action retries and connection management [PAPP-34631] \ No newline at end of file diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index c44073d..fbcb2fd 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1,6 +1 @@ **Unreleased** -* Inital release of the Cisco Talos Intelligence app -* New ip_reputation action that accepts either an IPv4 or IPv6 address and gets threat intelligence data from Talos [PAPP-34630] -* New domain_reputation action that accepts a domain and gets threat intelligence data from Talos [PAPP-34630] -* New durl_reputation action that accepts an url and gets threat intelligence data from Talos [PAPP-34630] -* Error handling regarding action retries and connection management [PAPP-34631]