diff --git a/blog-cse/2025-08-19-application.md b/blog-cse/2025-08-19-application.md
new file mode 100644
index 0000000000..f28aae03a4
--- /dev/null
+++ b/blog-cse/2025-08-19-application.md
@@ -0,0 +1,23 @@
+---
+title: August 19, 2025 - Application Update
+image: https://help.sumologic.com/img/reuse/rss-image.jpg
+keywords:
+ - taxii
+ - threat intelligence
+hide_table_of_contents: true
+---
+
+import useBaseUrl from '@docusaurus/useBaseUrl';
+
+### New TAXII 2 Threat Intelligence Sources
+
+We're excited to announce the following new threat intelligence sources that allow you to collect TAXII feeds with greater ease. These sources are based on the underlying code of our STIX/TAXII 2 Client Source, but are tailored for each of the vendors to facilitate setup:
+* CISA TAXII Client
+* Dragos TAXII Client
+* Nozomi TAXII Client
+* Recorded Future TAXII Client
+* Unit42 TAXII Client
+
+When you set up a source, search for "taxii" and select the tile for the source you want to install:
+
+[Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source/#taxii-2-sources).
\ No newline at end of file
diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source.md
index e5fb134824..e8dcd126b0 100644
--- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source.md
+++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source.md
@@ -70,6 +70,19 @@ To configure a TAXII 2 Client Source:
1. (Optional) **Polling Interval**. Set how frequently to poll for new or updated indicators. It must be between 5 minutes and 48 hours.
1. When you are finished configuring the Source, click **Save**.
+### TAXII 2 sources
+
+Sumo Logic provides the following sources based on the underlying code of our STIX/TAXII 2 Client Source, but tailored for each of the vendors to facilitate setup:
+* CISA TAXII Client
+* Dragos TAXII Client
+* Nozomi TAXII Client
+* Recorded Future TAXII Client
+* Unit42 TAXII Client
+
+When you set up a source, search for "taxii" and select the tile for the source you want to install:
+
+Although we recommend these sources to get feeds from these vendors, you can instead set up JSON configurations. See [Recommended configurations](#recommended-configurations) below.
+
## JSON Configuration
Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for details.
@@ -112,7 +125,7 @@ Below is a list of Sumo Logic recommended configuration examples for specific th
| Vendor | Notes |
| :-- | :-- |
-| CISA DHS Automated Indicator Sharing (AIS) | No authentication setup is required. Sumo Logic uses it's own certificates for authentication. |
+| CISA DHS Automated Indicator Sharing (AIS) | No authentication setup is required. Sumo Logic uses its own certificates for authentication. |
| Cybersixgill | Be sure to specify collection `102` in the configuration. |
| Dragos |
| Eclecticiq | |
diff --git a/static/img/security/taxii-sources.png b/static/img/security/taxii-sources.png
new file mode 100644
index 0000000000..5fb61a91d3
Binary files /dev/null and b/static/img/security/taxii-sources.png differ