cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.54k stars 1.71k forks source link

ERROR: AttributeError: 'ResultServer' object has no attribute 'instance' #2949

Open Shersto opened 4 years ago

Shersto commented 4 years ago

Getting this issue when executing cuckoo. Any ideas on resolution, using esx as the machinery.

ERROR: AttributeError: 'ResultServer' object ha s no attribute 'instance' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 298, in mai n cuckoo_main(maxcount) File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 248, in cuc koo_main stop() File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 227, in sto p rs.instance.stop() AttributeError: 'ResultServer' object has no attribute 'instance'

RicoVZ commented 4 years ago

Hey Shersto,

Thanks for posting an issue.

Can you restart with the --debug flag and share all output, including the full exception? Also, on what is the host OS you are using?

Shersto commented 4 years ago

This is the error directly

Checking for updates... You're good to go!

Our latest blogposts:

2020-02-04 09:19:27,597 [cuckoo.core.database] DEBUG: Using database-wide lock f or sqlite 2020-02-04 09:19:28,361 [cuckoo.core.startup] DEBUG: Imported modules... 2020-02-04 09:19:28,363 [cuckoo.core.startup] DEBUG: Imported "auxiliary" module s: 2020-02-04 09:19:28,364 [cuckoo.core.startup] DEBUG: |-- MITM 2020-02-04 09:19:28,365 [cuckoo.core.startup] DEBUG: |-- Reboot 2020-02-04 09:19:28,366 [cuckoo.core.startup] DEBUG: |-- Replay 2020-02-04 09:19:28,366 [cuckoo.core.startup] DEBUG: |-- Services 2020-02-04 09:19:28,367 [cuckoo.core.startup] DEBUG: -- Sniffer 2020-02-04 09:19:28,368 [cuckoo.core.startup] DEBUG: Imported "machinery" module s: 2020-02-04 09:19:28,369 [cuckoo.core.startup] DEBUG: |-- vSphere 2020-02-04 09:19:28,370 [cuckoo.core.startup] DEBUG: |-- KVM 2020-02-04 09:19:28,370 [cuckoo.core.startup] DEBUG: |-- ESX 2020-02-04 09:19:28,371 [cuckoo.core.startup] DEBUG: |-- XenServer 2020-02-04 09:19:28,372 [cuckoo.core.startup] DEBUG: |-- VirtualBox 2020-02-04 09:19:28,373 [cuckoo.core.startup] DEBUG: |-- Avd 2020-02-04 09:19:28,374 [cuckoo.core.startup] DEBUG: |-- QEMU 2020-02-04 09:19:28,374 [cuckoo.core.startup] DEBUG: |-- VMware 2020-02-04 09:19:28,375 [cuckoo.core.startup] DEBUG:-- Physical 2020-02-04 09:19:28,376 [cuckoo.core.startup] DEBUG: Imported "processing" modul es: 2020-02-04 09:19:28,377 [cuckoo.core.startup] DEBUG: |-- AnalysisInfo 2020-02-04 09:19:28,377 [cuckoo.core.startup] DEBUG: |-- ApkInfo 2020-02-04 09:19:28,378 [cuckoo.core.startup] DEBUG: |-- Baseline 2020-02-04 09:19:28,379 [cuckoo.core.startup] DEBUG: |-- BehaviorAnalysis 2020-02-04 09:19:28,380 [cuckoo.core.startup] DEBUG: |-- Debug 2020-02-04 09:19:28,381 [cuckoo.core.startup] DEBUG: |-- Droidmon 2020-02-04 09:19:28,382 [cuckoo.core.startup] DEBUG: |-- Dropped 2020-02-04 09:19:28,382 [cuckoo.core.startup] DEBUG: |-- DroppedBuffer 2020-02-04 09:19:28,383 [cuckoo.core.startup] DEBUG: |-- Extracted 2020-02-04 09:19:28,384 [cuckoo.core.startup] DEBUG: |-- GooglePlay 2020-02-04 09:19:28,385 [cuckoo.core.startup] DEBUG: |-- Irma 2020-02-04 09:19:28,386 [cuckoo.core.startup] DEBUG: |-- Memory 2020-02-04 09:19:28,386 [cuckoo.core.startup] DEBUG: |-- MetaInfo 2020-02-04 09:19:28,387 [cuckoo.core.startup] DEBUG: |-- MISP 2020-02-04 09:19:28,388 [cuckoo.core.startup] DEBUG: |-- NetworkAnalysis 2020-02-04 09:19:28,389 [cuckoo.core.startup] DEBUG: |-- ProcessMemory 2020-02-04 09:19:28,390 [cuckoo.core.startup] DEBUG: |-- Procmon 2020-02-04 09:19:28,391 [cuckoo.core.startup] DEBUG: |-- Screenshots 2020-02-04 09:19:28,391 [cuckoo.core.startup] DEBUG: |-- Snort 2020-02-04 09:19:28,392 [cuckoo.core.startup] DEBUG: |-- Static 2020-02-04 09:19:28,393 [cuckoo.core.startup] DEBUG: |-- Strings 2020-02-04 09:19:28,394 [cuckoo.core.startup] DEBUG: |-- Suricata 2020-02-04 09:19:28,395 [cuckoo.core.startup] DEBUG: |-- TargetInfo 2020-02-04 09:19:28,395 [cuckoo.core.startup] DEBUG: |-- TLSMasterSecrets 2020-02-04 09:19:28,396 [cuckoo.core.startup] DEBUG: `-- VirusTotal 2020-02-04 09:19:28,397 [cuckoo.core.startup] DEBUG: Imported "signatures" modul es: 2020-02-04 09:19:28,397 [cuckoo.core.startup] DEBUG: |-- AndroidAbortBroadca st 2020-02-04 09:19:28,398 [cuckoo.core.startup] DEBUG: |-- AndroidAccountInfo 2020-02-04 09:19:28,398 [cuckoo.core.startup] DEBUG: |-- AndroidAppInfo 2020-02-04 09:19:28,399 [cuckoo.core.startup] DEBUG: |-- AndroidAudio 2020-02-04 09:19:28,400 [cuckoo.core.startup] DEBUG: |-- AndroidCamera 2020-02-04 09:19:28,400 [cuckoo.core.startup] DEBUG: |-- AndroidDangerousPer missions 2020-02-04 09:19:28,401 [cuckoo.core.startup] DEBUG: |-- AndroidDeletedApp 2020-02-04 09:19:28,401 [cuckoo.core.startup] DEBUG: |-- AndroidDynamicCode 2020-02-04 09:19:28,402 [cuckoo.core.startup] DEBUG: |-- AndroidEmbeddedApk 2020-02-04 09:19:28,402 [cuckoo.core.startup] DEBUG: |-- AndroidGooglePlayDi ff 2020-02-04 09:19:28,403 [cuckoo.core.startup] DEBUG: |-- AndroidInstalledApp s 2020-02-04 09:19:28,404 [cuckoo.core.startup] DEBUG: |-- AndroidNativeCode 2020-02-04 09:19:28,405 [cuckoo.core.startup] DEBUG: |-- AndroidPhoneNumber 2020-02-04 09:19:28,406 [cuckoo.core.startup] DEBUG: |-- AndroidPrivateInfoQ uery 2020-02-04 09:19:28,406 [cuckoo.core.startup] DEBUG: |-- AndroidReflectionCo de 2020-02-04 09:19:28,407 [cuckoo.core.startup] DEBUG: |-- AndroidRegisteredRe ceiver 2020-02-04 09:19:28,408 [cuckoo.core.startup] DEBUG: |-- AndroidShellCommand s 2020-02-04 09:19:28,409 [cuckoo.core.startup] DEBUG: |-- AndroidSMS 2020-02-04 09:19:28,410 [cuckoo.core.startup] DEBUG: |-- AndroidStopProcess 2020-02-04 09:19:28,411 [cuckoo.core.startup] DEBUG: |-- ApplicationUsesLoca tion 2020-02-04 09:19:28,412 [cuckoo.core.startup] DEBUG: |-- KnownVirustotal 2020-02-04 09:19:28,413 [cuckoo.core.startup] DEBUG: |-- AntiAnalysisJavascr ipt 2020-02-04 09:19:28,413 [cuckoo.core.startup] DEBUG: |-- DumpedBuffer 2020-02-04 09:19:28,414 [cuckoo.core.startup] DEBUG: |-- DumpedBuffer2 2020-02-04 09:19:28,415 [cuckoo.core.startup] DEBUG: |-- EncryptionKeys 2020-02-04 09:19:28,416 [cuckoo.core.startup] DEBUG: |-- EvalJS 2020-02-04 09:19:28,417 [cuckoo.core.startup] DEBUG: |-- HtmlFlash 2020-02-04 09:19:28,418 [cuckoo.core.startup] DEBUG: |-- JsIframe 2020-02-04 09:19:28,418 [cuckoo.core.startup] DEBUG: |-- PDFAttachments 2020-02-04 09:19:28,419 [cuckoo.core.startup] DEBUG: |-- PDFJavaScript 2020-02-04 09:19:28,420 [cuckoo.core.startup] DEBUG: |-- PDFOpenAction 2020-02-04 09:19:28,421 [cuckoo.core.startup] DEBUG: |-- PDFOpenActionJS 2020-02-04 09:19:28,422 [cuckoo.core.startup] DEBUG: |-- SuspiciousJavascrip t 2020-02-04 09:19:28,422 [cuckoo.core.startup] DEBUG: |-- DarwinCodeInjection 2020-02-04 09:19:28,423 [cuckoo.core.startup] DEBUG: |-- TaskForPid 2020-02-04 09:19:28,424 [cuckoo.core.startup] DEBUG: |-- DeadHost 2020-02-04 09:19:28,425 [cuckoo.core.startup] DEBUG: |-- NetworkBIND 2020-02-04 09:19:28,426 [cuckoo.core.startup] DEBUG: |-- NetworkCnCHTTP 2020-02-04 09:19:28,427 [cuckoo.core.startup] DEBUG: |-- NetworkDNSTXTLookup 2020-02-04 09:19:28,427 [cuckoo.core.startup] DEBUG: |-- NetworkDynDNS 2020-02-04 09:19:28,428 [cuckoo.core.startup] DEBUG: |-- NetworkHTTP 2020-02-04 09:19:28,429 [cuckoo.core.startup] DEBUG: |-- NetworkHTTPPOST 2020-02-04 09:19:28,430 [cuckoo.core.startup] DEBUG: |-- NetworkICMP 2020-02-04 09:19:28,431 [cuckoo.core.startup] DEBUG: |-- NetworkIRC 2020-02-04 09:19:28,431 [cuckoo.core.startup] DEBUG: |-- NetworkSMTP 2020-02-04 09:19:28,432 [cuckoo.core.startup] DEBUG: |-- NoLookupCommunicati on 2020-02-04 09:19:28,433 [cuckoo.core.startup] DEBUG: |-- P2PCnC 2020-02-04 09:19:28,434 [cuckoo.core.startup] DEBUG: |-- SnortAlert 2020-02-04 09:19:28,435 [cuckoo.core.startup] DEBUG: |-- SuricataAlert 2020-02-04 09:19:28,436 [cuckoo.core.startup] DEBUG: |-- Suspicious_TLD 2020-02-04 09:19:28,436 [cuckoo.core.startup] DEBUG: |-- TorGateway 2020-02-04 09:19:28,437 [cuckoo.core.startup] DEBUG: |-- WscriptDownloader 2020-02-04 09:19:28,438 [cuckoo.core.startup] DEBUG: |-- AddsUser 2020-02-04 09:19:28,439 [cuckoo.core.startup] DEBUG: |-- AddsUserAdmin 2020-02-04 09:19:28,440 [cuckoo.core.startup] DEBUG: |-- ADS 2020-02-04 09:19:28,440 [cuckoo.core.startup] DEBUG: |-- Adzok 2020-02-04 09:19:28,441 [cuckoo.core.startup] DEBUG: |-- AlinaFile 2020-02-04 09:19:28,442 [cuckoo.core.startup] DEBUG: |-- AlineURL 2020-02-04 09:19:28,443 [cuckoo.core.startup] DEBUG: |-- AllocatesExecuteRem oteProccess 2020-02-04 09:19:28,444 [cuckoo.core.startup] DEBUG: |-- AllocatesRWX 2020-02-04 09:19:28,444 [cuckoo.core.startup] DEBUG: |-- AmsiBypass 2020-02-04 09:19:28,445 [cuckoo.core.startup] DEBUG: |-- Andromeda 2020-02-04 09:19:28,446 [cuckoo.core.startup] DEBUG: |-- AntiAnalysisDetectF ile 2020-02-04 09:19:28,447 [cuckoo.core.startup] DEBUG: |-- AntiAVDetectFile 2020-02-04 09:19:28,448 [cuckoo.core.startup] DEBUG: |-- AntiAVDetectReg 2020-02-04 09:19:28,448 [cuckoo.core.startup] DEBUG: |-- AntiAVServiceStop 2020-02-04 09:19:28,449 [cuckoo.core.startup] DEBUG: |-- AntiAVSRP 2020-02-04 09:19:28,450 [cuckoo.core.startup] DEBUG: |-- AntiDBGDevices 2020-02-04 09:19:28,451 [cuckoo.core.startup] DEBUG: |-- AntiDBGWindows 2020-02-04 09:19:28,452 [cuckoo.core.startup] DEBUG: |-- AntisandboxClipboar d 2020-02-04 09:19:28,452 [cuckoo.core.startup] DEBUG: |-- AntiSandboxFile 2020-02-04 09:19:28,453 [cuckoo.core.startup] DEBUG: |-- AntiSandboxForegrou ndWindow 2020-02-04 09:19:28,454 [cuckoo.core.startup] DEBUG: |-- AntiSandboxIdleTime 2020-02-04 09:19:28,455 [cuckoo.core.startup] DEBUG: |-- AntiSandboxRestart 2020-02-04 09:19:28,456 [cuckoo.core.startup] DEBUG: |-- AntiSandboxSleep 2020-02-04 09:19:28,456 [cuckoo.core.startup] DEBUG: |-- AntiVirusIRMA 2020-02-04 09:19:28,457 [cuckoo.core.startup] DEBUG: |-- AntiVMBios 2020-02-04 09:19:28,458 [cuckoo.core.startup] DEBUG: |-- AntiVMComputernameQ uery 2020-02-04 09:19:28,459 [cuckoo.core.startup] DEBUG: |-- AntiVMCPU 2020-02-04 09:19:28,460 [cuckoo.core.startup] DEBUG: |-- AntiVMDiskSize 2020-02-04 09:19:28,461 [cuckoo.core.startup] DEBUG: |-- AntiVMIDE 2020-02-04 09:19:28,461 [cuckoo.core.startup] DEBUG: |-- AntiVMSCSI 2020-02-04 09:19:28,462 [cuckoo.core.startup] DEBUG: |-- AntiVMServices 2020-02-04 09:19:28,463 [cuckoo.core.startup] DEBUG: |-- AntiVMSharedDevice 2020-02-04 09:19:28,464 [cuckoo.core.startup] DEBUG: |-- ApplicationExceptio nCrash 2020-02-04 09:19:28,465 [cuckoo.core.startup] DEBUG: |-- AppLockerBypass 2020-02-04 09:19:28,465 [cuckoo.core.startup] DEBUG: |-- APT_Carbunak 2020-02-04 09:19:28,466 [cuckoo.core.startup] DEBUG: |-- APT_CloudAtlas 2020-02-04 09:19:28,467 [cuckoo.core.startup] DEBUG: |-- apt_sandworm_ip 2020-02-04 09:19:28,468 [cuckoo.core.startup] DEBUG: |-- apt_sandworm_url 2020-02-04 09:19:28,469 [cuckoo.core.startup] DEBUG: |-- ArdamaxMutexes 2020-02-04 09:19:28,469 [cuckoo.core.startup] DEBUG: |-- AthenaHttp 2020-02-04 09:19:28,470 [cuckoo.core.startup] DEBUG: |-- AthenaURL 2020-02-04 09:19:28,471 [cuckoo.core.startup] DEBUG: |-- Autorun 2020-02-04 09:19:28,472 [cuckoo.core.startup] DEBUG: |-- AvastDetectLibs 2020-02-04 09:19:28,473 [cuckoo.core.startup] DEBUG: |-- AVDetectionChinaKey 2020-02-04 09:19:28,473 [cuckoo.core.startup] DEBUG: |-- BadCerts 2020-02-04 09:19:28,474 [cuckoo.core.startup] DEBUG: |-- Bagle 2020-02-04 09:19:28,475 [cuckoo.core.startup] DEBUG: |-- Bandook 2020-02-04 09:19:28,476 [cuckoo.core.startup] DEBUG: |-- banker_bancos 2020-02-04 09:19:28,477 [cuckoo.core.startup] DEBUG: |-- BankingMutexes 2020-02-04 09:19:28,477 [cuckoo.core.startup] DEBUG: |-- Banload 2020-02-04 09:19:28,478 [cuckoo.core.startup] DEBUG: |-- Beastdoor 2020-02-04 09:19:28,479 [cuckoo.core.startup] DEBUG: |-- BeebusMutexes 2020-02-04 09:19:28,480 [cuckoo.core.startup] DEBUG: |-- BegseabugTDMutexes 2020-02-04 09:19:28,481 [cuckoo.core.startup] DEBUG: |-- BetabotURL 2020-02-04 09:19:28,481 [cuckoo.core.startup] DEBUG: |-- Bifrose 2020-02-04 09:19:28,482 [cuckoo.core.startup] DEBUG: |-- BitcoinOpenCL 2020-02-04 09:19:28,483 [cuckoo.core.startup] DEBUG: |-- BitcoinWallet 2020-02-04 09:19:28,484 [cuckoo.core.startup] DEBUG: |-- BitdefenderDetectLi bs 2020-02-04 09:19:28,485 [cuckoo.core.startup] DEBUG: |-- BlackEnergyMutexes 2020-02-04 09:19:28,486 [cuckoo.core.startup] DEBUG: |-- Blackhole 2020-02-04 09:19:28,486 [cuckoo.core.startup] DEBUG: |-- BlackholeURL 2020-02-04 09:19:28,487 [cuckoo.core.startup] DEBUG: |-- Blackice 2020-02-04 09:19:28,488 [cuckoo.core.startup] DEBUG: |-- BlackposURL 2020-02-04 09:19:28,489 [cuckoo.core.startup] DEBUG: |-- BlackRevMutexes 2020-02-04 09:19:28,490 [cuckoo.core.startup] DEBUG: |-- Blackshades 2020-02-04 09:19:28,490 [cuckoo.core.startup] DEBUG: |-- BladabindiMutexes 2020-02-04 09:19:28,491 [cuckoo.core.startup] DEBUG: |-- BochsDetectKeys 2020-02-04 09:19:28,492 [cuckoo.core.startup] DEBUG: |-- Bootkit 2020-02-04 09:19:28,493 [cuckoo.core.startup] DEBUG: |-- Bottilda 2020-02-04 09:19:28,494 [cuckoo.core.startup] DEBUG: |-- BozokKey 2020-02-04 09:19:28,494 [cuckoo.core.startup] DEBUG: |-- browser_startpage 2020-02-04 09:19:28,495 [cuckoo.core.startup] DEBUG: |-- BrowserSecurity 2020-02-04 09:19:28,496 [cuckoo.core.startup] DEBUG: |-- BrowserStealer 2020-02-04 09:19:28,497 [cuckoo.core.startup] DEBUG: |-- Btcbotnet 2020-02-04 09:19:28,498 [cuckoo.core.startup] DEBUG: |-- Bublik 2020-02-04 09:19:28,498 [cuckoo.core.startup] DEBUG: |-- BuildLangID 2020-02-04 09:19:28,499 [cuckoo.core.startup] DEBUG: |-- BuzusMutexes 2020-02-04 09:19:28,500 [cuckoo.core.startup] DEBUG: |-- BypassFirewall 2020-02-04 09:19:28,501 [cuckoo.core.startup] DEBUG: |-- c24URL 2020-02-04 09:19:28,502 [cuckoo.core.startup] DEBUG: |-- CarberpMutexes 2020-02-04 09:19:28,502 [cuckoo.core.startup] DEBUG: |-- Ceatrg 2020-02-04 09:19:28,503 [cuckoo.core.startup] DEBUG: |-- ChanitorMutexes 2020-02-04 09:19:28,504 [cuckoo.core.startup] DEBUG: |-- CheckIP 2020-02-04 09:19:28,505 [cuckoo.core.startup] DEBUG: |-- ChecksDebugger 2020-02-04 09:19:28,506 [cuckoo.core.startup] DEBUG: |-- ChecksKernelDebugge r 2020-02-04 09:19:28,506 [cuckoo.core.startup] DEBUG: |-- ClearPermissionEven tLogs 2020-02-04 09:19:28,507 [cuckoo.core.startup] DEBUG: |-- ClearsEventLogs 2020-02-04 09:19:28,508 [cuckoo.core.startup] DEBUG: |-- ClickfraudCookies 2020-02-04 09:19:28,509 [cuckoo.core.startup] DEBUG: |-- cloud_mediafire 2020-02-04 09:19:28,510 [cuckoo.core.startup] DEBUG: |-- cloud_wetransfer 2020-02-04 09:19:28,510 [cuckoo.core.startup] DEBUG: |-- CloudFlare 2020-02-04 09:19:28,511 [cuckoo.core.startup] DEBUG: |-- CloudGoogle 2020-02-04 09:19:28,512 [cuckoo.core.startup] DEBUG: |-- CoinminerMutexes 2020-02-04 09:19:28,513 [cuckoo.core.startup] DEBUG: |-- ComRAT 2020-02-04 09:19:28,514 [cuckoo.core.startup] DEBUG: |-- ConsoleOutput 2020-02-04 09:19:28,514 [cuckoo.core.startup] DEBUG: |-- Crash 2020-02-04 09:19:28,515 [cuckoo.core.startup] DEBUG: |-- CreatesAutorunInf 2020-02-04 09:19:28,515 [cuckoo.core.startup] DEBUG: |-- CreatesDocument 2020-02-04 09:19:28,516 [cuckoo.core.startup] DEBUG: |-- CreatesExe 2020-02-04 09:19:28,516 [cuckoo.core.startup] DEBUG: |-- CreatesHiddenFile 2020-02-04 09:19:28,516 [cuckoo.core.startup] DEBUG: |-- CreatesLargeKey 2020-02-04 09:19:28,517 [cuckoo.core.startup] DEBUG: |-- CreatesNullRegistry Entry 2020-02-04 09:19:28,517 [cuckoo.core.startup] DEBUG: |-- CreatesService 2020-02-04 09:19:28,518 [cuckoo.core.startup] DEBUG: |-- CreatesShortcut 2020-02-04 09:19:28,518 [cuckoo.core.startup] DEBUG: |-- CreatesSuspiciousPr ocess 2020-02-04 09:19:28,518 [cuckoo.core.startup] DEBUG: |-- CreatesUserFolderEX E 2020-02-04 09:19:28,519 [cuckoo.core.startup] DEBUG: |-- CredentialDumpingLs ass 2020-02-04 09:19:28,519 [cuckoo.core.startup] DEBUG: |-- CredentialDumpingLs assAccess 2020-02-04 09:19:28,520 [cuckoo.core.startup] DEBUG: |-- Cridex 2020-02-04 09:19:28,520 [cuckoo.core.startup] DEBUG: |-- CryptGenKey 2020-02-04 09:19:28,520 [cuckoo.core.startup] DEBUG: |-- Cryptolocker 2020-02-04 09:19:28,521 [cuckoo.core.startup] DEBUG: |-- CryptoMiningStratum Command 2020-02-04 09:19:28,521 [cuckoo.core.startup] DEBUG: |-- CuckooDetectFiles 2020-02-04 09:19:28,522 [cuckoo.core.startup] DEBUG: |-- Cybergate 2020-02-04 09:19:28,522 [cuckoo.core.startup] DEBUG: |-- Dapato 2020-02-04 09:19:28,522 [cuckoo.core.startup] DEBUG: |-- Darkcloud 2020-02-04 09:19:28,523 [cuckoo.core.startup] DEBUG: |-- DarkddosMutexes 2020-02-04 09:19:28,523 [cuckoo.core.startup] DEBUG: |-- Darkshell 2020-02-04 09:19:28,524 [cuckoo.core.startup] DEBUG: |-- Ddos556 2020-02-04 09:19:28,524 [cuckoo.core.startup] DEBUG: |-- Decay 2020-02-04 09:19:28,524 [cuckoo.core.startup] DEBUG: |-- DecebalMutexes 2020-02-04 09:19:28,525 [cuckoo.core.startup] DEBUG: |-- DeepFreezeMutex 2020-02-04 09:19:28,525 [cuckoo.core.startup] DEBUG: |-- DeletesExecutedFile s 2020-02-04 09:19:28,526 [cuckoo.core.startup] DEBUG: |-- DelfTrojan 2020-02-04 09:19:28,526 [cuckoo.core.startup] DEBUG: |-- DEPHeapBypass 2020-02-04 09:19:28,526 [cuckoo.core.startup] DEBUG: |-- DEPStackBypass 2020-02-04 09:19:28,527 [cuckoo.core.startup] DEBUG: |-- DerusbiMutexes 2020-02-04 09:19:28,527 [cuckoo.core.startup] DEBUG: |-- Dexter 2020-02-04 09:19:28,528 [cuckoo.core.startup] DEBUG: |-- Dibik 2020-02-04 09:19:28,528 [cuckoo.core.startup] DEBUG: |-- DirtJumper 2020-02-04 09:19:28,528 [cuckoo.core.startup] DEBUG: |-- DisableCmd 2020-02-04 09:19:28,529 [cuckoo.core.startup] DEBUG: |-- DisableRegedit 2020-02-04 09:19:28,529 [cuckoo.core.startup] DEBUG: |-- DisablesAppLaunch 2020-02-04 09:19:28,530 [cuckoo.core.startup] DEBUG: |-- DisablesBrowserWarn 2020-02-04 09:19:28,530 [cuckoo.core.startup] DEBUG: |-- DisablesIEHTTP2 2020-02-04 09:19:28,530 [cuckoo.core.startup] DEBUG: |-- DisablesProxy 2020-02-04 09:19:28,531 [cuckoo.core.startup] DEBUG: |-- DisablesSecurity 2020-02-04 09:19:28,531 [cuckoo.core.startup] DEBUG: |-- DisablesSPDYChrome 2020-02-04 09:19:28,532 [cuckoo.core.startup] DEBUG: |-- DisablesSPDYFirefox 2020-02-04 09:19:28,532 [cuckoo.core.startup] DEBUG: |-- DisablesSPDYIE 2020-02-04 09:19:28,532 [cuckoo.core.startup] DEBUG: |-- DisablesSystemResto re 2020-02-04 09:19:28,533 [cuckoo.core.startup] DEBUG: |-- DisablesWER 2020-02-04 09:19:28,533 [cuckoo.core.startup] DEBUG: |-- DisablesWindowsUpda te 2020-02-04 09:19:28,534 [cuckoo.core.startup] DEBUG: |-- DisableTaskMgr 2020-02-04 09:19:28,534 [cuckoo.core.startup] DEBUG: |-- DiskInformation 2020-02-04 09:19:28,534 [cuckoo.core.startup] DEBUG: |-- Dns_Freehosting_Dom ain 2020-02-04 09:19:28,535 [cuckoo.core.startup] DEBUG: |-- dnsserver_dynamic 2020-02-04 09:19:28,535 [cuckoo.core.startup] DEBUG: |-- DocumentClose 2020-02-04 09:19:28,535 [cuckoo.core.startup] DEBUG: |-- DocumentOpen 2020-02-04 09:19:28,536 [cuckoo.core.startup] DEBUG: |-- DoFoil 2020-02-04 09:19:28,536 [cuckoo.core.startup] DEBUG: |-- DownloaderCabby 2020-02-04 09:19:28,537 [cuckoo.core.startup] DEBUG: |-- Dridex_APIs 2020-02-04 09:19:28,537 [cuckoo.core.startup] DEBUG: |-- Drive 2020-02-04 09:19:28,537 [cuckoo.core.startup] DEBUG: |-- Drive2 2020-02-04 09:19:28,538 [cuckoo.core.startup] DEBUG: |-- DriverLoad 2020-02-04 09:19:28,538 [cuckoo.core.startup] DEBUG: |-- DropBox 2020-02-04 09:19:28,539 [cuckoo.core.startup] DEBUG: |-- Dropper 2020-02-04 09:19:28,539 [cuckoo.core.startup] DEBUG: |-- Dyreza 2020-02-04 09:19:28,539 [cuckoo.core.startup] DEBUG: |-- EclipseMutexes 2020-02-04 09:19:28,540 [cuckoo.core.startup] DEBUG: |-- Emotet 2020-02-04 09:19:28,540 [cuckoo.core.startup] DEBUG: |-- Emotet_APIs 2020-02-04 09:19:28,541 [cuckoo.core.startup] DEBUG: |-- Evilbot 2020-02-04 09:19:28,541 [cuckoo.core.startup] DEBUG: |-- ExcelDataLinks 2020-02-04 09:19:28,541 [cuckoo.core.startup] DEBUG: |-- ExeAppData 2020-02-04 09:19:28,542 [cuckoo.core.startup] DEBUG: |-- ExecBitsAdmin 2020-02-04 09:19:28,542 [cuckoo.core.startup] DEBUG: |-- ExecWaitFor 2020-02-04 09:19:28,543 [cuckoo.core.startup] DEBUG: |-- exp_3322_dom 2020-02-04 09:19:28,543 [cuckoo.core.startup] DEBUG: |-- Expiro 2020-02-04 09:19:28,543 [cuckoo.core.startup] DEBUG: |-- ExploitHeapspray 2020-02-04 09:19:28,544 [cuckoo.core.startup] DEBUG: |-- ExploitKitMutexes 2020-02-04 09:19:28,544 [cuckoo.core.startup] DEBUG: |-- FakeAVMutexes 2020-02-04 09:19:28,545 [cuckoo.core.startup] DEBUG: |-- FakeAVMutexes 2020-02-04 09:19:28,545 [cuckoo.core.startup] DEBUG: |-- FakeRean 2020-02-04 09:19:28,545 [cuckoo.core.startup] DEBUG: |-- FarFli 2020-02-04 09:19:28,546 [cuckoo.core.startup] DEBUG: |-- FesberMutexes 2020-02-04 09:19:28,546 [cuckoo.core.startup] DEBUG: |-- Fingerprint 2020-02-04 09:19:28,547 [cuckoo.core.startup] DEBUG: |-- Flame 2020-02-04 09:19:28,547 [cuckoo.core.startup] DEBUG: |-- Flystudio 2020-02-04 09:19:28,547 [cuckoo.core.startup] DEBUG: |-- FortinetDetectFiles 2020-02-04 09:19:28,548 [cuckoo.core.startup] DEBUG: |-- FTPStealer 2020-02-04 09:19:28,548 [cuckoo.core.startup] DEBUG: |-- Fynloski 2020-02-04 09:19:28,549 [cuckoo.core.startup] DEBUG: |-- Gaelicum 2020-02-04 09:19:28,549 [cuckoo.core.startup] DEBUG: |-- Ghostbot 2020-02-04 09:19:28,549 [cuckoo.core.startup] DEBUG: |-- HasAuthenticode 2020-02-04 09:19:28,550 [cuckoo.core.startup] DEBUG: |-- HasOfficeEps 2020-02-04 09:19:28,550 [cuckoo.core.startup] DEBUG: |-- HasPdb 2020-02-04 09:19:28,551 [cuckoo.core.startup] DEBUG: |-- HasWMI 2020-02-04 09:19:28,551 [cuckoo.core.startup] DEBUG: |-- Hesperbot 2020-02-04 09:19:28,551 [cuckoo.core.startup] DEBUG: |-- Hidden_Window 2020-02-04 09:19:28,552 [cuckoo.core.startup] DEBUG: |-- Hikit 2020-02-04 09:19:28,552 [cuckoo.core.startup] DEBUG: |-- HookMouse 2020-02-04 09:19:28,553 [cuckoo.core.startup] DEBUG: |-- Hupigon 2020-02-04 09:19:28,553 [cuckoo.core.startup] DEBUG: |-- HyperVDetectKeys 2020-02-04 09:19:28,553 [cuckoo.core.startup] DEBUG: |-- IcePoint 2020-02-04 09:19:28,554 [cuckoo.core.startup] DEBUG: |-- im_btb 2020-02-04 09:19:28,554 [cuckoo.core.startup] DEBUG: |-- im_qq 2020-02-04 09:19:28,554 [cuckoo.core.startup] DEBUG: |-- IMStealer 2020-02-04 09:19:28,555 [cuckoo.core.startup] DEBUG: |-- InceptionAPT 2020-02-04 09:19:28,555 [cuckoo.core.startup] DEBUG: |-- Infinity 2020-02-04 09:19:28,556 [cuckoo.core.startup] DEBUG: |-- InfoStealerClipboar d 2020-02-04 09:19:28,556 [cuckoo.core.startup] DEBUG: |-- InjectionCreateRemo teThread 2020-02-04 09:19:28,556 [cuckoo.core.startup] DEBUG: |-- InjectionExplorer 2020-02-04 09:19:28,557 [cuckoo.core.startup] DEBUG: |-- InjectionModifiesMe mory 2020-02-04 09:19:28,557 [cuckoo.core.startup] DEBUG: |-- InjectionNetworkTra ffic 2020-02-04 09:19:28,558 [cuckoo.core.startup] DEBUG: |-- InjectionProcessSea rch 2020-02-04 09:19:28,558 [cuckoo.core.startup] DEBUG: |-- InjectionQueueApcTh read 2020-02-04 09:19:28,558 [cuckoo.core.startup] DEBUG: |-- InjectionRunPE 2020-02-04 09:19:28,559 [cuckoo.core.startup] DEBUG: |-- InjectionWriteMemor y 2020-02-04 09:19:28,559 [cuckoo.core.startup] DEBUG: |-- InjectionWriteMemor yEXE 2020-02-04 09:19:28,560 [cuckoo.core.startup] DEBUG: |-- InstalledApps 2020-02-04 09:19:28,560 [cuckoo.core.startup] DEBUG: |-- InstallsAppInit 2020-02-04 09:19:28,561 [cuckoo.core.startup] DEBUG: |-- InstallsBHO 2020-02-04 09:19:28,561 [cuckoo.core.startup] DEBUG: |-- InstallsWinpcap 2020-02-04 09:19:28,561 [cuckoo.core.startup] DEBUG: |-- IPKillerMutexes 2020-02-04 09:19:28,562 [cuckoo.core.startup] DEBUG: |-- Ircbrute 2020-02-04 09:19:28,562 [cuckoo.core.startup] DEBUG: |-- ISRstealerURL 2020-02-04 09:19:28,563 [cuckoo.core.startup] DEBUG: |-- iStealerURL 2020-02-04 09:19:28,563 [cuckoo.core.startup] DEBUG: |-- JackPOSFile 2020-02-04 09:19:28,563 [cuckoo.core.startup] DEBUG: |-- JackposURL 2020-02-04 09:19:28,564 [cuckoo.core.startup] DEBUG: |-- JavaScriptCommandli ne 2020-02-04 09:19:28,564 [cuckoo.core.startup] DEBUG: |-- JeefoMutexes 2020-02-04 09:19:28,565 [cuckoo.core.startup] DEBUG: |-- Jewdo 2020-02-04 09:19:28,565 [cuckoo.core.startup] DEBUG: |-- JintorMutexes 2020-02-04 09:19:28,565 [cuckoo.core.startup] DEBUG: |-- JorikTrojan 2020-02-04 09:19:28,566 [cuckoo.core.startup] DEBUG: |-- Karagany 2020-02-04 09:19:28,566 [cuckoo.core.startup] DEBUG: |-- Karakum 2020-02-04 09:19:28,567 [cuckoo.core.startup] DEBUG: |-- Katusha 2020-02-04 09:19:28,567 [cuckoo.core.startup] DEBUG: |-- KelihosBot 2020-02-04 09:19:28,567 [cuckoo.core.startup] DEBUG: |-- Keylogger 2020-02-04 09:19:28,568 [cuckoo.core.startup] DEBUG: |-- Kilim 2020-02-04 09:19:28,568 [cuckoo.core.startup] DEBUG: |-- Killdisk 2020-02-04 09:19:28,569 [cuckoo.core.startup] DEBUG: |-- KnownVirustotal 2020-02-04 09:19:28,569 [cuckoo.core.startup] DEBUG: |-- Koobface 2020-02-04 09:19:28,569 [cuckoo.core.startup] DEBUG: |-- Koutodoor 2020-02-04 09:19:28,570 [cuckoo.core.startup] DEBUG: |-- KovterBot 2020-02-04 09:19:28,570 [cuckoo.core.startup] DEBUG: |-- KrepperMutexes 2020-02-04 09:19:28,571 [cuckoo.core.startup] DEBUG: |-- KuluozMutexes 2020-02-04 09:19:28,571 [cuckoo.core.startup] DEBUG: |-- Likseput 2020-02-04 09:19:28,571 [cuckoo.core.startup] DEBUG: |-- LocatesBrowser 2020-02-04 09:19:28,572 [cuckoo.core.startup] DEBUG: |-- LocatesSniffer 2020-02-04 09:19:28,572 [cuckoo.core.startup] DEBUG: |-- Lockscreen 2020-02-04 09:19:28,573 [cuckoo.core.startup] DEBUG: |-- LolBot 2020-02-04 09:19:28,573 [cuckoo.core.startup] DEBUG: |-- Luder 2020-02-04 09:19:28,573 [cuckoo.core.startup] DEBUG: |-- Madness 2020-02-04 09:19:28,574 [cuckoo.core.startup] DEBUG: |-- Madness 2020-02-04 09:19:28,574 [cuckoo.core.startup] DEBUG: |-- MadnessURL 2020-02-04 09:19:28,574 [cuckoo.core.startup] DEBUG: |-- MaganiaMutexes 2020-02-04 09:19:28,575 [cuckoo.core.startup] DEBUG: |-- MailStealer 2020-02-04 09:19:28,575 [cuckoo.core.startup] DEBUG: |-- MaliciousDocumentUR Ls 2020-02-04 09:19:28,576 [cuckoo.core.startup] DEBUG: |-- MartianCommandProce ss 2020-02-04 09:19:28,576 [cuckoo.core.startup] DEBUG: |-- MegaUpload 2020-02-04 09:19:28,576 [cuckoo.core.startup] DEBUG: |-- MemoryAvailable 2020-02-04 09:19:28,577 [cuckoo.core.startup] DEBUG: |-- MemoryProtectionRX 2020-02-04 09:19:28,577 [cuckoo.core.startup] DEBUG: |-- MetasploitShellcode 2020-02-04 09:19:28,578 [cuckoo.core.startup] DEBUG: |-- Minerbot 2020-02-04 09:19:28,578 [cuckoo.core.startup] DEBUG: |-- miningpool 2020-02-04 09:19:28,578 [cuckoo.core.startup] DEBUG: |-- MircFile 2020-02-04 09:19:28,579 [cuckoo.core.startup] DEBUG: |-- ModifiesBootConfig 2020-02-04 09:19:28,579 [cuckoo.core.startup] DEBUG: |-- ModifiesCertificate s 2020-02-04 09:19:28,580 [cuckoo.core.startup] DEBUG: |-- ModifiesDesktopWall paper 2020-02-04 09:19:28,580 [cuckoo.core.startup] DEBUG: |-- ModifiesFirefoxConf iguration 2020-02-04 09:19:28,580 [cuckoo.core.startup] DEBUG: |-- ModifiesProxyAutoCo nfig 2020-02-04 09:19:28,581 [cuckoo.core.startup] DEBUG: |-- ModifiesProxyOverri de 2020-02-04 09:19:28,581 [cuckoo.core.startup] DEBUG: |-- ModifiesProxyWPAD 2020-02-04 09:19:28,582 [cuckoo.core.startup] DEBUG: |-- ModifiesUACNotify 2020-02-04 09:19:28,582 [cuckoo.core.startup] DEBUG: |-- ModifySecurityCente rWarnings 2020-02-04 09:19:28,582 [cuckoo.core.startup] DEBUG: |-- MovesSelf 2020-02-04 09:19:28,583 [cuckoo.core.startup] DEBUG: |-- Multiple_UA 2020-02-04 09:19:28,583 [cuckoo.core.startup] DEBUG: |-- MyBot 2020-02-04 09:19:28,584 [cuckoo.core.startup] DEBUG: |-- Nakbot 2020-02-04 09:19:28,584 [cuckoo.core.startup] DEBUG: |-- Napolar 2020-02-04 09:19:28,584 [cuckoo.core.startup] DEBUG: |-- Nebuler 2020-02-04 09:19:28,585 [cuckoo.core.startup] DEBUG: |-- Netobserve 2020-02-04 09:19:28,585 [cuckoo.core.startup] DEBUG: |-- Netshadow 2020-02-04 09:19:28,586 [cuckoo.core.startup] DEBUG: |-- Netwire 2020-02-04 09:19:28,586 [cuckoo.core.startup] DEBUG: |-- NetworkAdapters 2020-02-04 09:19:28,586 [cuckoo.core.startup] DEBUG: |-- NetworkDocumentFile 2020-02-04 09:19:28,587 [cuckoo.core.startup] DEBUG: |-- NetworkEXE 2020-02-04 09:19:28,587 [cuckoo.core.startup] DEBUG: |-- Nitol 2020-02-04 09:19:28,588 [cuckoo.core.startup] DEBUG: |-- NjRat 2020-02-04 09:19:28,588 [cuckoo.core.startup] DEBUG: |-- NtSetContextThreadR emote 2020-02-04 09:19:28,588 [cuckoo.core.startup] DEBUG: |-- Nymaim_APIs 2020-02-04 09:19:28,589 [cuckoo.core.startup] DEBUG: |-- ObfusMutexes 2020-02-04 09:19:28,589 [cuckoo.core.startup] DEBUG: |-- OfficeCheckName 2020-02-04 09:19:28,590 [cuckoo.core.startup] DEBUG: |-- OfficeCheckProjectN ame 2020-02-04 09:19:28,590 [cuckoo.core.startup] DEBUG: |-- OfficeCheckVersion 2020-02-04 09:19:28,590 [cuckoo.core.startup] DEBUG: |-- OfficeCheckWindow 2020-02-04 09:19:28,591 [cuckoo.core.startup] DEBUG: |-- OfficeCountDirector ies 2020-02-04 09:19:28,591 [cuckoo.core.startup] DEBUG: |-- OfficeCreateObject 2020-02-04 09:19:28,592 [cuckoo.core.startup] DEBUG: |-- OfficeDDE 2020-02-04 09:19:28,592 [cuckoo.core.startup] DEBUG: |-- OfficeEpsStrings 2020-02-04 09:19:28,592 [cuckoo.core.startup] DEBUG: |-- OfficeHttpRequest 2020-02-04 09:19:28,593 [cuckoo.core.startup] DEBUG: |-- OfficeIndirectCall 2020-02-04 09:19:28,593 [cuckoo.core.startup] DEBUG: |-- OfficePackager 2020-02-04 09:19:28,594 [cuckoo.core.startup] DEBUG: |-- OfficePlatformDetec t 2020-02-04 09:19:28,594 [cuckoo.core.startup] DEBUG: |-- OfficeRecentFiles 2020-02-04 09:19:28,594 [cuckoo.core.startup] DEBUG: |-- OfficeVulnerableGui d 2020-02-04 09:19:28,595 [cuckoo.core.startup] DEBUG: |-- OfficeVulnModules 2020-02-04 09:19:28,595 [cuckoo.core.startup] DEBUG: |-- Oldrea 2020-02-04 09:19:28,596 [cuckoo.core.startup] DEBUG: |-- PackerEntropy 2020-02-04 09:19:28,596 [cuckoo.core.startup] DEBUG: |-- Palevo 2020-02-04 09:19:28,596 [cuckoo.core.startup] DEBUG: |-- ParallelsDetectKeys 2020-02-04 09:19:28,597 [cuckoo.core.startup] DEBUG: |-- ParallelsDetectWind ow 2020-02-04 09:19:28,597 [cuckoo.core.startup] DEBUG: |-- Pasta 2020-02-04 09:19:28,598 [cuckoo.core.startup] DEBUG: |-- PcClientMutexes 2020-02-04 09:19:28,598 [cuckoo.core.startup] DEBUG: |-- PEFeatures 2020-02-04 09:19:28,598 [cuckoo.core.startup] DEBUG: |-- PEIDPacker 2020-02-04 09:19:28,599 [cuckoo.core.startup] DEBUG: |-- PerfLogger 2020-02-04 09:19:28,599 [cuckoo.core.startup] DEBUG: |-- PersistenceBootexec ute 2020-02-04 09:19:28,600 [cuckoo.core.startup] DEBUG: |-- PersistenceRegistry EXE 2020-02-04 09:19:28,600 [cuckoo.core.startup] DEBUG: |-- PersistenceRegistry JavaScript 2020-02-04 09:19:28,600 [cuckoo.core.startup] DEBUG: |-- PersistenceRegistry Powershell 2020-02-04 09:19:28,601 [cuckoo.core.startup] DEBUG: |-- PEUnknownResourceNa me 2020-02-04 09:19:28,601 [cuckoo.core.startup] DEBUG: |-- Phorpiex 2020-02-04 09:19:28,602 [cuckoo.core.startup] DEBUG: |-- Pidief 2020-02-04 09:19:28,602 [cuckoo.core.startup] DEBUG: |-- Plugx 2020-02-04 09:19:28,602 [cuckoo.core.startup] DEBUG: |-- Poebot 2020-02-04 09:19:28,603 [cuckoo.core.startup] DEBUG: |-- PoisonIvy 2020-02-04 09:19:28,603 [cuckoo.core.startup] DEBUG: |-- Polymorphic 2020-02-04 09:19:28,604 [cuckoo.core.startup] DEBUG: |-- Ponfoy 2020-02-04 09:19:28,604 [cuckoo.core.startup] DEBUG: |-- PonyURL 2020-02-04 09:19:28,604 [cuckoo.core.startup] DEBUG: |-- PosCardStealerURL 2020-02-04 09:19:28,605 [cuckoo.core.startup] DEBUG: |-- Powerfun 2020-02-04 09:19:28,605 [cuckoo.core.startup] DEBUG: |-- PowershellBitsTrans fer 2020-02-04 09:19:28,606 [cuckoo.core.startup] DEBUG: |-- PowershellCcDns 2020-02-04 09:19:28,606 [cuckoo.core.startup] DEBUG: |-- PowershellDdiRc4 2020-02-04 09:19:28,606 [cuckoo.core.startup] DEBUG: |-- PowershellDFSP 2020-02-04 09:19:28,607 [cuckoo.core.startup] DEBUG: |-- PowershellDI 2020-02-04 09:19:28,607 [cuckoo.core.startup] DEBUG: |-- PowershellDownload 2020-02-04 09:19:28,608 [cuckoo.core.startup] DEBUG: |-- PowershellEmpire 2020-02-04 09:19:28,608 [cuckoo.core.startup] DEBUG: |-- PowershellMeterpret er 2020-02-04 09:19:28,608 [cuckoo.core.startup] DEBUG: |-- PowershellRegAdd 2020-02-04 09:19:28,609 [cuckoo.core.startup] DEBUG: |-- PowershellRequest 2020-02-04 09:19:28,609 [cuckoo.core.startup] DEBUG: |-- PowershellUnicorn 2020-02-04 09:19:28,610 [cuckoo.core.startup] DEBUG: |-- Powerworm 2020-02-04 09:19:28,610 [cuckoo.core.startup] DEBUG: |-- Prinimalka 2020-02-04 09:19:28,610 [cuckoo.core.startup] DEBUG: |-- PrivilegeLUIDCheck 2020-02-04 09:19:28,611 [cuckoo.core.startup] DEBUG: |-- ProcessInterest 2020-02-04 09:19:28,611 [cuckoo.core.startup] DEBUG: |-- ProcessMartian 2020-02-04 09:19:28,612 [cuckoo.core.startup] DEBUG: |-- ProcessNeeded 2020-02-04 09:19:28,612 [cuckoo.core.startup] DEBUG: |-- ProcMemDumpIPURLs 2020-02-04 09:19:28,613 [cuckoo.core.startup] DEBUG: |-- ProcMemDumpTorURLs 2020-02-04 09:19:28,613 [cuckoo.core.startup] DEBUG: |-- ProcMemDumpURLs 2020-02-04 09:19:28,613 [cuckoo.core.startup] DEBUG: |-- ProcMemDumpYara 2020-02-04 09:19:28,614 [cuckoo.core.startup] DEBUG: |-- Psyokym 2020-02-04 09:19:28,614 [cuckoo.core.startup] DEBUG: |-- PuceMutexes 2020-02-04 09:19:28,614 [cuckoo.core.startup] DEBUG: |-- PutterpandaMutexes 2020-02-04 09:19:28,615 [cuckoo.core.startup] DEBUG: |-- Putty 2020-02-04 09:19:28,615 [cuckoo.core.startup] DEBUG: |-- PWDumpFile 2020-02-04 09:19:28,616 [cuckoo.core.startup] DEBUG: |-- Pykse 2020-02-04 09:19:28,616 [cuckoo.core.startup] DEBUG: |-- Qakbot 2020-02-04 09:19:28,616 [cuckoo.core.startup] DEBUG: |-- QueriesInstalledApp s 2020-02-04 09:19:28,617 [cuckoo.core.startup] DEBUG: |-- Ragebot 2020-02-04 09:19:28,617 [cuckoo.core.startup] DEBUG: |-- RaisesException 2020-02-04 09:19:28,618 [cuckoo.core.startup] DEBUG: |-- Ramnit 2020-02-04 09:19:28,618 [cuckoo.core.startup] DEBUG: |-- RamsomwareFileMoves 2020-02-04 09:19:28,618 [cuckoo.core.startup] DEBUG: |-- ransomware_viruscod er 2020-02-04 09:19:28,619 [cuckoo.core.startup] DEBUG: |-- RansomwareAppendsEx tension 2020-02-04 09:19:28,619 [cuckoo.core.startup] DEBUG: |-- RansomwareBcdedit 2020-02-04 09:19:28,620 [cuckoo.core.startup] DEBUG: |-- RansomwareDroppedFi les 2020-02-04 09:19:28,620 [cuckoo.core.startup] DEBUG: |-- RansomwareExtension s 2020-02-04 09:19:28,621 [cuckoo.core.startup] DEBUG: |-- RansomwareFiles 2020-02-04 09:19:28,621 [cuckoo.core.startup] DEBUG: |-- RansomwareMassFileD elete 2020-02-04 09:19:28,621 [cuckoo.core.startup] DEBUG: |-- RansomwareMessage 2020-02-04 09:19:28,622 [cuckoo.core.startup] DEBUG: |-- RansomwareMessageOC R 2020-02-04 09:19:28,622 [cuckoo.core.startup] DEBUG: |-- RansomwareRecyclebi n 2020-02-04 09:19:28,622 [cuckoo.core.startup] DEBUG: |-- RansomwareShadowcop y 2020-02-04 09:19:28,623 [cuckoo.core.startup] DEBUG: |-- RansomwareWbadmin 2020-02-04 09:19:28,623 [cuckoo.core.startup] DEBUG: |-- RapidShare 2020-02-04 09:19:28,624 [cuckoo.core.startup] DEBUG: |-- rat_fexel_ip 2020-02-04 09:19:28,624 [cuckoo.core.startup] DEBUG: |-- rat_naid_ip 2020-02-04 09:19:28,624 [cuckoo.core.startup] DEBUG: |-- RatSiggen 2020-02-04 09:19:28,625 [cuckoo.core.startup] DEBUG: |-- RBot 2020-02-04 09:19:28,625 [cuckoo.core.startup] DEBUG: |-- RdpMutexes 2020-02-04 09:19:28,626 [cuckoo.core.startup] DEBUG: |-- ReadsUserAgent 2020-02-04 09:19:28,626 [cuckoo.core.startup] DEBUG: |-- Recon_Beacon 2020-02-04 09:19:28,626 [cuckoo.core.startup] DEBUG: |-- RemovesZoneIdADS 2020-02-04 09:19:28,627 [cuckoo.core.startup] DEBUG: |-- Renocide 2020-02-04 09:19:28,627 [cuckoo.core.startup] DEBUG: |-- RenosTrojan 2020-02-04 09:19:28,628 [cuckoo.core.startup] DEBUG: |-- ResumeThread 2020-02-04 09:19:28,628 [cuckoo.core.startup] DEBUG: |-- Rovnix 2020-02-04 09:19:28,628 [cuckoo.core.startup] DEBUG: |-- RTFCharacterSet 2020-02-04 09:19:28,629 [cuckoo.core.startup] DEBUG: |-- RTFUnknownVersion 2020-02-04 09:19:28,629 [cuckoo.core.startup] DEBUG: |-- Runbu 2020-02-04 09:19:28,630 [cuckoo.core.startup] DEBUG: |-- RunouceMutexes 2020-02-04 09:19:28,630 [cuckoo.core.startup] DEBUG: |-- Ruskill 2020-02-04 09:19:28,630 [cuckoo.core.startup] DEBUG: |-- Sadbot 2020-02-04 09:19:28,631 [cuckoo.core.startup] DEBUG: |-- SandboxieDetect 2020-02-04 09:19:28,631 [cuckoo.core.startup] DEBUG: |-- SandboxJoeAnubisDet ectFiles 2020-02-04 09:19:28,632 [cuckoo.core.startup] DEBUG: |-- SDBot 2020-02-04 09:19:28,632 [cuckoo.core.startup] DEBUG: |-- SelfDeleteBat 2020-02-04 09:19:28,632 [cuckoo.core.startup] DEBUG: |-- Senna 2020-02-04 09:19:28,633 [cuckoo.core.startup] DEBUG: |-- Shadowbot 2020-02-04 09:19:28,633 [cuckoo.core.startup] DEBUG: |-- SharingRGhost 2020-02-04 09:19:28,634 [cuckoo.core.startup] DEBUG: |-- SharpStealerURL 2020-02-04 09:19:28,634 [cuckoo.core.startup] DEBUG: |-- ShellcodeWriteProce ssMemory 2020-02-04 09:19:28,634 [cuckoo.core.startup] DEBUG: |-- Shiz 2020-02-04 09:19:28,635 [cuckoo.core.startup] DEBUG: |-- Shylock 2020-02-04 09:19:28,635 [cuckoo.core.startup] DEBUG: |-- SipStun 2020-02-04 09:19:28,636 [cuckoo.core.startup] DEBUG: |-- Smtp_GMail 2020-02-04 09:19:28,636 [cuckoo.core.startup] DEBUG: |-- Smtp_Live 2020-02-04 09:19:28,636 [cuckoo.core.startup] DEBUG: |-- Smtp_Mail_Ru 2020-02-04 09:19:28,637 [cuckoo.core.startup] DEBUG: |-- Smtp_Yahoo 2020-02-04 09:19:28,637 [cuckoo.core.startup] DEBUG: |-- SolarURL 2020-02-04 09:19:28,638 [cuckoo.core.startup] DEBUG: |-- SpyEyeMutexes 2020-02-04 09:19:28,638 [cuckoo.core.startup] DEBUG: |-- SpyeyeURL 2020-02-04 09:19:28,638 [cuckoo.core.startup] DEBUG: |-- SpynetRat 2020-02-04 09:19:28,639 [cuckoo.core.startup] DEBUG: |-- Spyrecorder 2020-02-04 09:19:28,639 [cuckoo.core.startup] DEBUG: |-- StackPivot 2020-02-04 09:19:28,640 [cuckoo.core.startup] DEBUG: |-- StackPivotShellcode APIs 2020-02-04 09:19:28,640 [cuckoo.core.startup] DEBUG: |-- StackPivotShellcode CreateProcess 2020-02-04 09:19:28,641 [cuckoo.core.startup] DEBUG: |-- Staser 2020-02-04 09:19:28,641 [cuckoo.core.startup] DEBUG: |-- StealthChildProc 2020-02-04 09:19:28,641 [cuckoo.core.startup] DEBUG: |-- StealthHiddenExtens ion 2020-02-04 09:19:28,642 [cuckoo.core.startup] DEBUG: |-- StealthHiddenFile 2020-02-04 09:19:28,642 [cuckoo.core.startup] DEBUG: |-- StealthHiddenIcons 2020-02-04 09:19:28,643 [cuckoo.core.startup] DEBUG: |-- StealthHideNotifica tions 2020-02-04 09:19:28,643 [cuckoo.core.startup] DEBUG: |-- StealthSystemProcNa me 2020-02-04 09:19:28,643 [cuckoo.core.startup] DEBUG: |-- StopsService 2020-02-04 09:19:28,644 [cuckoo.core.startup] DEBUG: |-- SunbeltDetectFiles 2020-02-04 09:19:28,644 [cuckoo.core.startup] DEBUG: |-- SunBeltSandboxDetec t 2020-02-04 09:19:28,645 [cuckoo.core.startup] DEBUG: |-- SuspiciousCommandTo ols 2020-02-04 09:19:28,645 [cuckoo.core.startup] DEBUG: |-- SuspiciousPowershel l 2020-02-04 09:19:28,645 [cuckoo.core.startup] DEBUG: |-- SuspiciousWriteEXE 2020-02-04 09:19:28,646 [cuckoo.core.startup] DEBUG: |-- SweetorangeMutexes 2020-02-04 09:19:28,646 [cuckoo.core.startup] DEBUG: |-- Swrort 2020-02-04 09:19:28,647 [cuckoo.core.startup] DEBUG: |-- SysInternalsToolsUs age 2020-02-04 09:19:28,647 [cuckoo.core.startup] DEBUG: |-- SystemInfo 2020-02-04 09:19:28,648 [cuckoo.core.startup] DEBUG: |-- SystemMetrics 2020-02-04 09:19:28,648 [cuckoo.core.startup] DEBUG: |-- TapiDpMutexes 2020-02-04 09:19:28,648 [cuckoo.core.startup] DEBUG: |-- TDSSBackdoor 2020-02-04 09:19:28,649 [cuckoo.core.startup] DEBUG: |-- TeamviewerRat 2020-02-04 09:19:28,649 [cuckoo.core.startup] DEBUG: |-- TerminatesRemotePro cess 2020-02-04 09:19:28,649 [cuckoo.core.startup] DEBUG: |-- ThreatTrackDetectFi les 2020-02-04 09:19:28,650 [cuckoo.core.startup] DEBUG: |-- TinbaMutexes 2020-02-04 09:19:28,650 [cuckoo.core.startup] DEBUG: |-- TnegaMutexes 2020-02-04 09:19:28,651 [cuckoo.core.startup] DEBUG: |-- Tor 2020-02-04 09:19:28,651 [cuckoo.core.startup] DEBUG: |-- TorHiddenService 2020-02-04 09:19:28,652 [cuckoo.core.startup] DEBUG: |-- Travnet 2020-02-04 09:19:28,652 [cuckoo.core.startup] DEBUG: |-- Trogbot 2020-02-04 09:19:28,652 [cuckoo.core.startup] DEBUG: |-- TrojanJorik 2020-02-04 09:19:28,653 [cuckoo.core.startup] DEBUG: |-- TrojanLethic 2020-02-04 09:19:28,653 [cuckoo.core.startup] DEBUG: |-- TrojanLethic 2020-02-04 09:19:28,653 [cuckoo.core.startup] DEBUG: |-- trojanmrblack 2020-02-04 09:19:28,654 [cuckoo.core.startup] DEBUG: |-- TrojanRedosru 2020-02-04 09:19:28,654 [cuckoo.core.startup] DEBUG: |-- TrojanSysn 2020-02-04 09:19:28,655 [cuckoo.core.startup] DEBUG: |-- trojanyoddos 2020-02-04 09:19:28,655 [cuckoo.core.startup] DEBUG: |-- TufikMutexes 2020-02-04 09:19:28,656 [cuckoo.core.startup] DEBUG: |-- Turkojan 2020-02-04 09:19:28,656 [cuckoo.core.startup] DEBUG: |-- TurlaCarbon 2020-02-04 09:19:28,656 [cuckoo.core.startup] DEBUG: |-- UFRStealer 2020-02-04 09:19:28,657 [cuckoo.core.startup] DEBUG: |-- Unhook 2020-02-04 09:19:28,657 [cuckoo.core.startup] DEBUG: |-- Upatre 2020-02-04 09:19:28,657 [cuckoo.core.startup] DEBUG: |-- UpatreTDMutexes 2020-02-04 09:19:28,658 [cuckoo.core.startup] DEBUG: |-- UPXCompressed 2020-02-04 09:19:28,658 [cuckoo.core.startup] DEBUG: |-- UrkShortCN 2020-02-04 09:19:28,659 [cuckoo.core.startup] DEBUG: |-- URLFile 2020-02-04 09:19:28,659 [cuckoo.core.startup] DEBUG: |-- URLSpy 2020-02-04 09:19:28,659 [cuckoo.core.startup] DEBUG: |-- UroburosFile 2020-02-04 09:19:28,660 [cuckoo.core.startup] DEBUG: |-- UroburosMutexes 2020-02-04 09:19:28,660 [cuckoo.core.startup] DEBUG: |-- Urxbot 2020-02-04 09:19:28,661 [cuckoo.core.startup] DEBUG: |-- UsesWindowsUtilitie s 2020-02-04 09:19:28,661 [cuckoo.core.startup] DEBUG: |-- Vanbot 2020-02-04 09:19:28,661 [cuckoo.core.startup] DEBUG: |-- VBInject 2020-02-0

vnkazna commented 4 years ago

I have the same problem. If I reinitialize and then update all the configurations, the first time Cuckoo starts. But after stopping, it gives an traceback. AttributeError: 'ResultServer' object has no attribute 'instance' OS: Windows10 (1909) with component WSL

zaddach commented 4 years ago

Same here, using the vsphere machinery ...

2020-10-07 07:23:43,854 [cuckoo.core.scheduler] INFO: Using "vsphere" as machine manager
Oops! Cuckoo failed in an unhandled exception!
Sometimes bugs are already fixed in the development release, it is therefore recommended to retry with the latest development release available https://github.com/cuckoosandbox/cuckoo
If the error persists please open a new issue at https://github.com/cuckoosandbox/cuckoo/issues

=== Exception details ===
Cuckoo version: 2.0.7
OS version: posix
OS release: Ubuntu 18.04 bionic
Python version: 2.7.17
Python implementation: CPython
Machine arch: x86_64
Modules: alembic:1.0.10 androguard:3.0.1 appdirs:1.4.4 argparse:1.2.1 asn1crypto:0.24.0 attrs:19.3.0 beautifulsoup4:4.5.3 cached-property:1.5.1 capstone:3.0.5rc2 cffi:1.14.2 chardet:2.3.0 click:6.6 colorama:0.3.7 configobj:5.0.6 configparser:4.0.2 contextlib2:0.6.0.post1 cryptography:3.0 cuckoo:2.0.7 defusedxml:0.6.0 django-extensions:1.6.7 django:1.8.4 dpkt:1.8.7 ecdsa:0.15 egghatch:0.2.3 elasticsearch:5.3.0 enum34:1.1.10 flask-sqlalchemy:2.4.0 flask:0.12.2 funcsigs:1.0.2 functools32:3.2.3.post2 future:0.18.2 gevent:1.2.2 gmpy:1.17 greenlet:0.4.16 html5lib:0.999999999 httpreplay:0.2.6 idna:2.10 importlib-metadata:1.7.0 install:1.3.0 ipaddress:1.0.23 isodate:0.6.0 itsdangerous:1.1.0 jinja2:2.9.6 jsbeautifier:1.6.2 jsonschema:3.2.0 keyring:10.6.0 keyrings.alt:3.0 lxml:4.2.1 m2crypto:0.27.0 mako:1.1.3 markupsafe:1.1.1 meld3:1.0.2 mock:2.0.0 olefile:0.43 oletools:0.51 pathlib2:2.3.5 pbr:3.1.1 peepdf:0.4.2 pefile2:1.2.11 pillow:3.2.0 pip:9.0.1 psycopg2:2.8.5 pyaes:1.6.1 pycparser:2.20 pycrypto:2.6.1 pyelftools:0.24 pygobject:3.26.1 pyguacamole:0.6 pyinotify:0.9.6 pymisp:2.4.106 pymongo:3.0.3 pyopenssl:19.1.0 pyrsistent:0.15.7 python-dateutil:2.4.2 python-editor:1.0.4 python-magic:0.4.12 python:2.7.17 pythonaes:1.0 pytz:2020.1 pyxdg:0.25 remotevbox:0.1.2.4 requests-toolbelt:0.9.1 requests:2.13.0 roach:0.1.2 scandir:1.10.0 scapy:2.3.2 secretstorage:2.3.1 setuptools:39.0.1 sflock:0.3.10 simplejson:3.13.2 six:1.15.0 sqlalchemy:1.3.3 supervisor:3.3.1 tlslite-ng:0.6.0 typing:3.6.2 unicorn:1.0.1 urllib3:1.25.10 vboxapi:1.0 wakeonlan:0.2.2 webencodings:0.5 werkzeug:0.16.0 wheel:0.30.0 wsgiref:0.1.2 yara-python:3.6.3 zeep:3.4.0 zipp:1.2.0

2020-10-07 07:23:43,866 [cuckoo] ERROR: AttributeError: 'ResultServer' object has no attribute 'instance'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 298, in main
    cuckoo_main(maxcount)
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 248, in cuckoo_main
    stop()
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/main.py", line 227, in stop
    rs.instance.stop()
AttributeError: 'ResultServer' object has no attribute 'instance'
serboupal commented 3 years ago

Same here. Someone solve this issue?

2021-01-11 10:22:11,917 [cuckoo.core.scheduler] INFO: Using "vsphere" as machine manager
Oops! Cuckoo failed in an unhandled exception!
Sometimes bugs are already fixed in the development release, it is therefore recommended to retry with the latest development release available https://github.com/cuckoosandbox/cuckoo
If the error persists please open a new issue at https://github.com/cuckoosandbox/cuckoo/issues

=== Exception details ===
Cuckoo version: 2.0.7
OS version: posix
OS release: debian 10.7
Python version: 2.7.16
Python implementation: CPython
Machine arch: x86_64
Modules: alembic:1.0.10 androguard:3.0.1 argparse:1.2.1 attrs:20.3.0 beautifulsoup4:4.5.3 capstone:3.0.5rc2 cffi:1.14.4 chardet:2.3.0 click:6.6 colorama:0.3.7 configparser:4.0.2 contextlib2:0.6.0.post1 cryptography:3.3.1 cuckoo:2.0.7 django-extensions:1.6.7 django:1.8.4 dpkt:1.8.7 ecdsa:0.16.1 egghatch:0.2.3 elasticsearch:5.3.0 enum34:1.1.10 flask-sqlalchemy:2.4.0 flask:0.12.2 functools32:3.2.3.post2 future:0.18.2 gevent:1.2.2 greenlet:0.4.17 httpreplay:0.2.6 idna:2.10 importlib-metadata:2.1.1 ipaddress:1.0.23 itsdangerous:1.1.0 jinja2:2.9.6 jsbeautifier:1.6.2 jsonschema:3.2.0 mako:1.1.3 markupsafe:1.1.1 olefile:0.43 oletools:0.51 pathlib2:2.3.5 peepdf:0.4.2 pefile2:1.2.11 pillow:3.2.0 pip:20.3.3 pkg-resources:0.0.0 pycparser:2.20 pycrypto:2.6.1 pyelftools:0.24 pyguacamole:0.6 pymisp:2.4.106 pymongo:3.0.3 pyopenssl:20.0.1 pyrsistent:0.16.1 python-dateutil:2.4.2 python-editor:1.0.4 python-magic:0.4.12 python:2.7.16 pythonaes:1.0 requests:2.13.0 roach:0.1.2 scandir:1.10.0 scapy:2.3.2 setuptools:44.1.1 sflock:0.3.10 six:1.15.0 sqlalchemy:1.3.3 tlslite-ng:0.6.0 unicorn:1.0.1 urllib3:1.26.2 wakeonlan:0.2.2 werkzeug:1.0.1 wheel:0.36.2 wsgiref:0.1.2 yara-python:3.6.3 zipp:1.2.0

2021-01-11 10:22:11,923 [cuckoo] ERROR: AttributeError: 'ResultServer' object has no attribute 'instance'
Traceback (most recent call last):
  File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/main.py", line 298, in main
    cuckoo_main(maxcount)
  File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/main.py", line 248, in cuckoo_main
    stop()
  File "/home/cuckoo/venv/local/lib/python2.7/site-packages/cuckoo/main.py", line 227, in stop
    rs.instance.stop()
AttributeError: 'ResultServer' object has no attribute 'instance'
serboupal commented 3 years ago

I finally solve this issue installing pyvmomi python package.

pip install pyvmomi