Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all malware available #26

Open
lkurlandski opened this issue Nov 10, 2023 · 0 comments
Open

Not all malware available #26

lkurlandski opened this issue Nov 10, 2023 · 0 comments

Comments

@lkurlandski
Copy link

Not all of the binaries from the meta.db database are present in the bucket, even if the is_malware field is 1. For example,

H="997990bb784a9689e4293d788964c6a76ea7a1ff369a616f887e5fe288485e13"
aws s3 cp s3://sorel-20m/09-DEC-2020/binaries/$H . --no-sign-request

Works like a charm. However,

H="134e4de64556e84a1e30070bb210414c6399aea5a39dcea46182a9a986288dcb"
aws s3 cp s3://sorel-20m/09-DEC-2020/binaries/$H . --no-sign-request

causes

fatal error: An error occurred (404) when calling the HeadObject operation: Key "09-DEC-2020/binaries/134e4de64556e84a1e30070bb210414c6399aea5a39dcea46182a9a986288dcb" does not exist

Just wanted to let people know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant