Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Below is a list of Sumo Logic recommended configuration examples for specific th
| Vendor | Notes |
| :-- | :-- |
| <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. |
| <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. |
| <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). |

## FAQ

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Below is a list of Sumo Logic recommended configuration examples for specific th
| <a href="/files/c2c/taxii-2/cybersixgill-config.json" target="_blank">Cybersixgill</a> | Be sure to specify collection `102` in the configuration. |
| <a href="/files/c2c/taxii-2/dragos-config.json" target="_blank">Dragos</a> |
| <a href="/files/c2c/taxii-2/eclecticiq-config.json" target="_blank">Eclecticiq</a> | |
| <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. |
| <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. |
| <a href="/files/c2c/taxii-2/palo-alto-unit42-config.json" target="_blank">PaloAlto Unit42</a> | |

## FAQ
Expand Down
2 changes: 1 addition & 1 deletion static/files/c2c/taxii-1/recorded-future-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"TAXII 1 RF - IP Large Test",
"name":"TAXII 1 Recorded Future IP Default",
"useBasicAuth":true,
"httpBasicPassword":"--- API KEY HERE ---",
"discoveryURL":"https://api.recordedfuture.com/taxii",
Expand Down
2 changes: 1 addition & 1 deletion static/files/c2c/taxii-2/recorded-future-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Recorded Future Large and Default Collections",
"name": "TAXII 2 Recorded Future Large and Default Collections",
"authType": "Basic",
"basicPassword": "--- API KEY HERE ---",
"ti_version": "2.1",
Expand Down
Loading