Module analyzer
[hide private]
[frames] | no frames]

Module analyzer

source code

Classes [hide private]
  PipeHandler
Pipe Handler.
  PipeServer
Cuckoo PIPE server.
  Analyzer
Cuckoo Windows Analyzer.
Functions [hide private]
 
protected_filename(fname)
Checks file name against some protected names.
source code
 
add_pid(pid)
Add a process to process list.
source code
 
add_pids(pids)
Add PID.
source code
 
add_file(file_path)
Add a file to file list.
source code
 
dump_file(file_path)
Create a copy of the give file path.
source code
 
del_file(fname) source code
 
move_file(old_fname, new_fname) source code
 
dump_files()
Dump all the dropped files.
source code
Variables [hide private]
  log = logging.getLogger()
  BUFSIZE = 512
  FILES_LIST = []
  DUMPED_LIST = []
  PROCESS_LIST = []
  PROCESS_LOCK = Lock()
  DEFAULT_DLL = None
  PID = os.getpid()
  PPID = Process(pid= PID).get_parent_pid()