-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Dec 18, 2024
1 parent
534fdbc
commit 0cbd0b8
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |