Skip to content

Commit 1abb662

Browse files
committed
Update STIX bundle nb: improve documentation
1 parent 1d27661 commit 1abb662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Scenarios and Workflows/generate_and_visualize_STIX_bundle.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": "7f72de57",
1717
"metadata": {},
1818
"source": [
19-
"A script connects to ReversingLabs TAXII 2.1 feed (via the TAXIIRansomwareFeed SDK), pulls down all STIX objects added after a given timestamp, and writes them to a JSON file (matched_stix.json).\n",
19+
"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",
2121
"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]"
2222
]
@@ -44,8 +44,8 @@
4444
"time_string = \"2025-06-11T00:00:00Z\"\n",
4545
"\n",
4646
"objs = feed.get_objects_aggregated(\n",
47-
" api_root=\"ransomware-relationships\", \n",
48-
" collection_id=\"5a715ba3-a450-457c-a086-dd9901ad1fad\",\n",
47+
" api_root=\"<api_root>\", \n",
48+
" collection_id=\"<collection_id>\",\n",
4949
" result_limit=500,\n",
5050
" added_after=time_string\n",
5151
")\n",

0 commit comments

Comments
 (0)