Cortex-Analyzers
Cortex-Analyzers copied to clipboard
Cortex Analyzers Repository
It appears that `elk.py` is in DOS format and is causing issues when we import and try to run the analyzer: `bash: ./elk.py: /usr/bin/env python3^M: bad interpreter: No such file...
I don't know if it works with previous th4py versions but this changes fixes on models.py - class CaseObservable: file_object = open(filename, 'rb') TypeError: expected str, bytes or os.PathLike object,...
Issue 1032 Pull Request: Inoitsu Analyzer Bug - 'NoneType' object has no attribute 'group' AND config json Error
Hello, I tried to analyze an unknown hash on VirusTotal with the ```rescan_hash_older_than_days``` option enabled and got a key error, since "scan_date" was not part of the response. It seems...
Hello, Please find a proposal for improving the observables exact search by using the `.read()` API call with a proper `filters` set. A dictionary is used with main Cortex observable...