assemblyline-v4-service 4.5.1.dev98__py3-none-any.whl → 4.5.1.dev102__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of assemblyline-v4-service might be problematic. Click here for more details.
- assemblyline_v4_service/VERSION +1 -1
- {assemblyline_v4_service-4.5.1.dev98.dist-info → assemblyline_v4_service-4.5.1.dev102.dist-info}/METADATA +1 -1
- {assemblyline_v4_service-4.5.1.dev98.dist-info → assemblyline_v4_service-4.5.1.dev102.dist-info}/RECORD +7 -7
- test/test_common/test_result.py +12 -0
- {assemblyline_v4_service-4.5.1.dev98.dist-info → assemblyline_v4_service-4.5.1.dev102.dist-info}/LICENCE.md +0 -0
- {assemblyline_v4_service-4.5.1.dev98.dist-info → assemblyline_v4_service-4.5.1.dev102.dist-info}/WHEEL +0 -0
- {assemblyline_v4_service-4.5.1.dev98.dist-info → assemblyline_v4_service-4.5.1.dev102.dist-info}/top_level.txt +0 -0
assemblyline_v4_service/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.5.1.
|
|
1
|
+
4.5.1.dev102
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
assemblyline_v4_service/VERSION,sha256=
|
|
1
|
+
assemblyline_v4_service/VERSION,sha256=X78dpda2kBIKcnROwJjsv-VuIP-eDSqv5N2SzKgFUOQ,13
|
|
2
2
|
assemblyline_v4_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
assemblyline_v4_service/healthz.py,sha256=sS1cFkDLw8hUPMpj7tbHXFv8ZmHcazrwZ0l6oQDwwkQ,1575
|
|
4
4
|
assemblyline_v4_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -35,11 +35,11 @@ test/test_common/test_helper.py,sha256=sO6YAiBhKTqaxlpLhFYDuy2ZdbuF2cg07Ylzo83Zz
|
|
|
35
35
|
test/test_common/test_ocr.py,sha256=mt_PgElgwQKJmNrp2nRVx9NjfMedVk40I6IV317vATI,1753
|
|
36
36
|
test/test_common/test_ontology_helper.py,sha256=KhHEBg_ecJyQbDw79NMT4FzUyA4C1Aak3HEQCwBfM2s,7914
|
|
37
37
|
test/test_common/test_request.py,sha256=PPhHfrwpwMdNZ33P1Z_0h1Zaz9ao9VFiDr_MJrBS3Lg,11492
|
|
38
|
-
test/test_common/test_result.py,sha256=
|
|
38
|
+
test/test_common/test_result.py,sha256=0WK_Zfw7e6IJl5nTSUUt6LFTvbu6cVynaTOdpuYkBvg,42559
|
|
39
39
|
test/test_common/test_task.py,sha256=jnfF68EgJIu30Pz_4jiJHkncfI-3XpGaut5r79KIXOA,18718
|
|
40
40
|
test/test_common/test_utils.py,sha256=TbnBxqpS_ZC5ptXR9XJX3xtbItD0mTbtiBxxdyP8J5k,5904
|
|
41
|
-
assemblyline_v4_service-4.5.1.
|
|
42
|
-
assemblyline_v4_service-4.5.1.
|
|
43
|
-
assemblyline_v4_service-4.5.1.
|
|
44
|
-
assemblyline_v4_service-4.5.1.
|
|
45
|
-
assemblyline_v4_service-4.5.1.
|
|
41
|
+
assemblyline_v4_service-4.5.1.dev102.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
|
|
42
|
+
assemblyline_v4_service-4.5.1.dev102.dist-info/METADATA,sha256=AcWkkRfSzZQ1uLD3VcqlbLpES2HVSHhC7ODKeS5MUHE,9499
|
|
43
|
+
assemblyline_v4_service-4.5.1.dev102.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
44
|
+
assemblyline_v4_service-4.5.1.dev102.dist-info/top_level.txt,sha256=LpTOEaVCatkrvbVq3EZseMSIa2PQZU-2rhuO_FTpZgY,29
|
|
45
|
+
assemblyline_v4_service-4.5.1.dev102.dist-info/RECORD,,
|
test/test_common/test_result.py
CHANGED
|
@@ -611,6 +611,12 @@ def test_imagesectionbody_add_image(service_request):
|
|
|
611
611
|
assert isb._data == [{'img': {'name': 'image_name', 'sha256': '09bf99ab5431af13b701a06dc2b04520aea9fd346584fa2a034d6d4af0c57329', 'description': 'description of image'}, 'thumb': {'name': 'image_name.thumb', 'sha256': '1af0e0d99845493b64cf402b3704170f17ecf15001714016e48f9d4854218901', 'description': 'description of image (thumbnail)'}}]
|
|
612
612
|
|
|
613
613
|
|
|
614
|
+
# Ensure that the image files added are marked as `is_image_section`
|
|
615
|
+
image_hashes = [img['sha256'] for img in isb._data[0].values()]
|
|
616
|
+
for file in service_request.task.supplementary:
|
|
617
|
+
if file['sha256'] in image_hashes:
|
|
618
|
+
assert(file['is_section_image'])
|
|
619
|
+
|
|
614
620
|
def test_multisectionbody_init():
|
|
615
621
|
msb = MultiSectionBody()
|
|
616
622
|
|
|
@@ -1256,6 +1262,12 @@ def test_resultimagesection_add_image(service_request):
|
|
|
1256
1262
|
assert ris.add_image(image_path, "image_name", "description of image", "TLP:A", ocr_heuristic_id, ocr_io, auto_add_ocr_section=False).body == '{"ransomware": ["YOUR FILES HAVE BEEN ENCRYPTED AND YOU WON\'T BE ABLE TO DECRYPT THEM.", "YOU CAN BUY DECRYPTION SOFTWARE FROM US, THIS SOFTWARE WILL ALLOW YOU TO RECOVER ALL OF YOUR DATA AND", "RANSOMWARE FROM YOUR COMPUTER. THE PRICE OF THE SOFTWARE IS $.2..%.. PAYMENT CAN BE MADE IN BITCOIN OR XMR.", "How 00! PAY, WHERE DO | GET BITCOIN OR XMR?", "YOURSELF TO FIND OUT HOW TO BUY BITCOIN OR XMR.", "PAYMENT INFORMATION: SEND $15, TO ONE OF OUR CRYPTO ADDRESSES, THEN SEND US EMAIL WITH PAYMENT", "CONFIRMATION AND YOU\'LL GET THE DECRYPTION SOFTWARE IN EMAIL.", "BTC ADDRESS : bciqsht77cpgw7kv420r4secmu88g34wvn96dsyc5s"]}'
|
|
1257
1263
|
assert ris.section_body._data == [{'img': {'name': 'image_name', 'sha256': '09bf99ab5431af13b701a06dc2b04520aea9fd346584fa2a034d6d4af0c57329', 'description': 'description of image'}, 'thumb': {'name': 'image_name.thumb', 'sha256': '1af0e0d99845493b64cf402b3704170f17ecf15001714016e48f9d4854218901', 'description': 'description of image (thumbnail)'}}]
|
|
1258
1264
|
|
|
1265
|
+
# Ensure that the image files added are marked as `is_image_section`
|
|
1266
|
+
image_hashes = [img['sha256'] for img in ris.section_body._data[0].values()]
|
|
1267
|
+
for file in service_request.task.supplementary:
|
|
1268
|
+
if file['is_section_image']:
|
|
1269
|
+
assert(file['sha256'] in image_hashes)
|
|
1270
|
+
|
|
1259
1271
|
|
|
1260
1272
|
def test_resulttimelinesection_init():
|
|
1261
1273
|
rts = ResultTimelineSection("title_text_as_str")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|