airbnb / binaryalert

BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
https://binaryalert.io
Apache License 2.0
1.39k stars 187 forks source link

FAIL: Expected DynamoDB entries for the test files were *not* found #180

Open AnkitKundariya opened 3 years ago

AnkitKundariya commented 3 years ago

I have followed all the steps described in the documentation. and checked that all the resources have been created on AWS.

after performing ./manage.py deploy

to test the deployment I have performed the below operation and it says. TEST FAILED:

Operation Log

(venv) HP-EliteBook-840-G4:~/Projects/binaryalert$ ./manage.py live_test binaryalert/venv/lib/python3.6/site-packages/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.26.4) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) Uploading eicar.txt to S3:binary.alert.scanner.binaryalert-binaries.us-west-1:eicar.txt_7eeb77e0a16a... Uploading eicar.tar.gz.bz2 to S3:binary.alert.scanner.binaryalert-binaries.us-west-1:eicar.tar.gz.bz2_7eeb77e0a16a... Uploading eicar_packed.py.upx to S3:binary.alert.scanner.binaryalert-binaries.us-west-1:eicar_packed.py.upx_7eeb77e0a16a... Uploading eicar_text.pdf to S3:binary.alert.scanner.binaryalert-binaries.us-west-1:eicar_text.pdf_7eeb77e0a16a... Looking up version of binary_alert_scanner_binaryalert_analyzer:Production... [1/15] Querying DynamoDB table for the expected YARA match entries... [2/15] Querying DynamoDB table for the expected YARA match entries... [3/15] Querying DynamoDB table for the expected YARA match entries... [4/15] Querying DynamoDB table for the expected YARA match entries... [5/15] Querying DynamoDB table for the expected YARA match entries... [6/15] Querying DynamoDB table for the expected YARA match entries... [7/15] Querying DynamoDB table for the expected YARA match entries... [8/15] Querying DynamoDB table for the expected YARA match entries... [9/15] Querying DynamoDB table for the expected YARA match entries... [10/15] Querying DynamoDB table for the expected YARA match entries... [11/15] Querying DynamoDB table for the expected YARA match entries... [12/15] Querying DynamoDB table for the expected YARA match entries... [13/15] Querying DynamoDB table for the expected YARA match entries... [14/15] Querying DynamoDB table for the expected YARA match entries... [15/15] Querying DynamoDB table for the expected YARA match entries...

FAIL: Expected DynamoDB entries for the test files were not found :(

Expected Results: { "eicar.tar.gz.bz2": [ "yextend:eicar_av_test", "yextend:eicar_substring_test" ], "eicar.txt": [ "public/eicar.yara:eicar_av_test", "public/eicar.yara:eicar_substring_test", "yextend:eicar_av_test", "yextend:eicar_substring_test" ], "eicar_packed.py.upx": [ "public/eicar.yara:eicar_substring_test", "yextend:eicar_substring_test" ], "eicar_text.pdf": [ "yextend:eicar_substring_test" ] } Actual Results: {} Removing test files from S3... Removing DynamoDB match entries... Done! TEST FAILED: Live test failed! See https://binaryalert.io/troubleshooting-faq.html