binaryalert
binaryalert copied to clipboard
BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
Dear Sir/Madam, I am looking for a regulatory compliant (e.g., HIPAA) antivirus scanning solution for AWS S3 buckets. I am inquiring on behalf of a major financial services company.
Bumps [typed-ast](https://github.com/python/typed_ast) from 1.3.1 to 1.3.2. Commits - [`089f979`](https://github.com/python/typed_ast/commit/089f9798112ea596130679f2d3fd8dc6d3af54b8) Release version 1.3.2 - [`dc317ac`](https://github.com/python/typed_ast/commit/dc317ac9cff859aa84eeabe03fb5004982545b3b) Fix two out-of-bounds array reads ([#99](https://github-redirect.dependabot.com/python/typed_ast/issues/99)) - [`0de4de6`](https://github.com/python/typed_ast/commit/0de4de650d3b37516100ce38b2c9c3b0a8fa2c76) Fix typo in README ([#98](https://github-redirect.dependabot.com/python/typed_ast/issues/98)) - [`33209c4`](https://github.com/python/typed_ast/commit/33209c4dee2d3fcf92d8ca6909ceb02a7b49edbd) Distribute...
to: @Ryxias cc: @airbnb/binaryalert-maintainers ## Background For some reason this wasn't caught by travis...
Is there a reason for the unique name prefix requiring a minimum 4 character length? In reference to `cli/config.py`: ``` VALID_NAME_PREFIX_FORMAT = r'[a-z][a-z0-9_]{3,50}' ```
## Background Malware is often packed or encrypted using custom algorithms on specific sections within a dropper binary. It would be nice to arbitrarily specify extracting/unpacking/decrypting/decoding scripts against binaries scanned...
## Background The current file scanning pipeline, does not support local file scanning. ## Desired Change A user should be able to submit a local file or local path to...
All YARA matches are saved to DynamoDB, but alerts are only sent to SNS if the YARA rule name has not matched before on the given binary. There are two...
## Background During a batch analysis, all YARA match results are saved to Dynamo. However, SNS alerts are not sent for these matches if they were already matched in a...
Source more YARA rules from other open-source projects, including [YaraRules](https://github.com/Yara-Rules/rules).
[CloudWatch metric filters](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringPolicyExamples.html) allow you to create metrics based on pattern-matching log data. This would allow us to add at least two more useful metrics: - We can measure the...