|
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "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 | + }, |
46 | 51 | "outputs": [],
|
47 | 52 | "source": [
|
48 | 53 | "from ReversingLabs.SDK.ticloud import FileUpload, FileDownload, ReanalyzeFile, DeleteFile"
|
|
61 | 66 | },
|
62 | 67 | {
|
63 | 68 | "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 | + }, |
66 | 76 | "outputs": [],
|
67 | 77 | "source": [
|
68 | 78 | "import json\n",
|
|
89 | 99 | },
|
90 | 100 | {
|
91 | 101 | "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 | + ], |
95 | 118 | "source": [
|
96 | 119 | "FILE_NAME = \"file_name_placeholder\"\n",
|
97 | 120 | "\n",
|
|
131 | 154 | "metadata": {},
|
132 | 155 | "outputs": [],
|
133 | 156 | "source": [
|
134 |
| - "FILE_HASH = \"file_hash_placeholder\"\n", |
| 157 | + "FILE_HASH = \"sha1_hash_placeholder\"\n", |
135 | 158 | "\n",
|
136 | 159 | "file_download = FileDownload(\n",
|
137 | 160 | " host=\"https://data.reversinglabs.com\",\n",
|
|
165 | 188 | },
|
166 | 189 | {
|
167 | 190 | "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 | + ], |
171 | 207 | "source": [
|
172 | 208 | "reanalyze = ReanalyzeFile(\n",
|
173 | 209 | " host=\"https://data.reversinglabs.com\",\n",
|
|
392 | 428 | "metadata": {
|
393 | 429 | "language_info": {
|
394 | 430 | "name": "python"
|
| 431 | + }, |
| 432 | + "kernelspec": { |
| 433 | + "name": "python3", |
| 434 | + "language": "python", |
| 435 | + "display_name": "Python 3 (ipykernel)" |
395 | 436 | }
|
396 | 437 | },
|
397 | 438 | "nbformat": 4,
|
|
0 commit comments