Skip to content

Commit 47da11a

Browse files
Merge pull request #14 from MislavReversingLabs/main
Update
2 parents 3456291 + 54a1790 commit 47da11a

File tree

1 file changed

+52
-11
lines changed

1 file changed

+52
-11
lines changed

TitaniumCloud/sample_management.ipynb

Lines changed: 52 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": null,
45-
"metadata": {},
44+
"execution_count": 2,
45+
"metadata": {
46+
"ExecuteTime": {
47+
"end_time": "2024-06-24T13:00:18.771975493Z",
48+
"start_time": "2024-06-24T13:00:18.731201662Z"
49+
}
50+
},
4651
"outputs": [],
4752
"source": [
4853
"from ReversingLabs.SDK.ticloud import FileUpload, FileDownload, ReanalyzeFile, DeleteFile"
@@ -61,8 +66,13 @@
6166
},
6267
{
6368
"cell_type": "code",
64-
"execution_count": null,
65-
"metadata": {},
69+
"execution_count": 3,
70+
"metadata": {
71+
"ExecuteTime": {
72+
"end_time": "2024-06-24T13:00:25.846033807Z",
73+
"start_time": "2024-06-24T13:00:25.842115172Z"
74+
}
75+
},
6676
"outputs": [],
6777
"source": [
6878
"import json\n",
@@ -89,9 +99,22 @@
8999
},
90100
{
91101
"cell_type": "code",
92-
"execution_count": null,
93-
"metadata": {},
94-
"outputs": [],
102+
"execution_count": 4,
103+
"metadata": {
104+
"ExecuteTime": {
105+
"end_time": "2024-06-24T13:01:24.894826465Z",
106+
"start_time": "2024-06-24T13:01:24.346445039Z"
107+
}
108+
},
109+
"outputs": [
110+
{
111+
"name": "stdout",
112+
"output_type": "stream",
113+
"text": [
114+
"200\n"
115+
]
116+
}
117+
],
95118
"source": [
96119
"FILE_NAME = \"file_name_placeholder\"\n",
97120
"\n",
@@ -131,7 +154,7 @@
131154
"metadata": {},
132155
"outputs": [],
133156
"source": [
134-
"FILE_HASH = \"file_hash_placeholder\"\n",
157+
"FILE_HASH = \"sha1_hash_placeholder\"\n",
135158
"\n",
136159
"file_download = FileDownload(\n",
137160
" host=\"https://data.reversinglabs.com\",\n",
@@ -165,9 +188,22 @@
165188
},
166189
{
167190
"cell_type": "code",
168-
"execution_count": null,
169-
"metadata": {},
170-
"outputs": [],
191+
"execution_count": 7,
192+
"metadata": {
193+
"ExecuteTime": {
194+
"end_time": "2024-06-24T13:15:51.128618407Z",
195+
"start_time": "2024-06-24T13:15:51.049367153Z"
196+
}
197+
},
198+
"outputs": [
199+
{
200+
"name": "stdout",
201+
"output_type": "stream",
202+
"text": [
203+
"Sample sent for rescanning\n"
204+
]
205+
}
206+
],
171207
"source": [
172208
"reanalyze = ReanalyzeFile(\n",
173209
" host=\"https://data.reversinglabs.com\",\n",
@@ -392,6 +428,11 @@
392428
"metadata": {
393429
"language_info": {
394430
"name": "python"
431+
},
432+
"kernelspec": {
433+
"name": "python3",
434+
"language": "python",
435+
"display_name": "Python 3 (ipykernel)"
395436
}
396437
},
397438
"nbformat": 4,

0 commit comments

Comments
 (0)