jdsnape
jdsnape
1. Checkout https://github.com/Yara-Rules/rules (this also happens with other rulesets, but this is convenient to demonstrate the issue) 2. from the rules directory, run 'rules = yara.compile('./malware_index.yar') Yara raises a syntax...
When trying to compile on macOS 10.13 I got the following errors: ``` cc -I/usr/local/include/osxfuse -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -DFUSE_USE_VERSION=27 -I. -I../common/linux -I../common /linux/kernel/include -I../common/linux/kernel/fs -I../common/unixfs -g unixfs_ufs.c -c -o unixfs_ufs.o In...
At the moment ocproxy just takes the first IP address it is given and ignores any others. We had an issue recently where the first DNS server was not working,...
Following exception is raised when calling api.jobs.get_report_async immediately after starting job with api.analyzers.run_by_name. ` cortex4py.exceptions.InvalidInputError: Invalid input exception ` ` > requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url:...