summaryrefslogtreecommitdiffstats
path: root/peekaboo
AgeCommit message (Expand)Author
2017-10-13Massive refactoring to implement our toolbox / plugin conceptSebastian Deiss
2017-10-12Provide config object for all modules of PeekabooSebastian Deiss
2017-10-11Update _meta table definition to fix issues with MySQLSebastian Deiss
2017-10-11Fix removal of samples having the state 'inProgress' at startup.Sebastian Deiss
2017-10-10Merge branch 'master' of github.com:scVENUS/PeekabooAV into new-db-schemaSebastian Deiss
2017-10-10Add rule in toolbox to detect (EICAR like) Peekabooyar stringFelix Bauer
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-14Avoid simultaneous analyses of identical samples.Sebastian Deiss
2017-09-12Update ASCII art and increment version numberSebastian Deiss
2017-09-08Use readable job hashesSebastian Deiss
2017-09-08Add file-based reporting for Peekaboo.Sebastian Deiss
2017-09-07Improve MultiRegexMatcherSebastian Deiss
2017-09-07Don't attempt to dump processing info if the required files do not existSebastian Deiss
2017-09-07Fix pattern to read Cuckoo submit output correctly.Sebastian Deiss
2017-09-07Simplify regex handling for parsing messages from CuckooSebastian Deiss
2017-09-07Give CuckooReportPendingException a passSebastian Deiss
2017-09-07Set console logging to STDOUTSebastian Deiss
2017-09-07Change Peekaboo's greeting message from english to germanSebastian Deiss
2017-09-06Store information about malicious emailsSebastian Deiss
2017-09-06Log rule exceptions as errorSebastian 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-05daemon.py: fix indentation to allow analyses of directores againSebastian Deiss
2017-09-04daemon.py: Send a greeting message if a client e. g. AMaViSd is connectedSebastian Deiss
2017-09-04Parse file extensions properly and remove set_reason()Sebastian Deiss
2017-09-04Put sample reporting back in evaluate() and uncomment active rulesSebastian Deiss
2017-09-01Ensure propper logging of critical errorsSebastian Deiss
2017-09-01Fix duplicate loggingSebastian Deiss
2017-09-01Fix crashes due to missing .info fileSebastian Deiss
2017-08-31Setup default logging to log any errors during the parsing of the config file.Sebastian Deiss
2017-08-31Increment version numberSebastian Deiss
2017-08-31Use a with-statement to create / write the PID file.Sebastian Deiss
2017-08-31Added more unit tests and therefore refactored some modules.Sebastian Deiss
2017-08-30Add parsed information from the dump_info file as attributes to a Sample objectSebastian Deiss
2017-08-30Add a configuration option whether or not to use Peekaboo's debug moduleSebastian Deiss
2017-08-30Replace our own server implementation with Python's SocketServer framework.Sebastian Deiss
2017-08-30Fix issues with race conditions in the database moduleSebastian Deiss
2017-08-30Refactor ruleset.pySebastian Deiss
2017-08-30Replace relative imports due to issues with cyclic importsSebastian Deiss
2017-08-30Remove util.py module, since it is no longer requiredSebastian Deiss
2017-06-21fix: ruleset not stopped on detection of rule already_in_progress. fixed exce...fbauer@science-computing.de