Skip to content

Commit 38d072c

Browse files
committed
Fix typos and improve formatting, add api root examples
1 parent dc45997 commit 38d072c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Scenarios and Workflows/generate_and_visualize_STIX_bundle.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"collapsed": false
88
},
99
"source": [
10-
"# Generate and visualize STIX bundle using Flexible Intel feed or Ransomware Feed\n",
10+
"# Generate and visualize STIX bundle using Flexible Intel Feed or Ransomware Feed\n",
1111
"This notebook contains an example of generating STIX report bundles using Flexible Intel Feed or Ransomware Feed and visualize them with [STIX Viewer](https://oasis-open.github.io/cti-stix-visualization/)"
1212
]
1313
},
@@ -18,7 +18,12 @@
1818
"source": [
1919
"A script connects to ReversingLabs TAXII 2.1 feed (via the [ReversingLabs SDK](https://github.com/reversinglabs/reversinglabs-sdk-py3)), pulls down all STIX objects added after a given timestamp, and writes them to a JSON file (matched_stix.json).\n",
2020
"\n",
21-
"Create JSON (ticloud_credentials.json) or pass your credentials directly using the script below. Obtain the credentials for data.reversinglabs.com access by contacting [email protected]"
21+
"Create JSON (ticloud_credentials.json) or pass your credentials directly using the script below. Obtain the credentials for data.reversinglabs.com access by contacting [email protected]\n",
22+
"\n",
23+
"Examples of the available API roots:\n",
24+
" \"ransomware-api-root\",\n",
25+
" \"ransomware-lite\",\n",
26+
" \"flexible-intel-feeds\""
2227
]
2328
},
2429
{
@@ -44,7 +49,7 @@
4449
"time_string = \"2025-06-11T00:00:00Z\"\n",
4550
"\n",
4651
"objs = feed.get_objects_aggregated(\n",
47-
" api_root=\"<api_root>\", \n",
52+
" api_root=\"<api_root>\", \n",
4853
" collection_id=\"<collection_id>\",\n",
4954
" result_limit=500,\n",
5055
" added_after=time_string\n",

0 commit comments

Comments
 (0)