Skip to content

Commit 5071bf3

Browse files
Vendor requested changes
1 parent 7fa4fe1 commit 5071bf3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-1-client-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Below is a list of Sumo Logic recommended configuration examples for specific th
114114
| Vendor | Notes |
115115
| :-- | :-- |
116116
| <a href="/files/c2c/taxii-1/alien-vault-config.json" target="_blank">AlienVault</a> | Use your API key as the HTTP username and leave the password blank. |
117-
| <a href="/files/c2c/taxii-1/recorded-future-config.json" target="_blank">Recorded Future</a> | Use your API key as the HTTP password and leave the username blank. We recommend you setup both this TAXII 1 feed and the Recorded Future TAXII 2 feed. |
117+
| <a href="/files/c2c/taxii-1/recorded-future-config.json" target="_blank">Recorded Future</a> | Use your API key as the HTTP password and use any non-empty string as username. The Recorded Future TAXII v1 service supports Recorded Future’s [default and large risk lists](https://support.recordedfuture.com/hc/en-us/articles/115008327148-Default-and-Large-Risk-Lists), as well as collections for each risk rule. More information can be found on the [Recorded Future Support portal](https://support.recordedfuture.com/hc/en-us/articles/115004303128-TAXII-V1-service) |
118118

119119
## FAQ
120120

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/stix-taxii-2-client-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Below is a list of Sumo Logic recommended configuration examples for specific th
122122
| <a href="/files/c2c/taxii-2/cybersixgill-config.json" target="_blank">Cybersixgill</a> | Be sure to specify collection `102` in the configuration. |
123123
| <a href="/files/c2c/taxii-2/dragos-config.json" target="_blank">Dragos</a> |
124124
| <a href="/files/c2c/taxii-2/eclecticiq-config.json" target="_blank">Eclecticiq</a> | |
125-
| <a href="/files/c2c/taxii-2/recorded-future-config.json" target="_blank">Recorded Future</a> | Use your API key as the HTTP password and leave the username blank. We recommend you setup both this TAXII 2 feed and the Recorded Future TAXII 1 feed. |
125+
| <a href="/files/c2c/taxii-2/recorded-future-config.json" target="_blank">Recorded Future</a> | Use your API key as the HTTP password and leave the username blank. Currently, the Recorded Future TAXII v2 service supports Recorded Future’s [default and large risk lists](https://support.recordedfuture.com/hc/en-us/articles/115008327148-Default-and-Large-Risk-Lists). For more specific risk lists based on an individual risk rule, use Recorded Future’s TAXII v1 service. |
126126
| <a href="/files/c2c/taxii-2/palo-alto-unit42-config.json" target="_blank">PaloAlto Unit42</a> | |
127127

128128
## FAQ

static/files/c2c/taxii-1/recorded-future-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name":"TAXII 1 RF - IP Large Test",
2+
"name":"TAXII 1 Recorded Future IP Default",
33
"useBasicAuth":true,
44
"httpBasicPassword":"--- API KEY HERE ---",
55
"discoveryURL":"https://api.recordedfuture.com/taxii",

static/files/c2c/taxii-2/recorded-future-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Recorded Future Large and Default Collections",
2+
"name": "TAXII 2 Recorded Future Large and Default Collections",
33
"authType": "Basic",
44
"basicPassword": "--- API KEY HERE ---",
55
"ti_version": "2.1",

0 commit comments

Comments
 (0)