summaryrefslogtreecommitdiffstats
path: root/peekaboo
AgeCommit message (Expand)Author
2019-02-04Use future module for python2 backward-compatibilityMichael Weiser
2019-02-04Disable accepted pylint warnings in config moduleMichael Weiser
2019-02-04Switch to configparser backport moduleMichael Weiser
2019-02-04Minor python3 compat tweaks for pyanMichael Weiser
2019-02-01Make docstrings consistently use EpytextMichael Weiser
2019-02-01Update dates in copyright headersMichael Weiser
2019-01-28Lint the office macro moduleMichael Weiser
2019-01-26Lint the init moduleMichael Weiser
2019-01-25Rework ruleset configuration logicMichael Weiser
2019-01-25Rework configuration logicMichael Weiser
2019-01-23Enhance clustering supportMichael Weiser
2019-01-23Silence pylint warnings for the database moduleMichael Weiser
2019-01-23Fix distinction of cluster-enabled database vs. operation targetMichael Weiser
2019-01-23Be more robust on DB metadata checkMichael Weiser
2019-01-22Use more descriptive variable names in rulesetMichael Weiser
2019-01-22Do not use `len(SEQUENCE)` to determine if a sequence is emptyMichael Weiser
2019-01-22Add documentation to the rulesetMichael Weiser
2019-01-22Eliminate database connection from SampleMichael Weiser
2019-01-22Switch rules interface to classesMichael Weiser
2019-01-22Remove known sample trackingMichael Weiser
2019-01-22Rework rule result reason handling in SampleMichael Weiser
2019-01-22Always save analysis job resultMichael Weiser
2019-01-22Refactor sample info fetchingMichael Weiser
2019-01-22Dereference __get/__create helper methodsMichael Weiser
2019-01-22Remove dead database codeMichael Weiser
2019-01-22Adjust Result implementationMichael Weiser
2019-01-22Simplify result handling in databaseMichael Weiser
2019-01-22Remove DB schema version redundancyMichael Weiser
2019-01-22Move result saving from sample to workerMichael Weiser
2019-01-22Remove sample object in-flight db connection wrappersMichael Weiser
2019-01-22Add threshold for stale in flight samplesMichael Weiser
2019-01-22Add cluster duplicate handler threadMichael Weiser
2019-01-22Implement simple instance concurrencyMichael Weiser
2018-12-21Log meta info to report as debugging aidMichael Weiser
2018-12-11Merge pull request #63 from michaelweiser/config-file-accessMichael Weiser
2018-11-30Improve config file access checksMichael Weiser
2018-11-30Bump version and update logoMichael Weiser
2018-11-30Revert "Avoid startup slowdown due to orphaned DB entries"Michael Weiser
2018-11-30Revert "More efficiently clean analysis journal"Michael Weiser
2018-11-28Handle case of not knowing any mimetypeFelix Bauer
2018-11-23Make greylist more aggressiveMichael Weiser
2018-10-05Handle being unable to get the Cuckoo reportMichael Weiser
2018-09-28More efficiently clean analysis journalMichael Weiser
2018-09-28Avoid startup slowdown due to orphaned DB entriesMichael Weiser
2018-09-21Make mime type guessing functions more reader-friendlyMichael Weiser
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