summaryrefslogtreecommitdiffstats
path: root/peekaboo/sample.py
AgeCommit message (Expand)Author
2018-09-21Make mime type detection more linearMichael Weiser
2018-09-21Switch mime types to set for goodMichael Weiser
2018-09-21Make symlink creation failure an error againMichael Weiser
2018-09-21More closely wrap exception around temp dir deletionMichael Weiser
2018-09-21Only create a workdir and submit symlink if we have a file extensionMichael Weiser
2018-09-21Do not append empty file extensionMichael Weiser
2018-09-21Simplify file extension extractionMichael Weiser
2018-09-21Fix file extension extraction from declared nameMichael Weiser
2018-09-21Merge pull request #35 from michaelweiser/shutdownMichael Weiser
2018-09-07Remove cuckoo report wrapper functionsMichael Weiser
2018-09-06Kill the global config objectMichael Weiser
2018-09-06Kill global SingletonsMichael Weiser
2018-08-28Switch to JSON protocol on amavis socketMichael Weiser
2018-08-23cuckoo api get report, plus some bug fixes (typos)Felix Bauer
2018-08-23added code to use cuckoo api and config optionsFelix Bauer
2018-06-28Improve MIME type determination by using multiple sourcesSebastian Deiss
2018-06-26Bugfix for broken detection of failed Cuckoo analysisSebastian Deiss
2018-06-21Improve detection of failed Cuckoo analysisSebastian Deiss
2018-05-30Handle KeyError during MIME type determination if meta info is not loadedSebastian Deiss
2018-05-30Fix processing of PKCS #7 signatures.Sebastian Deiss
2018-05-25Fix MIME type determinationSebastian Deiss
2018-04-05Introduced the 'keep_mail_data' configuration optionSebastian Deiss
2018-03-15Fix typo in Sample class variableSebastian Deiss
2018-03-15Update docstringsSebastian Deiss
2018-02-20Store the Cuckoo job ID along with other analysis information in the databaseSebastian Deiss
2018-01-16Update copyrightSebastian Deiss
2017-12-12Added new rule to check score in cuckoo_report for thresholdFelix Bauer
2017-12-12Submit samples to Cuckoo using the symlink over the real fileSebastian Deiss
2017-10-17Refactoring and cleanup to implement our toolbox / plugin conceptSebastian Deiss
2017-10-16Re-implemented queuing system and mapping between socket <-> sample(s)Sebastian Deiss
2017-10-13Massive refactoring to implement our toolbox / plugin conceptSebastian Deiss
2017-10-12Provide config object for all modules of PeekabooSebastian Deiss
2017-10-10Merge branch 'master' of github.com:scVENUS/PeekabooAV into new-db-schemaSebastian Deiss
2017-10-05Define 'cuckoo_analysis_failed' as propertySebastian Deiss
2017-09-22Don't log an exception if not Meta information file is available.Sebastian Deiss
2017-09-22Implement new database schemaSebastian Deiss
2017-09-21Add method to remove attributes from a Sample objectSebastian Deiss
2017-09-21Fix typoSebastian Deiss
2017-09-19Fix avoiding simultaneous analyses of identical samples.Sebastian Deiss
2017-09-14Change logging format and make it configurableSebastian Deiss
2017-09-08Use readable job hashesSebastian Deiss
2017-09-08Add file-based reporting for Peekaboo.Sebastian Deiss
2017-09-07Fix pattern to read Cuckoo submit output correctly.Sebastian Deiss
2017-09-06Store information about malicious emailsSebastian Deiss
2017-09-06Fix copy and paste bugSebastian Deiss
2017-09-06Add multiple regexes to match for old and new Cuckoo output.Sebastian Deiss
2017-09-06Ensure correct processing if the Cuckoo report is not yet available.Sebastian Deiss
2017-09-05Allow the usage of "cuckoo submit" in the configSebastian Deiss
2017-09-05Fix symlink creationSebastian Deiss
2017-09-04Parse file extensions properly and remove set_reason()Sebastian Deiss