-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capev2 physical machine sqlalchemy errors #2258
Comments
also tried to clean all tasks and samples but got same errors
|
Enable SQL logging in cuckoo.conf, and rerun the command, post the output, but plz use markdown code escale for that blov |
thanks for reply.. here the log: capev2-sqldebug.txt
|
@doomedraven i updated os and cape and errors due to sqlalchemy seem to be fixed. unfortunately i got another error, Basically the analysis started as expected but after few seconds, task turned in failed and physical machine was rebooted. This is the log of the analysis task on web gui:
from the DNS_ETW module:
I noticed that DNS_ETW was added only 3 days ago.. pywintrace is required on physical host?. |
hey, sorry, for no responses, jumping between vacations and work. i have pushed fix, do |
@doomedraven thanks for reply ;-) .. as you wrote before (update) pywintrace is required on physical host? |
@doomedraven the fix did not solve the problem ... perhaps the lack of pywintrace raises the exception |
pywintrace is not required, is windows side dependency in case you want to get ETW events, well if it didn't fit it, then remove that file from you cape, i don't have time to dig into that right now |
also as you say it didn't fix, show the error |
yep.. think I will apply this workaround, also because it is not possible to disable the module from the auxiliary config file |
saying that something doesn't work without error trace is not very useful |
closing this as original issue doesn't exist anymore. and would appreciate the error msg after |
the problem with sqlalchemy resurfaced after last update (machine and capev2). Capev2 was in 'clean' state.
can anyone help me solve it definitively? or is it better to reinstall cape? |
I have investigated further and I have noticed a weird behaviour. if I restore the machine to the cleaned state and launch a normal exe with default options, the analysis works, it is completed correctly without errors. @doomedraven please consider closing the case again. Thanks!! |
Sql errors are not related to cape options
El mar, 10 sept 2024, 7:12, marsomx ***@***.***> escribió:
… I have investigated further and I have noticed a weird behaviour. if I
restore the machine to the cleaned state and launch a normal exe with
default options, the analysis works, it is completed correctly without
errors.
instead in the previous analysis i ran a dll with dll analyzer and some
options (dllloader and function) and it failed for some reason (may be for
some wrong option value), getting the sqlalchemy error message. could this
have been the cause?
@doomedraven <https://github.com/doomedraven> please consider closing the
case again. Thanks!!
—
Reply to this email directly, view it on GitHub
<#2258 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFH36UU2JUR5QA62UAV63ZV2EVDAVCNFSM6AAAAABL4F3XMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZZG42TCMZYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Not directly, of course... I meant that if the analysis is not completed correctly it could cause a sqlalchemy session problem.
|
@doomedraven sorry if i ping you agains.. only one question.. after configuration parser modification (1 November) it seems my physical CAPE is not able to extract malware configuration anymore.. i've done required step with poetry install.. other action are required in files configuration? thanks in advance |
np, strange, no you don't need to do nothing else, you just need to have installed cape-parsers which is part of pyproject.toml. did you restart processing? if yes, can you do next as cape user:
|
i submitted a lumma payoad (dumped from previous analysis) and this is the result of mentioned command
i verified that Lumma.py works correctly and it is able to extract config for the sample |
Does it has lumma Yara detection? I don't see any error there
El sáb, 14 dic 2024, 10:32, marsomx ***@***.***> escribió:
… np, strange, no you don't need to do nothing else, you just need to have
installed cape-parsers which is part of pyproject.toml. did you restart
processing? if yes, can you do next as cape user:
- cd /opt/CAPEv2/utils && poetry run python process.py -r <task_id> -d
so that should give us an clue
i submitted a lumma payoad (dumped from previous analysis) and this is the
result of mentioned command
2024-12-14 10:22:51,548 [root] DEBUG: Importing modules...
2024-12-14 10:22:51,550 [modules.auxiliary.QemuScreenshots] DEBUG: Importing 'PIL.ImageChops.difference'
2024-12-14 10:22:51,550 [modules.auxiliary.QemuScreenshots] DEBUG: Importing 'PIL.ImageDraw'
2024-12-14 10:22:51,551 [modules.auxiliary.QemuScreenshots] DEBUG: Importing 'PIL.Image'
2024-12-14 10:22:51,551 [modules.auxiliary.QemuScreenshots] ERROR: No module named 'libvirt'
OPTIONAL! Missed dependency: poetry run pip install peepdf-3
pip3 install certvalidator asn1crypto mscerts
OPTIONAL! Missed dependency: poetry run pip install -U git+https://github.com/DissectMalware/batch_deobfuscator
OPTIONAL! Missed dependency: poetry run pip install -U git+https://github.com/CAPESandbox/httpreplay
2024-12-14 <https://github.com/CAPESandbox/httpreplay2024-12-14> 10:22:52,202 [capa.rules] DEBUG: reading rules from directory /opt/CAPEv2/data/capa-rules
2024-12-14 10:22:52,228 [capa.rules.cache] DEBUG: loading rule set from cache: /home/cape/.cache/capa/capa-8c6bac93.cache
2024-12-14 10:22:52,333 [capa.loader] DEBUG: reading signatures from directory /opt/CAPEv2/data/flare-signatures
2024-12-14 10:22:52,333 [capa.loader] DEBUG: found signature file: /opt/CAPEv2/data/flare-signatures/1_flare_msvc_rtf_32_64.sig
2024-12-14 10:22:52,333 [capa.loader] DEBUG: found signature file: /opt/CAPEv2/data/flare-signatures/2_flare_msvc_atlmfc_32_64.sig
2024-12-14 10:22:52,333 [capa.loader] DEBUG: found signature file: /opt/CAPEv2/data/flare-signatures/3_flare_common_libs.sig
2024-12-14 10:22:52,335 [root] DEBUG: Imported "auxiliary" modules:
2024-12-14 10:22:52,336 [root] DEBUG: |-- AzSniffer
2024-12-14 10:22:52,336 [root] DEBUG: |-- Mitmdump
2024-12-14 10:22:52,336 [root] DEBUG: |-- QEMUScreenshots
2024-12-14 10:22:52,336 [root] DEBUG: `-- Sniffer
2024-12-14 10:22:52,336 [root] DEBUG: Imported "processing" modules:
2024-12-14 10:22:52,336 [root] DEBUG: |-- CAPE
2024-12-14 10:22:52,336 [root] DEBUG: |-- AnalysisInfo
2024-12-14 10:22:52,336 [root] DEBUG: |-- Autoruns
2024-12-14 10:22:52,336 [root] DEBUG: |-- BehaviorAnalysis
2024-12-14 10:22:52,336 [root] DEBUG: |-- Debug
2024-12-14 10:22:52,336 [root] DEBUG: |-- NetworkAnalysis
2024-12-14 10:22:52,336 [root] DEBUG: |-- ProcessMemory
2024-12-14 10:22:52,336 [root] DEBUG: |-- script_log_processing
2024-12-14 10:22:52,336 [root] DEBUG: |-- Suricata
2024-12-14 10:22:52,336 [root] DEBUG: `-- UrlAnalysis
2024-12-14 10:22:52,336 [root] DEBUG: Imported "signatures" modules:
2024-12-14 10:22:52,336 [root] DEBUG: |-- ClamAV
2024-12-14 10:22:52,336 [root] DEBUG: |-- KnownVirustotal
2024-12-14 10:22:52,336 [root] DEBUG: |-- BadCerts
2024-12-14 10:22:52,336 [root] DEBUG: |-- BadSSLCerts
2024-12-14 10:22:52,336 [root] DEBUG: |-- ZeusP2P
2024-12-14 10:22:52,336 [root] DEBUG: |-- ZeusURL
2024-12-14 10:22:52,336 [root] DEBUG: |-- AthenaHttp
2024-12-14 10:22:52,336 [root] DEBUG: |-- DirtJumper
2024-12-14 10:22:52,337 [root] DEBUG: |-- Drive
2024-12-14 10:22:52,337 [root] DEBUG: |-- Drive2
2024-12-14 10:22:52,337 [root] DEBUG: |-- Madness
2024-12-14 10:22:52,337 [root] DEBUG: |-- FamilyProxyBack
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAAntiAnalysis
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPACollection
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPACompiler
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPADataManipulation
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAExecutable
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAHostInteration
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAcommunication
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPALib
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPALinking
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPALoadCode
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAMalwareFamily
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPANursery
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPAPersistence
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPARuntime
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPATargeting
2024-12-14 10:22:52,337 [root] DEBUG: |-- Log4j
2024-12-14 10:22:52,337 [root] DEBUG: |-- MimicsExtension
2024-12-14 10:22:52,337 [root] DEBUG: |-- NetworkCountryDistribution
2024-12-14 10:22:52,337 [root] DEBUG: |-- NetworkMultipleDirectIPConnections
2024-12-14 10:22:52,337 [root] DEBUG: |-- NetworkCnCHTTP
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkHTTPPOST
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkIPEXE
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkDGA
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkDGAFraunhofer
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkDynDNS
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkExcessiveUDP
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkHTTP
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkICMP
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkIRC
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkOpenProxy
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkP2P
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkQuestionableHost
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkQuestionableHttpPath
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkQuestionableHttpsPath
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkSMTP
2024-12-14 10:22:52,338 [root] DEBUG: |-- TorGateway
2024-12-14 10:22:52,338 [root] DEBUG: |-- BuildLangID
2024-12-14 10:22:52,338 [root] DEBUG: |-- ResourceLangID
2024-12-14 10:22:52,338 [root] DEBUG: |-- overlay
2024-12-14 10:22:52,338 [root] DEBUG: |-- PackerUnknownPESectionName
2024-12-14 10:22:52,338 [root] DEBUG: |-- ASPackPacked
2024-12-14 10:22:52,338 [root] DEBUG: |-- AspireCryptPacked
2024-12-14 10:22:52,338 [root] DEBUG: |-- BedsProtectorPacked
2024-12-14 10:22:52,338 [root] DEBUG: |-- ConfuserPacked
2024-12-14 10:22:52,338 [root] DEBUG: |-- EnigmaPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- PackerEntropy
2024-12-14 10:22:52,339 [root] DEBUG: |-- MPressPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- NatePacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- NsPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- SmartAssemblyPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- SpicesPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- ThemidaPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- ThemidaPackedSection
2024-12-14 10:22:52,339 [root] DEBUG: |-- TitanPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- UPXCompressed
2024-12-14 10:22:52,339 [root] DEBUG: |-- VMPPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- YodaPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- PDF_Annot_URLs
2024-12-14 10:22:52,339 [root] DEBUG: |-- Polymorphic
2024-12-14 10:22:52,339 [root] DEBUG: |-- PunchPlusPlusPCREs
2024-12-14 10:22:52,339 [root] DEBUG: |-- Procmem_Yara
2024-12-14 10:22:52,339 [root] DEBUG: |-- CheckIP
2024-12-14 10:22:52,339 [root] DEBUG: |-- Authenticode
2024-12-14 10:22:52,339 [root] DEBUG: |-- InvalidAuthenticodeSignature
2024-12-14 10:22:52,339 [root] DEBUG: |-- DotNetAnomaly
2024-12-14 10:22:52,339 [root] DEBUG: |-- Static_Java
2024-12-14 10:22:52,339 [root] DEBUG: |-- Static_PDF
2024-12-14 10:22:52,339 [root] DEBUG: |-- PEAnomaly
2024-12-14 10:22:52,339 [root] DEBUG: |-- PECompileTimeStomping
2024-12-14 10:22:52,339 [root] DEBUG: |-- StaticPEPDBPath
2024-12-14 10:22:52,339 [root] DEBUG: |-- RATConfig
2024-12-14 10:22:52,340 [root] DEBUG: |-- VersionInfoAnomaly
2024-12-14 10:22:52,340 [root] DEBUG: |-- StealthNetwork
2024-12-14 10:22:52,340 [root] DEBUG: |-- SuricataAlert
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolDevicetree1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolHandles1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolLdrModules1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolLdrModules2
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolMalfind1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolMalfind2
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolModscan1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolSvcscan1
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolSvcscan2
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolSvcscan3
2024-12-14 10:22:52,340 [root] DEBUG: |-- WHOIS_Create
2024-12-14 10:22:52,340 [root] DEBUG: |-- AccessesMailslot
2024-12-14 10:22:52,340 [root] DEBUG: |-- AccessesNetlogonRegkey
2024-12-14 10:22:52,340 [root] DEBUG: |-- AccessesPublicFolder
2024-12-14 10:22:52,340 [root] DEBUG: |-- AccessesSysvol
2024-12-14 10:22:52,340 [root] DEBUG: |-- WritesSysvol
2024-12-14 10:22:52,340 [root] DEBUG: |-- AddsAdminUser
2024-12-14 10:22:52,340 [root] DEBUG: |-- AddsUser
2024-12-14 10:22:52,340 [root] DEBUG: |-- OverwritesAdminPassword
2024-12-14 10:22:52,340 [root] DEBUG: |-- anomalous_deletefile
2024-12-14 10:22:52,340 [root] DEBUG: |-- AntiAnalysisDetectFile
2024-12-14 10:22:52,340 [root] DEBUG: |-- AntiAnalysisDetectReg
2024-12-14 10:22:52,341 [root] DEBUG: |-- QihooDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- AhnlabDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- AvastDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- BitdefenderDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- BullguardDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- ModifiesAttachmentManager
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVDetectFile
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVDetectReg
2024-12-14 10:22:52,341 [root] DEBUG: |-- EmsisoftDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- QurbDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVServiceStop
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVSRP
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVWhitespace
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_addvectoredexceptionhandler
2024-12-14 10:22:52,341 [root] DEBUG: |-- APIOverrideDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_checkremotedebuggerpresent
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_debugactiveprocess
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiDBGDevices
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_gettickcount
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_guardpages
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_ntcreatethreadex
2024-12-14 10:22:52,341 [root] DEBUG: |-- BullguardDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_ntsetinformationthread
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_outputdebugstring
2024-12-14 10:22:52,341 [root] DEBUG: |-- antidebug_setunhandledexceptionfilter
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiDBGWindows
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiEmuWinDefend
2024-12-14 10:22:52,342 [root] DEBUG: |-- WineDetectReg
2024-12-14 10:22:52,342 [root] DEBUG: |-- WineDetectFunc
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxCheckUserdomain
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiCuckoo
2024-12-14 10:22:52,342 [root] DEBUG: |-- CuckooDetectFiles
2024-12-14 10:22:52,342 [root] DEBUG: |-- CuckooCrash
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxForegroundWindow
2024-12-14 10:22:52,342 [root] DEBUG: |-- FortinetDetectFiles
2024-12-14 10:22:52,342 [root] DEBUG: |-- SandboxJoeAnubisDetectFiles
2024-12-14 10:22:52,342 [root] DEBUG: |-- HookMouse
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxRestart
2024-12-14 10:22:52,342 [root] DEBUG: |-- SandboxieDetectLibs
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntisandboxSboxieMutex
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxSboxieObjects
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxScriptTimer
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxSleep
2024-12-14 10:22:52,342 [root] DEBUG: |-- SunbeltDetectFiles
2024-12-14 10:22:52,342 [root] DEBUG: |-- SunbeltDetectLibs
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxSuspend
2024-12-14 10:22:52,342 [root] DEBUG: |-- ThreatTrackDetectFiles
2024-12-14 10:22:52,342 [root] DEBUG: |-- Unhook
2024-12-14 10:22:52,342 [root] DEBUG: |-- BochsDetectKeys
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiVMDirectoryObjects
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiVMBios
2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiVMCPU
2024-12-14 10:22:52,343 [root] DEBUG: |-- DiskInformation
2024-12-14 10:22:52,343 [root] DEBUG: |-- SetupAPIDiskInformation
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMDiskReg
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMSCSI
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMServices
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMSystem
2024-12-14 10:22:52,343 [root] DEBUG: |-- HyperVDetectKeys
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMChecksAvailableMemory
2024-12-14 10:22:52,343 [root] DEBUG: |-- NetworkAdapters
2024-12-14 10:22:52,343 [root] DEBUG: |-- ParallelsDetectKeys
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectDevices
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectFiles
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectKeys
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectLibs
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectProvname
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectWindow
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectDevices
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectEvent
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectFiles
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectKeys
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectLibs
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectMutexes
2024-12-14 10:22:52,343 [root] DEBUG: |-- VPCDetectFiles
2024-12-14 10:22:52,343 [root] DEBUG: |-- VPCDetectKeys
2024-12-14 10:22:52,344 [root] DEBUG: |-- VPCDetectMutex
2024-12-14 10:22:52,344 [root] DEBUG: |-- XenDetectKeys
2024-12-14 10:22:52,344 [root] DEBUG: |-- APISpamming
2024-12-14 10:22:52,344 [root] DEBUG: |-- api_uuidfromstringa
2024-12-14 10:22:52,344 [root] DEBUG: |-- AsyncRatMutex
2024-12-14 10:22:52,344 [root] DEBUG: |-- GulpixBehavior
2024-12-14 10:22:52,344 [root] DEBUG: |-- KetricanRegkeys
2024-12-14 10:22:52,344 [root] DEBUG: |-- OkrumMutexes
2024-12-14 10:22:52,344 [root] DEBUG: |-- Cridex
2024-12-14 10:22:52,344 [root] DEBUG: |-- Geodo
2024-12-14 10:22:52,345 [root] DEBUG: |-- Prinimalka
2024-12-14 10:22:52,345 [root] DEBUG: |-- SpyEyeMutexes
2024-12-14 10:22:52,345 [root] DEBUG: |-- ZeusMutexes
2024-12-14 10:22:52,345 [root] DEBUG: |-- BCDEditCommand
2024-12-14 10:22:52,345 [root] DEBUG: |-- BitcoinOpenCL
2024-12-14 10:22:52,345 [root] DEBUG: |-- AccessesPrimaryPartition
2024-12-14 10:22:52,345 [root] DEBUG: |-- Bootkit
2024-12-14 10:22:52,345 [root] DEBUG: |-- DirectHDDAccess
2024-12-14 10:22:52,345 [root] DEBUG: |-- EnumeratesPhysicalDrives
2024-12-14 10:22:52,345 [root] DEBUG: |-- PhysicalDriveAccess
2024-12-14 10:22:52,345 [root] DEBUG: |-- PotentialOverWriteMBR
2024-12-14 10:22:52,345 [root] DEBUG: |-- SuspiciousIoctlSCSIPassthough
2024-12-14 10:22:52,345 [root] DEBUG: |-- Ruskill
2024-12-14 10:22:52,345 [root] DEBUG: |-- BrowserAddon
2024-12-14 10:22:52,345 [root] DEBUG: |-- ChromiumBrowserExtensionDirectory
2024-12-14 10:22:52,345 [root] DEBUG: |-- BrowserHelperObject
2024-12-14 10:22:52,346 [root] DEBUG: |-- BrowserNeeded
2024-12-14 10:22:52,346 [root] DEBUG: |-- ModifyProxy
2024-12-14 10:22:52,346 [root] DEBUG: |-- BrowserScanbox
2024-12-14 10:22:52,346 [root] DEBUG: |-- BrowserSecurity
2024-12-14 10:22:52,346 [root] DEBUG: |-- browser_startpage
2024-12-14 10:22:52,346 [root] DEBUG: |-- FirefoxDisablesProcessPerTab
2024-12-14 10:22:52,346 [root] DEBUG: |-- IEDisablesProcessPerTab
2024-12-14 10:22:52,346 [root] DEBUG: |-- OdbcconfBypass
2024-12-14 10:22:52,346 [root] DEBUG: |-- RegSrv32SquiblydooDLLLoad
2024-12-14 10:22:52,346 [root] DEBUG: |-- SquiblydooBypass
2024-12-14 10:22:52,346 [root] DEBUG: |-- SquiblytwoBypass
2024-12-14 10:22:52,347 [root] DEBUG: |-- BypassFirewall
2024-12-14 10:22:52,347 [root] DEBUG: |-- UACBypassCMSTP
2024-12-14 10:22:52,347 [root] DEBUG: |-- UACBypassCMSTPCOM
2024-12-14 10:22:52,347 [root] DEBUG: |-- UACBypassDelegateExecuteSdclt
2024-12-14 10:22:52,347 [root] DEBUG: |-- UACBypassEventvwr
2024-12-14 10:22:52,347 [root] DEBUG: |-- UACBypassFodhelper
2024-12-14 10:22:52,347 [root] DEBUG: |-- CAPEExtractedContent
2024-12-14 10:22:52,347 [root] DEBUG: |-- CarberpMutexes
2024-12-14 10:22:52,347 [root] DEBUG: |-- ClearsLogs
2024-12-14 10:22:52,347 [root] DEBUG: |-- ClickfraudCookies
2024-12-14 10:22:52,347 [root] DEBUG: |-- ClickfraudVolume
2024-12-14 10:22:52,347 [root] DEBUG: |-- CmdlineObfuscation
2024-12-14 10:22:52,347 [root] DEBUG: |-- CmdlineSwitches
2024-12-14 10:22:52,347 [root] DEBUG: |-- CmdlineTerminate
2024-12-14 10:22:52,347 [root] DEBUG: |-- CommandLineForFilesWildCard
2024-12-14 10:22:52,347 [root] DEBUG: |-- CommandLineHTTPLink
2024-12-14 10:22:52,347 [root] DEBUG: |-- CommandLineLongString
2024-12-14 10:22:52,348 [root] DEBUG: |-- CommandLineReversedHTTPLink
2024-12-14 10:22:52,348 [root] DEBUG: |-- LongCommandline
2024-12-14 10:22:52,348 [root] DEBUG: |-- PowershellRenamedCommandLine
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemAccountDiscoveryCMD
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemCurrentlyLoggedinUserCMD
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemInfoDiscoveryCMD
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemInfoDiscoveryPWSH
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemNetworkDiscoveryCMD
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemNetworkDiscoveryPWSH
2024-12-14 10:22:52,348 [root] DEBUG: |-- SystemUserDiscoveryCMD
2024-12-14 10:22:52,348 [root] DEBUG: |-- CompilesDotNetCode
2024-12-14 10:22:52,348 [root] DEBUG: |-- CopiesSelf
2024-12-14 10:22:52,348 [root] DEBUG: |-- CreatesExe
2024-12-14 10:22:52,348 [root] DEBUG: |-- CreatesLargeKey
2024-12-14 10:22:52,348 [root] DEBUG: |-- CreatesNullValue
2024-12-14 10:22:52,348 [root] DEBUG: |-- CredWiz
2024-12-14 10:22:52,348 [root] DEBUG: |-- EnablesWDigest
2024-12-14 10:22:52,349 [root] DEBUG: |-- VaultCmd
2024-12-14 10:22:52,349 [root] DEBUG: |-- FileCredentialStoreAccess
2024-12-14 10:22:52,349 [root] DEBUG: |-- FileCredentialStoreWrite
2024-12-14 10:22:52,349 [root] DEBUG: |-- LsassCredentialDumping
2024-12-14 10:22:52,349 [root] DEBUG: |-- RegistryCredentialDumping
2024-12-14 10:22:52,349 [root] DEBUG: |-- RegistryCredentialStoreAccess
2024-12-14 10:22:52,349 [root] DEBUG: |-- RegistryLSASecretsAccess
2024-12-14 10:22:52,349 [root] DEBUG: |-- ComsvcsCredentialDump
2024-12-14 10:22:52,349 [root] DEBUG: |-- CriticalProcess
2024-12-14 10:22:52,349 [root] DEBUG: |-- CryptGenKey
2024-12-14 10:22:52,349 [root] DEBUG: |-- CryptominingStratumCommand
2024-12-14 10:22:52,349 [root] DEBUG: |-- MINERS
2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE_2014_6332
2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE2015_2419_JS
2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE_2016_0189
2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE_2016_7200
2024-12-14 10:22:52,349 [root] DEBUG: |-- CypherITMutexes
2024-12-14 10:22:52,350 [root] DEBUG: |-- DarkCometRegkeys
2024-12-14 10:22:52,350 [root] DEBUG: |-- DatopLoader
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeadConnect
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeadLink
2024-12-14 10:22:52,350 [root] DEBUG: |-- DebugsSelf
2024-12-14 10:22:52,350 [root] DEBUG: |-- DecoyDocument
2024-12-14 10:22:52,350 [root] DEBUG: |-- DecoyImage
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeepFreezeMutex
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeletesExecutedFiles
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeletesSelf
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeletesShadowCopies
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeletesSystemStateBackup
2024-12-14 10:22:52,350 [root] DEBUG: |-- DEPBypass
2024-12-14 10:22:52,350 [root] DEBUG: |-- DEPDisable
2024-12-14 10:22:52,350 [root] DEBUG: |-- DisablesAppLaunch
2024-12-14 10:22:52,350 [root] DEBUG: |-- DisablesAutomaticAppTermination
2024-12-14 10:22:52,350 [root] DEBUG: |-- DisablesAppVirtualiztion
2024-12-14 10:22:52,350 [root] DEBUG: |-- DisablesBackups
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesBrowserWarn
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesContextMenus
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesCPLDisplay
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesCrashdumps
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesMappedDrivesAutodisconnect
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesEventLogging
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisableFolderOptions
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesNotificationCenter
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesPowerOptions
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesRestoreDefaultState
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisableRunCommand
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSecurity
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSmartScreen
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSPDY
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesStartMenuSearch
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSystemRestore
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesUAC
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWER
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWFP
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWindowsDefender
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWindowsDefenderDISM
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWindowsDefenderLogging
2024-12-14 10:22:52,351 [root] DEBUG: |-- RemovesWindowsDefenderContextMenu
2024-12-14 10:22:52,351 [root] DEBUG: |-- WindowsDefenderPowerShell
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesWindowsFileProtection
2024-12-14 10:22:52,352 [root] DEBUG: |-- DisablesWindowsUpdate
2024-12-14 10:22:52,352 [root] DEBUG: |-- DisablesWindowsFirewall
2024-12-14 10:22:52,352 [root] DEBUG: |-- DllLoadUncommonFileTypes
2024-12-14 10:22:52,352 [root] DEBUG: |-- DocScriptEXEDrop
2024-12-14 10:22:52,352 [root] DEBUG: |-- AdfindDomainEnumeration
2024-12-14 10:22:52,352 [root] DEBUG: |-- DomainEnumerationCommands
2024-12-14 10:22:52,352 [root] DEBUG: |-- AndromutMutexes
2024-12-14 10:22:52,352 [root] DEBUG: |-- DownloaderCabby
2024-12-14 10:22:52,352 [root] DEBUG: |-- GuLoaderAPIs
2024-12-14 10:22:52,352 [root] DEBUG: |-- PhorpiexMutexes
2024-12-14 10:22:52,352 [root] DEBUG: |-- ProtonBotMutexes
2024-12-14 10:22:52,352 [root] DEBUG: |-- DriverFilterManager
2024-12-14 10:22:52,352 [root] DEBUG: |-- DriverLoad
2024-12-14 10:22:52,352 [root] DEBUG: |-- Dropper
2024-12-14 10:22:52,352 [root] DEBUG: |-- EXEDropper_JS
2024-12-14 10:22:52,352 [root] DEBUG: |-- dynamic_function_loading
2024-12-14 10:22:52,352 [root] DEBUG: |-- DLLArchiveExecution
2024-12-14 10:22:52,352 [root] DEBUG: |-- LNKArchiveExecution
2024-12-14 10:22:52,352 [root] DEBUG: |-- ScriptArchiveExecution
2024-12-14 10:22:52,352 [root] DEBUG: |-- EncryptedIOC
2024-12-14 10:22:52,352 [root] DEBUG: |-- Excel4MacroUrls
2024-12-14 10:22:52,352 [root] DEBUG: |-- Crash
2024-12-14 10:22:52,352 [root] DEBUG: |-- ProcessCreationSuspiciousLocation
2024-12-14 10:22:52,353 [root] DEBUG: |-- exploit_getbasekerneladdress
2024-12-14 10:22:52,353 [root] DEBUG: |-- exploit_gethaldispatchtable
2024-12-14 10:22:52,353 [root] DEBUG: |-- ExploitHeapspray
2024-12-14 10:22:52,353 [root] DEBUG: |-- SpoolerAccess
2024-12-14 10:22:52,353 [root] DEBUG: |-- SpoolerSvcStart
2024-12-14 10:22:52,353 [root] DEBUG: |-- KoadicAPIs
2024-12-14 10:22:52,353 [root] DEBUG: |-- KoadicNetworkActivity
2024-12-14 10:22:52,353 [root] DEBUG: |-- Modiloader_APIs
2024-12-14 10:22:52,353 [root] DEBUG: |-- MappedDrivesUAC
2024-12-14 10:22:52,353 [root] DEBUG: |-- SystemMetrics
2024-12-14 10:22:52,353 [root] DEBUG: |-- Generic_Phish
2024-12-14 10:22:52,353 [root] DEBUG: |-- HidesRecycleBinIcon
2024-12-14 10:22:52,353 [root] DEBUG: |-- HTTP_Request
2024-12-14 10:22:52,353 [root] DEBUG: |-- ApocalypseStealerFileBehavior
2024-12-14 10:22:52,353 [root] DEBUG: |-- ArkeiFiles
2024-12-14 10:22:52,353 [root] DEBUG: |-- AzorultMutexes
2024-12-14 10:22:52,353 [root] DEBUG: |-- BitcoinWallet
2024-12-14 10:22:52,353 [root] DEBUG: |-- BrowserStealer
2024-12-14 10:22:52,353 [root] DEBUG: |-- InfostealerBrowserPassword
2024-12-14 10:22:52,353 [root] DEBUG: |-- CookiesStealer
2024-12-14 10:22:52,353 [root] DEBUG: |-- CryptBotFiles
2024-12-14 10:22:52,353 [root] DEBUG: |-- CryptBotNetwork
2024-12-14 10:22:52,353 [root] DEBUG: |-- EchelonFiles
2024-12-14 10:22:52,353 [root] DEBUG: |-- FTPStealer
2024-12-14 10:22:52,353 [root] DEBUG: |-- IMStealer
2024-12-14 10:22:52,354 [root] DEBUG: |-- KeyLogger
2024-12-14 10:22:52,354 [root] DEBUG: |-- EmailStealer
2024-12-14 10:22:52,354 [root] DEBUG: |-- MassLoggerArtifacts
2024-12-14 10:22:52,354 [root] DEBUG: |-- MassLoggerFiles
2024-12-14 10:22:52,354 [root] DEBUG: |-- MassLoggerVersion
2024-12-14 10:22:52,354 [root] DEBUG: |-- PoullightFiles
2024-12-14 10:22:52,354 [root] DEBUG: |-- PurpleWaveMutexes
2024-12-14 10:22:52,354 [root] DEBUG: |-- PurpleWaveNetworkAcivity
2024-12-14 10:22:52,354 [root] DEBUG: |-- QuilClipperMutexes
2024-12-14 10:22:52,354 [root] DEBUG: |-- QuilClipperNetworkBehavior
2024-12-14 10:22:52,354 [root] DEBUG: |-- QulabFiles
2024-12-14 10:22:52,354 [root] DEBUG: |-- QulabMutexes
2024-12-14 10:22:52,354 [root] DEBUG: |-- RaccoonInfoStealerMutex
2024-12-14 10:22:52,354 [root] DEBUG: |-- raccoon
2024-12-14 10:22:52,354 [root] DEBUG: |-- CapturesScreenshot
2024-12-14 10:22:52,354 [root] DEBUG: |-- vidar
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionCRT
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionExplorer
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionExtension
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionNetworkTraffic
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionRUNPE
2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionRWX
2024-12-14 10:22:52,354 [root] DEBUG: |-- injection_themeinitapihook
2024-12-14 10:22:52,354 [root] DEBUG: |-- Internet_Dropper
2024-12-14 10:22:52,354 [root] DEBUG: |-- IPC_NamedPipe
2024-12-14 10:22:52,354 [root] DEBUG: |-- JS_Phish
2024-12-14 10:22:52,355 [root] DEBUG: |-- JS_SuspiciousRedirect
2024-12-14 10:22:52,355 [root] DEBUG: |-- malicious_dynamic_function_loading
2024-12-14 10:22:52,355 [root] DEBUG: |-- EncryptPCInfo
2024-12-14 10:22:52,355 [root] DEBUG: |-- EnryptDataAgentTeslaHTTP
2024-12-14 10:22:52,355 [root] DEBUG: |-- EnryptDataAgentTeslaHTTPT2
2024-12-14 10:22:52,355 [root] DEBUG: |-- EnryptDataNanoCore
2024-12-14 10:22:52,355 [root] DEBUG: |-- MartiansIE
2024-12-14 10:22:52,355 [root] DEBUG: |-- MartiansOffice
2024-12-14 10:22:52,355 [root] DEBUG: |-- MimicsAgent
2024-12-14 10:22:52,355 [root] DEBUG: |-- MimicsFiletime
2024-12-14 10:22:52,355 [root] DEBUG: |-- MimicsIcon
2024-12-14 10:22:52,355 [root] DEBUG: |-- MasqueradesProcessName
2024-12-14 10:22:52,355 [root] DEBUG: |-- MimikatzModules
2024-12-14 10:22:52,355 [root] DEBUG: |-- QuilMinerNetworkBehavior
2024-12-14 10:22:52,355 [root] DEBUG: |-- ModifiesCerts
2024-12-14 10:22:52,355 [root] DEBUG: |-- DotNetCLRUsageLogKnob
2024-12-14 10:22:52,355 [root] DEBUG: |-- Modifies_HostFile
2024-12-14 10:22:52,355 [root] DEBUG: |-- ModifiesOEMInformation
2024-12-14 10:22:52,355 [root] DEBUG: |-- ModifySecurityCenterWarnings
2024-12-14 10:22:52,355 [root] DEBUG: |-- ModifiesUACNotify
2024-12-14 10:22:52,355 [root] DEBUG: |-- ModifiesDesktopWallpaper
2024-12-14 10:22:52,355 [root] DEBUG: |-- ZoneID
2024-12-14 10:22:52,355 [root] DEBUG: |-- move_file_on_reboot
2024-12-14 10:22:52,355 [root] DEBUG: |-- Multiple_UA
2024-12-14 10:22:52,355 [root] DEBUG: |-- NetworkAnomaly
2024-12-14 10:22:52,355 [root] DEBUG: |-- NetworkBIND
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSArchive
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSFreeWebHosting
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSGeneric
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSInteractsh
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSOpenSource
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSPasteSite
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSPayload
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSServiceInterface
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSSocialMedia
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSTelegram
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSTempStorageSite
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSTempURLDNS
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSURLShortenerSite
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCHTTPSUserAgent
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCSMTPSExfil
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkCnCSMTPSGeneric
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSBlockChain
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSIDN
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSOpenNIC
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSPasteSite
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSReverseProxy
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSSuspiciousQueryType
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSTempFileService
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSTempURLDNS
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSTunnelingRequest
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDNSURLShortener
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDOHTLS
2024-12-14 10:22:52,357 [root] DEBUG: |-- Suspicious_TLD
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDocumentHTTP
2024-12-14 10:22:52,357 [root] DEBUG: |-- ExplorerHTTP
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkFakeUserAgent
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDocumentFile
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkEXE
2024-12-14 10:22:52,357 [root] DEBUG: |-- Tor
2024-12-14 10:22:52,357 [root] DEBUG: |-- TorHiddenService
2024-12-14 10:22:52,358 [root] DEBUG: |-- Office_Code_Page
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeAddinLoading
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCOMLoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeDotNetLoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeMSHTMLLoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficePerfKey
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeVBLLoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeWMILoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCVE201711882
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCVE201711882Network
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCVE202140444
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCVE202140444M2
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeFlashLoad
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficePostScript
2024-12-14 10:22:52,359 [root] DEBUG: |-- Office_Macro
2024-12-14 10:22:52,359 [root] DEBUG: |-- ChangesTrustCenter_settings
2024-12-14 10:22:52,359 [root] DEBUG: |-- DisablesVBATrustAccess
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeMacroAutoExecution
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeMacroIOC
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeMacroMaliciousPredition
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeMacroSuspicious
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFASLRBypass
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFAnomalyCharacterSet
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFAnomalyVersion
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFEmbeddedContent
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFEmbeddedOfficeFile
2024-12-14 10:22:52,359 [root] DEBUG: |-- RTFExploitStatic
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeSecurity
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeAnamalousFeature
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeDDECommand
2024-12-14 10:22:52,360 [root] DEBUG: |-- OfficeSuspiciousProcesses
2024-12-14 10:22:52,360 [root] DEBUG: |-- OfficeWriteEXE
2024-12-14 10:22:52,360 [root] DEBUG: |-- ArmadilloMutex
2024-12-14 10:22:52,360 [root] DEBUG: |-- ArmadilloRegKey
2024-12-14 10:22:52,360 [root] DEBUG: |-- ADS
2024-12-14 10:22:52,360 [root] DEBUG: |-- Autorun
2024-12-14 10:22:52,360 [root] DEBUG: |-- Autorun_scheduler
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceSafeBoot
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceBootexecute
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceRegistryScript
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceIFEO
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceSilentProcessExit
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceRDPRegistry
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceRDPShadowing
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceService
2024-12-14 10:22:52,360 [root] DEBUG: |-- PersistenceShimDatabase
2024-12-14 10:22:52,360 [root] DEBUG: |-- PowerpoolMutexes
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowerShellNetworkConnection
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowerShellScriptBlockLogging
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellCommandSuspicious
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellDownload
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellRenamed
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellRequest
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellReversed
2024-12-14 10:22:52,361 [root] DEBUG: |-- PowershellVariableObfuscation
2024-12-14 10:22:52,361 [root] DEBUG: |-- PreventsSafeboot
2024-12-14 10:22:52,361 [root] DEBUG: |-- CmdlineProcessDiscovery
2024-12-14 10:22:52,361 [root] DEBUG: |-- CreateToolhelp32SnapshotProcessModuleEnumeration
2024-12-14 10:22:52,361 [root] DEBUG: |-- EnumeratesRunningProcesses
2024-12-14 10:22:52,361 [root] DEBUG: |-- ProcessInterest
2024-12-14 10:22:52,361 [root] DEBUG: |-- ProcessNeeded
2024-12-14 10:22:52,361 [root] DEBUG: |-- MassDataEncryption
2024-12-14 10:22:52,361 [root] DEBUG: |-- CryptoMixMutexes
2024-12-14 10:22:52,361 [root] DEBUG: |-- DharmaMutexes
2024-12-14 10:22:52,361 [root] DEBUG: |-- RansomwareDMALocker
2024-12-14 10:22:52,361 [root] DEBUG: |-- RansomwareExtensions
2024-12-14 10:22:52,361 [root] DEBUG: |-- RansomwareFileModifications
2024-12-14 10:22:52,361 [root] DEBUG: |-- RansomwareFiles
2024-12-14 10:22:52,361 [root] DEBUG: |-- FonixMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- GandCrabMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- GermanWiperMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- MedusaLockerMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- MedusaLockerRegkeys
2024-12-14 10:22:52,362 [root] DEBUG: |-- RansomwareMessage
2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyNetworkActivity
2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyNote
2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyRegkeys
2024-12-14 10:22:52,362 [root] DEBUG: |-- PYSAMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- RansomwareRadamant
2024-12-14 10:22:52,362 [root] DEBUG: |-- RansomwareRecyclebin
2024-12-14 10:22:52,362 [root] DEBUG: |-- RevilMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- RevilRegkey
2024-12-14 10:22:52,362 [root] DEBUG: |-- SatanMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- SnakeRansomMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- sodinokibi
2024-12-14 10:22:52,362 [root] DEBUG: |-- StopRansomMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- StopRansomwareCMD
2024-12-14 10:22:52,362 [root] DEBUG: |-- StopRansomwareRegistry
2024-12-14 10:22:52,362 [root] DEBUG: |-- BeebusMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackNETMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackRATAPIs
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackRATMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackRATNetworkActivity
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackRATRegistryKeys
2024-12-14 10:22:52,362 [root] DEBUG: |-- CRATMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- DCRatAPIs
2024-12-14 10:22:52,363 [root] DEBUG: |-- DCRatFiles
2024-12-14 10:22:52,363 [root] DEBUG: |-- DCRatMutex
2024-12-14 10:22:52,363 [root] DEBUG: |-- FynloskiMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- KaraganyEventObjects
2024-12-14 10:22:52,363 [root] DEBUG: |-- KaraganyFiles
2024-12-14 10:22:52,363 [root] DEBUG: |-- LimeRATMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- LimeRATRegkeys
2024-12-14 10:22:52,363 [root] DEBUG: |-- LodaRATFileBehavior
2024-12-14 10:22:52,363 [root] DEBUG: |-- LuminosityRAT
2024-12-14 10:22:52,363 [root] DEBUG: |-- ModiRATBehavior
2024-12-14 10:22:52,363 [root] DEBUG: |-- NanocoreRAT
2024-12-14 10:22:52,363 [root] DEBUG: |-- netwire
2024-12-14 10:22:52,363 [root] DEBUG: |-- NjratRegkeys
2024-12-14 10:22:52,363 [root] DEBUG: |-- ObliquekRATFiles
2024-12-14 10:22:52,363 [root] DEBUG: |-- ObliquekRATMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- ObliquekRATNetworkActivity
2024-12-14 10:22:52,363 [root] DEBUG: |-- OrcusRAT
2024-12-14 10:22:52,363 [root] DEBUG: |-- ParallaxMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- PcClientMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- PlugxMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- PoisonIvyMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- QuasarMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- RatsnifMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- SennaMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- SpynetRat
2024-12-14 10:22:52,364 [root] DEBUG: |-- TrochilusRATAPIs
2024-12-14 10:22:52,364 [root] DEBUG: |-- VenomRAT
2024-12-14 10:22:52,364 [root] DEBUG: |-- WarzoneRATFiles
2024-12-14 10:22:52,364 [root] DEBUG: |-- WarzoneRATRegkeys
2024-12-14 10:22:52,364 [root] DEBUG: |-- XpertRATFiles
2024-12-14 10:22:52,364 [root] DEBUG: |-- XpertRATMutexes
2024-12-14 10:22:52,364 [root] DEBUG: |-- XtremeMutexes
2024-12-14 10:22:52,364 [root] DEBUG: |-- ReadsSelf
2024-12-14 10:22:52,364 [root] DEBUG: |-- Recon_Beacon
2024-12-14 10:22:52,364 [root] DEBUG: |-- Fingerprint
2024-12-14 10:22:52,364 [root] DEBUG: |-- InstalledApps
2024-12-14 10:22:52,364 [root] DEBUG: |-- SystemInfo
2024-12-14 10:22:52,364 [root] DEBUG: |-- Accesses_RecycleBin
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemcosFiles
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemcosMutexes
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemcosRegkeys
2024-12-14 10:22:52,364 [root] DEBUG: |-- RDPTCPKey
2024-12-14 10:22:52,364 [root] DEBUG: |-- UsesRDPClip
2024-12-14 10:22:52,364 [root] DEBUG: |-- UsesRemoteDesktopSession
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesNetworkingIcon
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesPinnedPrograms
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesSecurityAndMaintenanceIcon
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesStartMenuDefaults
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesUsernameStartMenu
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemovesZoneIdADS
2024-12-14 10:22:52,364 [root] DEBUG: |-- SpicyHotPotBehavior
2024-12-14 10:22:52,365 [root] DEBUG: |-- ScriptCreatedProcess
2024-12-14 10:22:52,365 [root] DEBUG: |-- ScriptNetworkActvity
2024-12-14 10:22:52,365 [root] DEBUG: |-- SuspiciousJSScript
2024-12-14 10:22:52,365 [root] DEBUG: |-- JavaScriptTimer
2024-12-14 10:22:52,365 [root] DEBUG: |-- Secure_Login_Phish
2024-12-14 10:22:52,365 [root] DEBUG: |-- SecurityXploded_Modules
2024-12-14 10:22:52,365 [root] DEBUG: |-- GetClipboardData
2024-12-14 10:22:52,365 [root] DEBUG: |-- SetsAutoconfigURL
2024-12-14 10:22:52,365 [root] DEBUG: |-- InstallsWinpcap
2024-12-14 10:22:52,365 [root] DEBUG: |-- SpoofsProcname
2024-12-14 10:22:52,365 [root] DEBUG: |-- CreatesAutorunInf
2024-12-14 10:22:52,365 [root] DEBUG: |-- StackPivot
2024-12-14 10:22:52,365 [root] DEBUG: |-- StackPivotFileCreated
2024-12-14 10:22:52,365 [root] DEBUG: |-- StackPivotProcessCreate
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealingClipboardData
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthChildProc
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthFile
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthHiddenExtension
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthHiddenReg
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthHideNotifications
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthSystemProcName
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthTimeout
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthWebHistory
2024-12-14 10:22:52,365 [root] DEBUG: |-- Hidden_Window
2024-12-14 10:22:52,365 [root] DEBUG: |-- sysinternals_psexec
2024-12-14 10:22:52,365 [root] DEBUG: |-- sysinternals_tools
2024-12-14 10:22:52,366 [root] DEBUG: |-- QueriesKeyboardLayout
2024-12-14 10:22:52,366 [root] DEBUG: |-- TampersETW
2024-12-14 10:22:52,366 [root] DEBUG: |-- LSATampering
2024-12-14 10:22:52,366 [root] DEBUG: |-- TampersPowerShellLogging
2024-12-14 10:22:52,366 [root] DEBUG: |-- Flame
2024-12-14 10:22:52,366 [root] DEBUG: |-- TerminatesRemoteProcess
2024-12-14 10:22:52,366 [root] DEBUG: |-- TerritorialDisputeSIGs
2024-12-14 10:22:52,366 [root] DEBUG: |-- TrickBotTaskDelete
2024-12-14 10:22:52,366 [root] DEBUG: |-- TrickBotMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- FleerCivetMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- LokibotMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- UrsnifBehavior
2024-12-14 10:22:52,366 [root] DEBUG: |-- UpatreFiles
2024-12-14 10:22:52,366 [root] DEBUG: |-- UpatreMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- UserEnum
2024-12-14 10:22:52,366 [root] DEBUG: |-- ADFind
2024-12-14 10:22:52,366 [root] DEBUG: |-- UsesMSProtocol
2024-12-14 10:22:52,366 [root] DEBUG: |-- Virus
2024-12-14 10:22:52,366 [root] DEBUG: |-- NeshtaFiles
2024-12-14 10:22:52,366 [root] DEBUG: |-- NeshtaMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- NeshtaRegKeys
2024-12-14 10:22:52,366 [root] DEBUG: |-- RenamerMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- Webmail_Phish
2024-12-14 10:22:52,366 [root] DEBUG: |-- OWAWebShellFiles
2024-12-14 10:22:52,366 [root] DEBUG: |-- WebShellFiles
2024-12-14 10:22:52,366 [root] DEBUG: |-- WebShellProcesses
2024-12-14 10:22:52,367 [root] DEBUG: |-- PersistsDotNetDevUtility
2024-12-14 10:22:52,367 [root] DEBUG: |-- SpwansDotNetDevUtiliy
2024-12-14 10:22:52,367 [root] DEBUG: |-- AltersWindowsUtility
2024-12-14 10:22:52,367 [root] DEBUG: |-- DotNETCSCBuild
2024-12-14 10:22:52,367 [root] DEBUG: |-- MultipleExplorerInstances
2024-12-14 10:22:52,367 [root] DEBUG: |-- OverwritesAccessibilityUtility
2024-12-14 10:22:52,367 [root] DEBUG: |-- ScriptToolExecuted
2024-12-14 10:22:52,367 [root] DEBUG: |-- SuspiciousCertutilUse
2024-12-14 10:22:52,367 [root] DEBUG: |-- SuspiciousCommandTools
2024-12-14 10:22:52,367 [root] DEBUG: |-- SuspiciousMpCmdRunUse
2024-12-14 10:22:52,367 [root] DEBUG: |-- SuspiciousPingUse
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesPowerShellCopyItem
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilities
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesAppCmd
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesCSVDELDFIDE
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesCipher
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesClickOnce
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesCurl
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesDSQuery
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesEsentutl
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesFinger
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesMode
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesNTDSutil
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesNltest
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesScheduler
2024-12-14 10:22:52,367 [root] DEBUG: |-- UsesWindowsUtilitiesXcopy
2024-12-14 10:22:52,368 [root] DEBUG: |-- WMICCommandSuspicious
2024-12-14 10:22:52,368 [root] DEBUG: |-- WiperZeroedBytes
2024-12-14 10:22:52,368 [root] DEBUG: |-- ScrconsWMIScriptConsumer
2024-12-14 10:22:52,368 [root] DEBUG: |-- WMICreateProcess
2024-12-14 10:22:52,368 [root] DEBUG: |-- WMIScriptProcess
2024-12-14 10:22:52,368 [root] DEBUG: |-- Win32ProcessCreate
2024-12-14 10:22:52,368 [root] DEBUG: |-- AllapleMutexes
2024-12-14 10:22:52,368 [root] DEBUG: |-- LinuxDeletesFiles
2024-12-14 10:22:52,368 [root] DEBUG: |-- LinuxDropsFiles
2024-12-14 10:22:52,368 [root] DEBUG: |-- LinuxReadsFiles
2024-12-14 10:22:52,368 [root] DEBUG: `-- LinuxWritesFiles
2024-12-14 10:22:52,368 [root] DEBUG: Imported "reporting" modules:
2024-12-14 10:22:52,368 [root] DEBUG: |-- BinGraph
2024-12-14 10:22:52,368 [root] DEBUG: |-- CAPASummary
2024-12-14 10:22:52,368 [root] DEBUG: |-- JsonDump
2024-12-14 10:22:52,368 [root] DEBUG: |-- MongoDB
2024-12-14 10:22:52,368 [root] DEBUG: `-- PCAP2CERT
2024-12-14 10:22:52,368 [root] DEBUG: Imported "feeds" modules:
2024-12-14 10:22:52,368 [root] DEBUG: `-- AbuseCH_SSL
2024-12-14 10:22:52,368 [root] DEBUG: Imported "machinery" modules:
2024-12-14 10:22:52,368 [root] DEBUG: `-- Physical
2024-12-14 10:22:52,368 [Task 23] [root] DEBUG: Processing task
2024-12-14 10:22:52,378 [Task 23] [lib.cuckoo.core.plugins] DEBUG: Executing processing module "CAPE" on analysis at "/opt/CAPEv2/storage/analyses/23"
2024-12-14 10:22:52,571 [Task 23] [lib.cuckoo.common.objects] DEBUG: file type set using basic heuristics for: /opt/CAPEv2/storage/binaries/33b4fd9d1dd032c56f0e2d74d609db74a04a3190eb45cd07f277f5efca7abe23
2024-12-14 10:22:52,571 [Task 23] [lib.cuckoo.common.objects] DEBUG: Initializing Yara...
2024-12-14 10:22:52,644 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries AutoIT.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries EcrimePackerStub.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries Generic_Phishing_PDF.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries HTMLPhisher_2023.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries HeavensGate.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries IEuser_author_doc.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries ISO_exec.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries LNK_Ruleset.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries MalScript_Tricks.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries Maldoc_PDF.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries OLEfile_in_CAD_FAS_LSP.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries OneNote.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries RoyalRoad_RTF.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries Themida.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries VMProtectStub.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries Webshell_in_image.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries embedded.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries indicator_packed.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries indicator_suspicious.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries indicator_tools.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries oAuth_Phishing_PDF.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries ole_vba.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries shellcodes.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries susp_obfuscated_JS.yar
2024-12-14 10:22:52,647 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries vmdetect.yar
2024-12-14 10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory Exploit_HT_Flash_Vars.yar
2024-12-14 10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory Exploit_HT_VRename.yar
2024-12-14 10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory adgholas.yar
2024-12-14 10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory angler.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory astrum.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2013_2551.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2014_0515.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2014_0569.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2014_6332.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_0016.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_2419.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_2545.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_5122.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2016_0189.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory cve_2016_3298.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory darkcomet.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory eitest.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory flash_exploits.yar
2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory kazybot.yar
2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory neutrino.yar
2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory nuclear.yar
2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory rig.yar
2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory shellcodes.yar
2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory sundown.yar
2024-12-14 10:22:52,748 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE A310Logger.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AAR.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE APT27.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ARCrypt.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AbubasbanditBot.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AcidRain.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ActionRAT.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Adfind.yar
2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Adzok.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AgentRacoon.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AgentTesla.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AgnianeStealer.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Agrius.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Akira.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Alfonso.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AlienCrypter.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AlienSpy.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Alkhal.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AllaKore.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Amadey.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Andromeda.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Ap0calypse.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Apocalypse.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Arcom.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Arechclient2.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Arkei.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ArrowRAT.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Aspire.yar
2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AsyncRAT.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Atlas.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Aurora.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AuroraStealer.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Avaddon.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Avalon.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE AvosLocker.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Azer.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Azorult.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BACKSPACE.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BHunt.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Babuk.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BackNet.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BackOffLoader.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BackOffPOS.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BadJoke.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BadRabbit.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bagle.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Baldr.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bandit.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bandook.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Banload.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bazar.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BazarLoader.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BazarLoaderNim.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Beastdoor.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BetaBot.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BioPass.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BitCoinGrabber.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BitPaymer.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BitRAT.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BitterRAT.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackByte.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackByteGo.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackCat.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackDropper.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackHunt.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackMatter.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackNET.yar
2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackNix.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackShades.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackshadesRAT.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlankStealer.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Blister.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlitzGrabber.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlueBanana.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BlueBot.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bobik.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BoxCaon.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Bozok.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BrbBot.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BreakStaf.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BreakWin.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BroEx.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BruteRatel.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BuerLoader.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE BumbleBee.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Buran.yar
2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ButeRAT.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CRAT.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Caliber.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Carbanak.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CargoBayLoader.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CasperTroy.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Cerber.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ChChes.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ChaChaDDoS.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Chaos.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Chinotto.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Chuwi.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ClientMesh.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE ClipBanker.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Clop.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CobaltStrikeBeacon.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CobaltStrikeStager.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CobianRAT.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Codoso.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CoinMiners.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CoinMiningBot.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CommonMagic.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Confucius_B.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Conti.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CookieStealer.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CoreBot.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Covenant.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CrimsonRAT.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Crown.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CryLock.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CryptBot.yar
2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE CryptoLocker.yar
2024-12-14
|
yep cape recognizes playload as lumma correctly with yara but doesn't extract configuration with parser Lumma.py (i suppose..) |
Can you share hash so I can test?
El sáb, 14 dic 2024, 10:47, marsomx ***@***.***> escribió:
… Does it has lumma Yara detection? I don't see any error there El sáb, 14
dic 2024, 10:32, marsomx *@*.***> escribió:
… <#m_9138664210593377461_>
np, strange, no you don't need to do nothing else, you just need to have
installed cape-parsers which is part of pyproject.toml. did you restart
processing? if yes, can you do next as cape user: - cd /opt/CAPEv2/utils &&
poetry run python process.py -r <task_id> -d so that should give us an clue
i submitted a lumma payoad (dumped from previous analysis) and this is the
result of mentioned command 2024-12-14 10:22:51,548 [root] DEBUG: Importing
modules... 2024-12-14 10:22:51,550 [modules.auxiliary.QemuScreenshots]
DEBUG: Importing 'PIL.ImageChops.difference' 2024-12-14 10:22:51,550
[modules.auxiliary.QemuScreenshots] DEBUG: Importing 'PIL.ImageDraw'
2024-12-14 10:22:51,551 [modules.auxiliary.QemuScreenshots] DEBUG:
Importing 'PIL.Image' 2024-12-14 10:22:51,551
[modules.auxiliary.QemuScreenshots] ERROR: No module named 'libvirt'
OPTIONAL! Missed dependency: poetry run pip install peepdf-3 pip3 install
certvalidator asn1crypto mscerts OPTIONAL! Missed dependency: poetry run
pip install -U git+https://github.com/DissectMalware/batch_deobfuscator
OPTIONAL! Missed dependency: poetry run pip install -U git+
https://github.com/CAPESandbox/httpreplay 2024-12-14
https://github.com/CAPESandbox/httpreplay2024-12-14 10:22:52,202
[capa.rules] DEBUG: reading rules from directory
/opt/CAPEv2/data/capa-rules 2024-12-14 10:22:52,228 [capa.rules.cache]
DEBUG: loading rule set from cache:
/home/cape/.cache/capa/capa-8c6bac93.cache 2024-12-14 10:22:52,333
[capa.loader] DEBUG: reading signatures from directory
/opt/CAPEv2/data/flare-signatures 2024-12-14 10:22:52,333 [capa.loader]
DEBUG: found signature file:
/opt/CAPEv2/data/flare-signatures/1_flare_msvc_rtf_32_64.sig 2024-12-14
10:22:52,333 [capa.loader] DEBUG: found signature file:
/opt/CAPEv2/data/flare-signatures/2_flare_msvc_atlmfc_32_64.sig 2024-12-14
10:22:52,333 [capa.loader] DEBUG: found signature file:
/opt/CAPEv2/data/flare-signatures/3_flare_common_libs.sig 2024-12-14
10:22:52,335 [root] DEBUG: Imported "auxiliary" modules: 2024-12-14
10:22:52,336 [root] DEBUG: |-- AzSniffer 2024-12-14 10:22:52,336 [root]
DEBUG: |-- Mitmdump 2024-12-14 10:22:52,336 [root] DEBUG: |--
QEMUScreenshots 2024-12-14 10:22:52,336 [root] DEBUG: -- Sniffer
2024-12-14 10:22:52,336 [root] DEBUG: Imported "processing" modules:
2024-12-14 10:22:52,336 [root] DEBUG: |-- CAPE 2024-12-14 10:22:52,336
[root] DEBUG: |-- AnalysisInfo 2024-12-14 10:22:52,336 [root] DEBUG: |--
Autoruns 2024-12-14 10:22:52,336 [root] DEBUG: |-- BehaviorAnalysis
2024-12-14 10:22:52,336 [root] DEBUG: |-- Debug 2024-12-14 10:22:52,336
[root] DEBUG: |-- NetworkAnalysis 2024-12-14 10:22:52,336 [root] DEBUG: |--
ProcessMemory 2024-12-14 10:22:52,336 [root] DEBUG: |--
script_log_processing 2024-12-14 10:22:52,336 [root] DEBUG: |-- Suricata
2024-12-14 10:22:52,336 [root] DEBUG: -- UrlAnalysis 2024-12-14
10:22:52,336 [root] DEBUG: Imported "signatures" modules: 2024-12-14
10:22:52,336 [root] DEBUG: |-- ClamAV 2024-12-14 10:22:52,336 [root] DEBUG:
|-- KnownVirustotal 2024-12-14 10:22:52,336 [root] DEBUG: |-- BadCerts
2024-12-14 10:22:52,336 [root] DEBUG: |-- BadSSLCerts 2024-12-14
10:22:52,336 [root] DEBUG: |-- ZeusP2P 2024-12-14 10:22:52,336 [root]
DEBUG: |-- ZeusURL 2024-12-14 10:22:52,336 [root] DEBUG: |-- AthenaHttp
2024-12-14 10:22:52,336 [root] DEBUG: |-- DirtJumper 2024-12-14
10:22:52,337 [root] DEBUG: |-- Drive 2024-12-14 10:22:52,337 [root] DEBUG:
|-- Drive2 2024-12-14 10:22:52,337 [root] DEBUG: |-- Madness 2024-12-14
10:22:52,337 [root] DEBUG: |-- FamilyProxyBack 2024-12-14 10:22:52,337
[root] DEBUG: |-- FlareCAPAAntiAnalysis 2024-12-14 10:22:52,337 [root]
DEBUG: |-- FlareCAPACollection 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPACompiler 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPADataManipulation 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPAExecutable 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPAHostInteration 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPAcommunication 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPALib 2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPALinking
2024-12-14 10:22:52,337 [root] DEBUG: |-- FlareCAPALoadCode 2024-12-14
10:22:52,337 [root] DEBUG: |-- FlareCAPAMalwareFamily 2024-12-14
10:22:52,337 [root] DEBUG: |-- FlareCAPANursery 2024-12-14 10:22:52,337
[root] DEBUG: |-- FlareCAPAPersistence 2024-12-14 10:22:52,337 [root]
DEBUG: |-- FlareCAPARuntime 2024-12-14 10:22:52,337 [root] DEBUG: |--
FlareCAPATargeting 2024-12-14 10:22:52,337 [root] DEBUG: |-- Log4j
2024-12-14 10:22:52,337 [root] DEBUG: |-- MimicsExtension 2024-12-14
10:22:52,337 [root] DEBUG: |-- NetworkCountryDistribution 2024-12-14
10:22:52,337 [root] DEBUG: |-- NetworkMultipleDirectIPConnections
2024-12-14 10:22:52,337 [root] DEBUG: |-- NetworkCnCHTTP 2024-12-14
10:22:52,338 [root] DEBUG: |-- NetworkHTTPPOST 2024-12-14 10:22:52,338
[root] DEBUG: |-- NetworkIPEXE 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkDGA 2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkDGAFraunhofer
2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkDynDNS 2024-12-14
10:22:52,338 [root] DEBUG: |-- NetworkExcessiveUDP 2024-12-14 10:22:52,338
[root] DEBUG: |-- NetworkHTTP 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkICMP 2024-12-14 10:22:52,338 [root] DEBUG: |-- NetworkIRC 2024-12-14
10:22:52,338 [root] DEBUG: |-- NetworkOpenProxy 2024-12-14 10:22:52,338
[root] DEBUG: |-- NetworkP2P 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkQuestionableHost 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkQuestionableHttpPath 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkQuestionableHttpsPath 2024-12-14 10:22:52,338 [root] DEBUG: |--
NetworkSMTP 2024-12-14 10:22:52,338 [root] DEBUG: |-- TorGateway 2024-12-14
10:22:52,338 [root] DEBUG: |-- BuildLangID 2024-12-14 10:22:52,338 [root]
DEBUG: |-- ResourceLangID 2024-12-14 10:22:52,338 [root] DEBUG: |-- overlay
2024-12-14 10:22:52,338 [root] DEBUG: |-- PackerUnknownPESectionName
2024-12-14 10:22:52,338 [root] DEBUG: |-- ASPackPacked 2024-12-14
10:22:52,338 [root] DEBUG: |-- AspireCryptPacked 2024-12-14 10:22:52,338
[root] DEBUG: |-- BedsProtectorPacked 2024-12-14 10:22:52,338 [root] DEBUG:
|-- ConfuserPacked 2024-12-14 10:22:52,338 [root] DEBUG: |-- EnigmaPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- PackerEntropy 2024-12-14
10:22:52,339 [root] DEBUG: |-- MPressPacked 2024-12-14 10:22:52,339 [root]
DEBUG: |-- NatePacked 2024-12-14 10:22:52,339 [root] DEBUG: |-- NsPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- SmartAssemblyPacked 2024-12-14
10:22:52,339 [root] DEBUG: |-- SpicesPacked 2024-12-14 10:22:52,339 [root]
DEBUG: |-- ThemidaPacked 2024-12-14 10:22:52,339 [root] DEBUG: |--
ThemidaPackedSection 2024-12-14 10:22:52,339 [root] DEBUG: |-- TitanPacked
2024-12-14 10:22:52,339 [root] DEBUG: |-- UPXCompressed 2024-12-14
10:22:52,339 [root] DEBUG: |-- VMPPacked 2024-12-14 10:22:52,339 [root]
DEBUG: |-- YodaPacked 2024-12-14 10:22:52,339 [root] DEBUG: |--
PDF_Annot_URLs 2024-12-14 10:22:52,339 [root] DEBUG: |-- Polymorphic
2024-12-14 10:22:52,339 [root] DEBUG: |-- PunchPlusPlusPCREs 2024-12-14
10:22:52,339 [root] DEBUG: |-- Procmem_Yara 2024-12-14 10:22:52,339 [root]
DEBUG: |-- CheckIP 2024-12-14 10:22:52,339 [root] DEBUG: |-- Authenticode
2024-12-14 10:22:52,339 [root] DEBUG: |-- InvalidAuthenticodeSignature
2024-12-14 10:22:52,339 [root] DEBUG: |-- DotNetAnomaly 2024-12-14
10:22:52,339 [root] DEBUG: |-- Static_Java 2024-12-14 10:22:52,339 [root]
DEBUG: |-- Static_PDF 2024-12-14 10:22:52,339 [root] DEBUG: |-- PEAnomaly
2024-12-14 10:22:52,339 [root] DEBUG: |-- PECompileTimeStomping 2024-12-14
10:22:52,339 [root] DEBUG: |-- StaticPEPDBPath 2024-12-14 10:22:52,339
[root] DEBUG: |-- RATConfig 2024-12-14 10:22:52,340 [root] DEBUG: |--
VersionInfoAnomaly 2024-12-14 10:22:52,340 [root] DEBUG: |-- StealthNetwork
2024-12-14 10:22:52,340 [root] DEBUG: |-- SuricataAlert 2024-12-14
10:22:52,340 [root] DEBUG: |-- VolDevicetree1 2024-12-14 10:22:52,340
[root] DEBUG: |-- VolHandles1 2024-12-14 10:22:52,340 [root] DEBUG: |--
VolLdrModules1 2024-12-14 10:22:52,340 [root] DEBUG: |-- VolLdrModules2
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolMalfind1 2024-12-14
10:22:52,340 [root] DEBUG: |-- VolMalfind2 2024-12-14 10:22:52,340 [root]
DEBUG: |-- VolModscan1 2024-12-14 10:22:52,340 [root] DEBUG: |--
VolSvcscan1 2024-12-14 10:22:52,340 [root] DEBUG: |-- VolSvcscan2
2024-12-14 10:22:52,340 [root] DEBUG: |-- VolSvcscan3 2024-12-14
10:22:52,340 [root] DEBUG: |-- WHOIS_Create 2024-12-14 10:22:52,340 [root]
DEBUG: |-- AccessesMailslot 2024-12-14 10:22:52,340 [root] DEBUG: |--
AccessesNetlogonRegkey 2024-12-14 10:22:52,340 [root] DEBUG: |--
AccessesPublicFolder 2024-12-14 10:22:52,340 [root] DEBUG: |--
AccessesSysvol 2024-12-14 10:22:52,340 [root] DEBUG: |-- WritesSysvol
2024-12-14 10:22:52,340 [root] DEBUG: |-- AddsAdminUser 2024-12-14
10:22:52,340 [root] DEBUG: |-- AddsUser 2024-12-14 10:22:52,340 [root]
DEBUG: |-- OverwritesAdminPassword 2024-12-14 10:22:52,340 [root] DEBUG:
|-- anomalous_deletefile 2024-12-14 10:22:52,340 [root] DEBUG: |--
AntiAnalysisDetectFile 2024-12-14 10:22:52,340 [root] DEBUG: |--
AntiAnalysisDetectReg 2024-12-14 10:22:52,341 [root] DEBUG: |--
QihooDetectLibs 2024-12-14 10:22:52,341 [root] DEBUG: |-- AhnlabDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- AvastDetectLibs 2024-12-14
10:22:52,341 [root] DEBUG: |-- BitdefenderDetectLibs 2024-12-14
10:22:52,341 [root] DEBUG: |-- BullguardDetectLibs 2024-12-14 10:22:52,341
[root] DEBUG: |-- ModifiesAttachmentManager 2024-12-14 10:22:52,341 [root]
DEBUG: |-- AntiAVDetectFile 2024-12-14 10:22:52,341 [root] DEBUG: |--
AntiAVDetectReg 2024-12-14 10:22:52,341 [root] DEBUG: |--
EmsisoftDetectLibs 2024-12-14 10:22:52,341 [root] DEBUG: |-- QurbDetectLibs
2024-12-14 10:22:52,341 [root] DEBUG: |-- AntiAVServiceStop 2024-12-14
10:22:52,341 [root] DEBUG: |-- AntiAVSRP 2024-12-14 10:22:52,341 [root]
DEBUG: |-- AntiAVWhitespace 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_addvectoredexceptionhandler 2024-12-14 10:22:52,341 [root] DEBUG:
|-- APIOverrideDetectLibs 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_checkremotedebuggerpresent 2024-12-14 10:22:52,341 [root] DEBUG:
|-- antidebug_debugactiveprocess 2024-12-14 10:22:52,341 [root] DEBUG: |--
AntiDBGDevices 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_gettickcount 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_guardpages 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_ntcreatethreadex 2024-12-14 10:22:52,341 [root] DEBUG: |--
BullguardDetectLibs 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_ntsetinformationthread 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_outputdebugstring 2024-12-14 10:22:52,341 [root] DEBUG: |--
antidebug_setunhandledexceptionfilter 2024-12-14 10:22:52,341 [root] DEBUG:
|-- AntiDBGWindows 2024-12-14 10:22:52,342 [root] DEBUG: |--
AntiEmuWinDefend 2024-12-14 10:22:52,342 [root] DEBUG: |-- WineDetectReg
2024-12-14 10:22:52,342 [root] DEBUG: |-- WineDetectFunc 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiSandboxCheckUserdomain 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiCuckoo 2024-12-14 10:22:52,342 [root]
DEBUG: |-- CuckooDetectFiles 2024-12-14 10:22:52,342 [root] DEBUG: |--
CuckooCrash 2024-12-14 10:22:52,342 [root] DEBUG: |--
AntiSandboxForegroundWindow 2024-12-14 10:22:52,342 [root] DEBUG: |--
FortinetDetectFiles 2024-12-14 10:22:52,342 [root] DEBUG: |--
SandboxJoeAnubisDetectFiles 2024-12-14 10:22:52,342 [root] DEBUG: |--
HookMouse 2024-12-14 10:22:52,342 [root] DEBUG: |-- AntiSandboxRestart
2024-12-14 10:22:52,342 [root] DEBUG: |-- SandboxieDetectLibs 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntisandboxSboxieMutex 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiSandboxSboxieObjects 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiSandboxScriptTimer 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiSandboxSleep 2024-12-14 10:22:52,342
[root] DEBUG: |-- SunbeltDetectFiles 2024-12-14 10:22:52,342 [root] DEBUG:
|-- SunbeltDetectLibs 2024-12-14 10:22:52,342 [root] DEBUG: |--
AntiSandboxSuspend 2024-12-14 10:22:52,342 [root] DEBUG: |--
ThreatTrackDetectFiles 2024-12-14 10:22:52,342 [root] DEBUG: |-- Unhook
2024-12-14 10:22:52,342 [root] DEBUG: |-- BochsDetectKeys 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiVMDirectoryObjects 2024-12-14
10:22:52,342 [root] DEBUG: |-- AntiVMBios 2024-12-14 10:22:52,342 [root]
DEBUG: |-- AntiVMCPU 2024-12-14 10:22:52,343 [root] DEBUG: |--
DiskInformation 2024-12-14 10:22:52,343 [root] DEBUG: |--
SetupAPIDiskInformation 2024-12-14 10:22:52,343 [root] DEBUG: |--
AntiVMDiskReg 2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMSCSI
2024-12-14 10:22:52,343 [root] DEBUG: |-- AntiVMServices 2024-12-14
10:22:52,343 [root] DEBUG: |-- AntiVMSystem 2024-12-14 10:22:52,343 [root]
DEBUG: |-- HyperVDetectKeys 2024-12-14 10:22:52,343 [root] DEBUG: |--
AntiVMChecksAvailableMemory 2024-12-14 10:22:52,343 [root] DEBUG: |--
NetworkAdapters 2024-12-14 10:22:52,343 [root] DEBUG: |--
ParallelsDetectKeys 2024-12-14 10:22:52,343 [root] DEBUG: |--
VBoxDetectDevices 2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectFiles
2024-12-14 10:22:52,343 [root] DEBUG: |-- VBoxDetectKeys 2024-12-14
10:22:52,343 [root] DEBUG: |-- VBoxDetectLibs 2024-12-14 10:22:52,343
[root] DEBUG: |-- VBoxDetectProvname 2024-12-14 10:22:52,343 [root] DEBUG:
|-- VBoxDetectWindow 2024-12-14 10:22:52,343 [root] DEBUG: |--
VMwareDetectDevices 2024-12-14 10:22:52,343 [root] DEBUG: |--
VMwareDetectEvent 2024-12-14 10:22:52,343 [root] DEBUG: |--
VMwareDetectFiles 2024-12-14 10:22:52,343 [root] DEBUG: |--
VMwareDetectKeys 2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectLibs
2024-12-14 10:22:52,343 [root] DEBUG: |-- VMwareDetectMutexes 2024-12-14
10:22:52,343 [root] DEBUG: |-- VPCDetectFiles 2024-12-14 10:22:52,343
[root] DEBUG: |-- VPCDetectKeys 2024-12-14 10:22:52,344 [root] DEBUG: |--
VPCDetectMutex 2024-12-14 10:22:52,344 [root] DEBUG: |-- XenDetectKeys
2024-12-14 10:22:52,344 [root] DEBUG: |-- APISpamming 2024-12-14
10:22:52,344 [root] DEBUG: |-- api_uuidfromstringa 2024-12-14 10:22:52,344
[root] DEBUG: |-- AsyncRatMutex 2024-12-14 10:22:52,344 [root] DEBUG: |--
GulpixBehavior 2024-12-14 10:22:52,344 [root] DEBUG: |-- KetricanRegkeys
2024-12-14 10:22:52,344 [root] DEBUG: |-- OkrumMutexes 2024-12-14
10:22:52,344 [root] DEBUG: |-- Cridex 2024-12-14 10:22:52,344 [root] DEBUG:
|-- Geodo 2024-12-14 10:22:52,345 [root] DEBUG: |-- Prinimalka 2024-12-14
10:22:52,345 [root] DEBUG: |-- SpyEyeMutexes 2024-12-14 10:22:52,345 [root]
DEBUG: |-- ZeusMutexes 2024-12-14 10:22:52,345 [root] DEBUG: |--
BCDEditCommand 2024-12-14 10:22:52,345 [root] DEBUG: |-- BitcoinOpenCL
2024-12-14 10:22:52,345 [root] DEBUG: |-- AccessesPrimaryPartition
2024-12-14 10:22:52,345 [root] DEBUG: |-- Bootkit 2024-12-14 10:22:52,345
[root] DEBUG: |-- DirectHDDAccess 2024-12-14 10:22:52,345 [root] DEBUG: |--
EnumeratesPhysicalDrives 2024-12-14 10:22:52,345 [root] DEBUG: |--
PhysicalDriveAccess 2024-12-14 10:22:52,345 [root] DEBUG: |--
PotentialOverWriteMBR 2024-12-14 10:22:52,345 [root] DEBUG: |--
SuspiciousIoctlSCSIPassthough 2024-12-14 10:22:52,345 [root] DEBUG: |--
Ruskill 2024-12-14 10:22:52,345 [root] DEBUG: |-- BrowserAddon 2024-12-14
10:22:52,345 [root] DEBUG: |-- ChromiumBrowserExtensionDirectory 2024-12-14
10:22:52,345 [root] DEBUG: |-- BrowserHelperObject 2024-12-14 10:22:52,346
[root] DEBUG: |-- BrowserNeeded 2024-12-14 10:22:52,346 [root] DEBUG: |--
ModifyProxy 2024-12-14 10:22:52,346 [root] DEBUG: |-- BrowserScanbox
2024-12-14 10:22:52,346 [root] DEBUG: |-- BrowserSecurity 2024-12-14
10:22:52,346 [root] DEBUG: |-- browser_startpage 2024-12-14 10:22:52,346
[root] DEBUG: |-- FirefoxDisablesProcessPerTab 2024-12-14 10:22:52,346
[root] DEBUG: |-- IEDisablesProcessPerTab 2024-12-14 10:22:52,346 [root]
DEBUG: |-- OdbcconfBypass 2024-12-14 10:22:52,346 [root] DEBUG: |--
RegSrv32SquiblydooDLLLoad 2024-12-14 10:22:52,346 [root] DEBUG: |--
SquiblydooBypass 2024-12-14 10:22:52,346 [root] DEBUG: |-- SquiblytwoBypass
2024-12-14 10:22:52,347 [root] DEBUG: |-- BypassFirewall 2024-12-14
10:22:52,347 [root] DEBUG: |-- UACBypassCMSTP 2024-12-14 10:22:52,347
[root] DEBUG: |-- UACBypassCMSTPCOM 2024-12-14 10:22:52,347 [root] DEBUG:
|-- UACBypassDelegateExecuteSdclt 2024-12-14 10:22:52,347 [root] DEBUG: |--
UACBypassEventvwr 2024-12-14 10:22:52,347 [root] DEBUG: |--
UACBypassFodhelper 2024-12-14 10:22:52,347 [root] DEBUG: |--
CAPEExtractedContent 2024-12-14 10:22:52,347 [root] DEBUG: |--
CarberpMutexes 2024-12-14 10:22:52,347 [root] DEBUG: |-- ClearsLogs
2024-12-14 10:22:52,347 [root] DEBUG: |-- ClickfraudCookies 2024-12-14
10:22:52,347 [root] DEBUG: |-- ClickfraudVolume 2024-12-14 10:22:52,347
[root] DEBUG: |-- CmdlineObfuscation 2024-12-14 10:22:52,347 [root] DEBUG:
|-- CmdlineSwitches 2024-12-14 10:22:52,347 [root] DEBUG: |--
CmdlineTerminate 2024-12-14 10:22:52,347 [root] DEBUG: |--
CommandLineForFilesWildCard 2024-12-14 10:22:52,347 [root] DEBUG: |--
CommandLineHTTPLink 2024-12-14 10:22:52,347 [root] DEBUG: |--
CommandLineLongString 2024-12-14 10:22:52,348 [root] DEBUG: |--
CommandLineReversedHTTPLink 2024-12-14 10:22:52,348 [root] DEBUG: |--
LongCommandline 2024-12-14 10:22:52,348 [root] DEBUG: |--
PowershellRenamedCommandLine 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemAccountDiscoveryCMD 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemCurrentlyLoggedinUserCMD 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemInfoDiscoveryCMD 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemInfoDiscoveryPWSH 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemNetworkDiscoveryCMD 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemNetworkDiscoveryPWSH 2024-12-14 10:22:52,348 [root] DEBUG: |--
SystemUserDiscoveryCMD 2024-12-14 10:22:52,348 [root] DEBUG: |--
CompilesDotNetCode 2024-12-14 10:22:52,348 [root] DEBUG: |-- CopiesSelf
2024-12-14 10:22:52,348 [root] DEBUG: |-- CreatesExe 2024-12-14
10:22:52,348 [root] DEBUG: |-- CreatesLargeKey 2024-12-14 10:22:52,348
[root] DEBUG: |-- CreatesNullValue 2024-12-14 10:22:52,348 [root] DEBUG:
|-- CredWiz 2024-12-14 10:22:52,348 [root] DEBUG: |-- EnablesWDigest
2024-12-14 10:22:52,349 [root] DEBUG: |-- VaultCmd 2024-12-14 10:22:52,349
[root] DEBUG: |-- FileCredentialStoreAccess 2024-12-14 10:22:52,349 [root]
DEBUG: |-- FileCredentialStoreWrite 2024-12-14 10:22:52,349 [root] DEBUG:
|-- LsassCredentialDumping 2024-12-14 10:22:52,349 [root] DEBUG: |--
RegistryCredentialDumping 2024-12-14 10:22:52,349 [root] DEBUG: |--
RegistryCredentialStoreAccess 2024-12-14 10:22:52,349 [root] DEBUG: |--
RegistryLSASecretsAccess 2024-12-14 10:22:52,349 [root] DEBUG: |--
ComsvcsCredentialDump 2024-12-14 10:22:52,349 [root] DEBUG: |--
CriticalProcess 2024-12-14 10:22:52,349 [root] DEBUG: |-- CryptGenKey
2024-12-14 10:22:52,349 [root] DEBUG: |-- CryptominingStratumCommand
2024-12-14 10:22:52,349 [root] DEBUG: |-- MINERS 2024-12-14 10:22:52,349
[root] DEBUG: |-- CVE_2014_6332 2024-12-14 10:22:52,349 [root] DEBUG: |--
CVE2015_2419_JS 2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE_2016_0189
2024-12-14 10:22:52,349 [root] DEBUG: |-- CVE_2016_7200 2024-12-14
10:22:52,349 [root] DEBUG: |-- CypherITMutexes 2024-12-14 10:22:52,350
[root] DEBUG: |-- DarkCometRegkeys 2024-12-14 10:22:52,350 [root] DEBUG:
|-- DatopLoader 2024-12-14 10:22:52,350 [root] DEBUG: |-- DeadConnect
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeadLink 2024-12-14 10:22:52,350
[root] DEBUG: |-- DebugsSelf 2024-12-14 10:22:52,350 [root] DEBUG: |--
DecoyDocument 2024-12-14 10:22:52,350 [root] DEBUG: |-- DecoyImage
2024-12-14 10:22:52,350 [root] DEBUG: |-- DeepFreezeMutex 2024-12-14
10:22:52,350 [root] DEBUG: |-- DeletesExecutedFiles 2024-12-14 10:22:52,350
[root] DEBUG: |-- DeletesSelf 2024-12-14 10:22:52,350 [root] DEBUG: |--
DeletesShadowCopies 2024-12-14 10:22:52,350 [root] DEBUG: |--
DeletesSystemStateBackup 2024-12-14 10:22:52,350 [root] DEBUG: |--
DEPBypass 2024-12-14 10:22:52,350 [root] DEBUG: |-- DEPDisable 2024-12-14
10:22:52,350 [root] DEBUG: |-- DisablesAppLaunch 2024-12-14 10:22:52,350
[root] DEBUG: |-- DisablesAutomaticAppTermination 2024-12-14 10:22:52,350
[root] DEBUG: |-- DisablesAppVirtualiztion 2024-12-14 10:22:52,350 [root]
DEBUG: |-- DisablesBackups 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesBrowserWarn 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesContextMenus 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesCPLDisplay 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesCrashdumps 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesMappedDrivesAutodisconnect 2024-12-14 10:22:52,351 [root] DEBUG:
|-- DisablesEventLogging 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisableFolderOptions 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesNotificationCenter 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesPowerOptions 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesRestoreDefaultState 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisableRunCommand 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesSecurity 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesSmartScreen 2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSPDY
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesStartMenuSearch
2024-12-14 10:22:52,351 [root] DEBUG: |-- DisablesSystemRestore 2024-12-14
10:22:52,351 [root] DEBUG: |-- DisablesUAC 2024-12-14 10:22:52,351 [root]
DEBUG: |-- DisablesWER 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesWFP 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesWindowsDefender 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesWindowsDefenderDISM 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesWindowsDefenderLogging 2024-12-14 10:22:52,351 [root] DEBUG: |--
RemovesWindowsDefenderContextMenu 2024-12-14 10:22:52,351 [root] DEBUG: |--
WindowsDefenderPowerShell 2024-12-14 10:22:52,351 [root] DEBUG: |--
DisablesWindowsFileProtection 2024-12-14 10:22:52,352 [root] DEBUG: |--
DisablesWindowsUpdate 2024-12-14 10:22:52,352 [root] DEBUG: |--
DisablesWindowsFirewall 2024-12-14 10:22:52,352 [root] DEBUG: |--
DllLoadUncommonFileTypes 2024-12-14 10:22:52,352 [root] DEBUG: |--
DocScriptEXEDrop 2024-12-14 10:22:52,352 [root] DEBUG: |--
AdfindDomainEnumeration 2024-12-14 10:22:52,352 [root] DEBUG: |--
DomainEnumerationCommands 2024-12-14 10:22:52,352 [root] DEBUG: |--
AndromutMutexes 2024-12-14 10:22:52,352 [root] DEBUG: |-- DownloaderCabby
2024-12-14 10:22:52,352 [root] DEBUG: |-- GuLoaderAPIs 2024-12-14
10:22:52,352 [root] DEBUG: |-- PhorpiexMutexes 2024-12-14 10:22:52,352
[root] DEBUG: |-- ProtonBotMutexes 2024-12-14 10:22:52,352 [root] DEBUG:
|-- DriverFilterManager 2024-12-14 10:22:52,352 [root] DEBUG: |--
DriverLoad 2024-12-14 10:22:52,352 [root] DEBUG: |-- Dropper 2024-12-14
10:22:52,352 [root] DEBUG: |-- EXEDropper_JS 2024-12-14 10:22:52,352 [root]
DEBUG: |-- dynamic_function_loading 2024-12-14 10:22:52,352 [root] DEBUG:
|-- DLLArchiveExecution 2024-12-14 10:22:52,352 [root] DEBUG: |--
LNKArchiveExecution 2024-12-14 10:22:52,352 [root] DEBUG: |--
ScriptArchiveExecution 2024-12-14 10:22:52,352 [root] DEBUG: |--
EncryptedIOC 2024-12-14 10:22:52,352 [root] DEBUG: |-- Excel4MacroUrls
2024-12-14 10:22:52,352 [root] DEBUG: |-- Crash 2024-12-14 10:22:52,352
[root] DEBUG: |-- ProcessCreationSuspiciousLocation 2024-12-14 10:22:52,353
[root] DEBUG: |-- exploit_getbasekerneladdress 2024-12-14 10:22:52,353
[root] DEBUG: |-- exploit_gethaldispatchtable 2024-12-14 10:22:52,353
[root] DEBUG: |-- ExploitHeapspray 2024-12-14 10:22:52,353 [root] DEBUG:
|-- SpoolerAccess 2024-12-14 10:22:52,353 [root] DEBUG: |-- SpoolerSvcStart
2024-12-14 10:22:52,353 [root] DEBUG: |-- KoadicAPIs 2024-12-14
10:22:52,353 [root] DEBUG: |-- KoadicNetworkActivity 2024-12-14
10:22:52,353 [root] DEBUG: |-- Modiloader_APIs 2024-12-14 10:22:52,353
[root] DEBUG: |-- MappedDrivesUAC 2024-12-14 10:22:52,353 [root] DEBUG: |--
SystemMetrics 2024-12-14 10:22:52,353 [root] DEBUG: |-- Generic_Phish
2024-12-14 10:22:52,353 [root] DEBUG: |-- HidesRecycleBinIcon 2024-12-14
10:22:52,353 [root] DEBUG: |-- HTTP_Request 2024-12-14 10:22:52,353 [root]
DEBUG: |-- ApocalypseStealerFileBehavior 2024-12-14 10:22:52,353 [root]
DEBUG: |-- ArkeiFiles 2024-12-14 10:22:52,353 [root] DEBUG: |--
AzorultMutexes 2024-12-14 10:22:52,353 [root] DEBUG: |-- BitcoinWallet
2024-12-14 10:22:52,353 [root] DEBUG: |-- BrowserStealer 2024-12-14
10:22:52,353 [root] DEBUG: |-- InfostealerBrowserPassword 2024-12-14
10:22:52,353 [root] DEBUG: |-- CookiesStealer 2024-12-14 10:22:52,353
[root] DEBUG: |-- CryptBotFiles 2024-12-14 10:22:52,353 [root] DEBUG: |--
CryptBotNetwork 2024-12-14 10:22:52,353 [root] DEBUG: |-- EchelonFiles
2024-12-14 10:22:52,353 [root] DEBUG: |-- FTPStealer 2024-12-14
10:22:52,353 [root] DEBUG: |-- IMStealer 2024-12-14 10:22:52,354 [root]
DEBUG: |-- KeyLogger 2024-12-14 10:22:52,354 [root] DEBUG: |-- EmailStealer
2024-12-14 10:22:52,354 [root] DEBUG: |-- MassLoggerArtifacts 2024-12-14
10:22:52,354 [root] DEBUG: |-- MassLoggerFiles 2024-12-14 10:22:52,354
[root] DEBUG: |-- MassLoggerVersion 2024-12-14 10:22:52,354 [root] DEBUG:
|-- PoullightFiles 2024-12-14 10:22:52,354 [root] DEBUG: |--
PurpleWaveMutexes 2024-12-14 10:22:52,354 [root] DEBUG: |--
PurpleWaveNetworkAcivity 2024-12-14 10:22:52,354 [root] DEBUG: |--
QuilClipperMutexes 2024-12-14 10:22:52,354 [root] DEBUG: |--
QuilClipperNetworkBehavior 2024-12-14 10:22:52,354 [root] DEBUG: |--
QulabFiles 2024-12-14 10:22:52,354 [root] DEBUG: |-- QulabMutexes
2024-12-14 10:22:52,354 [root] DEBUG: |-- RaccoonInfoStealerMutex
2024-12-14 10:22:52,354 [root] DEBUG: |-- raccoon 2024-12-14 10:22:52,354
[root] DEBUG: |-- CapturesScreenshot 2024-12-14 10:22:52,354 [root] DEBUG:
|-- vidar 2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionCRT 2024-12-14
10:22:52,354 [root] DEBUG: |-- InjectionExplorer 2024-12-14 10:22:52,354
[root] DEBUG: |-- InjectionExtension 2024-12-14 10:22:52,354 [root] DEBUG:
|-- InjectionNetworkTraffic 2024-12-14 10:22:52,354 [root] DEBUG: |--
InjectionRUNPE 2024-12-14 10:22:52,354 [root] DEBUG: |-- InjectionRWX
2024-12-14 10:22:52,354 [root] DEBUG: |-- injection_themeinitapihook
2024-12-14 10:22:52,354 [root] DEBUG: |-- Internet_Dropper 2024-12-14
10:22:52,354 [root] DEBUG: |-- IPC_NamedPipe 2024-12-14 10:22:52,354 [root]
DEBUG: |-- JS_Phish 2024-12-14 10:22:52,355 [root] DEBUG: |--
JS_SuspiciousRedirect 2024-12-14 10:22:52,355 [root] DEBUG: |--
malicious_dynamic_function_loading 2024-12-14 10:22:52,355 [root] DEBUG:
|-- EncryptPCInfo 2024-12-14 10:22:52,355 [root] DEBUG: |--
EnryptDataAgentTeslaHTTP 2024-12-14 10:22:52,355 [root] DEBUG: |--
EnryptDataAgentTeslaHTTPT2 2024-12-14 10:22:52,355 [root] DEBUG: |--
EnryptDataNanoCore 2024-12-14 10:22:52,355 [root] DEBUG: |-- MartiansIE
2024-12-14 10:22:52,355 [root] DEBUG: |-- MartiansOffice 2024-12-14
10:22:52,355 [root] DEBUG: |-- MimicsAgent 2024-12-14 10:22:52,355 [root]
DEBUG: |-- MimicsFiletime 2024-12-14 10:22:52,355 [root] DEBUG: |--
MimicsIcon 2024-12-14 10:22:52,355 [root] DEBUG: |-- MasqueradesProcessName
2024-12-14 10:22:52,355 [root] DEBUG: |-- MimikatzModules 2024-12-14
10:22:52,355 [root] DEBUG: |-- QuilMinerNetworkBehavior 2024-12-14
10:22:52,355 [root] DEBUG: |-- ModifiesCerts 2024-12-14 10:22:52,355 [root]
DEBUG: |-- DotNetCLRUsageLogKnob 2024-12-14 10:22:52,355 [root] DEBUG: |--
Modifies_HostFile 2024-12-14 10:22:52,355 [root] DEBUG: |--
ModifiesOEMInformation 2024-12-14 10:22:52,355 [root] DEBUG: |--
ModifySecurityCenterWarnings 2024-12-14 10:22:52,355 [root] DEBUG: |--
ModifiesUACNotify 2024-12-14 10:22:52,355 [root] DEBUG: |--
ModifiesDesktopWallpaper 2024-12-14 10:22:52,355 [root] DEBUG: |-- ZoneID
2024-12-14 10:22:52,355 [root] DEBUG: |-- move_file_on_reboot 2024-12-14
10:22:52,355 [root] DEBUG: |-- Multiple_UA 2024-12-14 10:22:52,355 [root]
DEBUG: |-- NetworkAnomaly 2024-12-14 10:22:52,355 [root] DEBUG: |--
NetworkBIND 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSArchive 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSFreeWebHosting 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSGeneric 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSInteractsh 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSOpenSource 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSPasteSite 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSPayload 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSServiceInterface 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSSocialMedia 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSTelegram 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSTempStorageSite 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSTempURLDNS 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSURLShortenerSite 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCHTTPSUserAgent 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCSMTPSExfil 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkCnCSMTPSGeneric 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkDNSBlockChain 2024-12-14 10:22:52,356 [root] DEBUG: |--
NetworkDNSIDN 2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSOpenNIC
2024-12-14 10:22:52,356 [root] DEBUG: |-- NetworkDNSPasteSite 2024-12-14
10:22:52,357 [root] DEBUG: |-- NetworkDNSReverseProxy 2024-12-14
10:22:52,357 [root] DEBUG: |-- NetworkDNSSuspiciousQueryType 2024-12-14
10:22:52,357 [root] DEBUG: |-- NetworkDNSTempFileService 2024-12-14
10:22:52,357 [root] DEBUG: |-- NetworkDNSTempURLDNS 2024-12-14 10:22:52,357
[root] DEBUG: |-- NetworkDNSTunnelingRequest 2024-12-14 10:22:52,357 [root]
DEBUG: |-- NetworkDNSURLShortener 2024-12-14 10:22:52,357 [root] DEBUG: |--
NetworkDOHTLS 2024-12-14 10:22:52,357 [root] DEBUG: |-- Suspicious_TLD
2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkDocumentHTTP 2024-12-14
10:22:52,357 [root] DEBUG: |-- ExplorerHTTP 2024-12-14 10:22:52,357 [root]
DEBUG: |-- NetworkFakeUserAgent 2024-12-14 10:22:52,357 [root] DEBUG: |--
NetworkDocumentFile 2024-12-14 10:22:52,357 [root] DEBUG: |-- NetworkEXE
2024-12-14 10:22:52,357 [root] DEBUG: |-- Tor 2024-12-14 10:22:52,357
[root] DEBUG: |-- TorHiddenService 2024-12-14 10:22:52,358 [root] DEBUG:
|-- Office_Code_Page 2024-12-14 10:22:52,358 [root] DEBUG: |--
OfficeAddinLoading 2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCOMLoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeDotNetLoad 2024-12-14
10:22:52,358 [root] DEBUG: |-- OfficeMSHTMLLoad 2024-12-14 10:22:52,358
[root] DEBUG: |-- OfficePerfKey 2024-12-14 10:22:52,358 [root] DEBUG: |--
OfficeVBLLoad 2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeWMILoad
2024-12-14 10:22:52,358 [root] DEBUG: |-- OfficeCVE201711882 2024-12-14
10:22:52,358 [root] DEBUG: |-- OfficeCVE201711882Network 2024-12-14
10:22:52,358 [root] DEBUG: |-- OfficeCVE202140444 2024-12-14 10:22:52,358
[root] DEBUG: |-- OfficeCVE202140444M2 2024-12-14 10:22:52,358 [root]
DEBUG: |-- OfficeFlashLoad 2024-12-14 10:22:52,359 [root] DEBUG: |--
OfficePostScript 2024-12-14 10:22:52,359 [root] DEBUG: |-- Office_Macro
2024-12-14 10:22:52,359 [root] DEBUG: |-- ChangesTrustCenter_settings
2024-12-14 10:22:52,359 [root] DEBUG: |-- DisablesVBATrustAccess 2024-12-14
10:22:52,359 [root] DEBUG: |-- OfficeMacroAutoExecution 2024-12-14
10:22:52,359 [root] DEBUG: |-- OfficeMacroIOC 2024-12-14 10:22:52,359
[root] DEBUG: |-- OfficeMacroMaliciousPredition 2024-12-14 10:22:52,359
[root] DEBUG: |-- OfficeMacroSuspicious 2024-12-14 10:22:52,359 [root]
DEBUG: |-- RTFASLRBypass 2024-12-14 10:22:52,359 [root] DEBUG: |--
RTFAnomalyCharacterSet 2024-12-14 10:22:52,359 [root] DEBUG: |--
RTFAnomalyVersion 2024-12-14 10:22:52,359 [root] DEBUG: |--
RTFEmbeddedContent 2024-12-14 10:22:52,359 [root] DEBUG: |--
RTFEmbeddedOfficeFile 2024-12-14 10:22:52,359 [root] DEBUG: |--
RTFExploitStatic 2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeSecurity
2024-12-14 10:22:52,359 [root] DEBUG: |-- OfficeAnamalousFeature 2024-12-14
10:22:52,359 [root] DEBUG: |-- OfficeDDECommand 2024-12-14 10:22:52,360
[root] DEBUG: |-- OfficeSuspiciousProcesses 2024-12-14 10:22:52,360 [root]
DEBUG: |-- OfficeWriteEXE 2024-12-14 10:22:52,360 [root] DEBUG: |--
ArmadilloMutex 2024-12-14 10:22:52,360 [root] DEBUG: |-- ArmadilloRegKey
2024-12-14 10:22:52,360 [root] DEBUG: |-- ADS 2024-12-14 10:22:52,360
[root] DEBUG: |-- Autorun 2024-12-14 10:22:52,360 [root] DEBUG: |--
Autorun_scheduler 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceSafeBoot 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceBootexecute 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceRegistryScript 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceIFEO 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceSilentProcessExit 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceRDPRegistry 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceRDPShadowing 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceService 2024-12-14 10:22:52,360 [root] DEBUG: |--
PersistenceShimDatabase 2024-12-14 10:22:52,360 [root] DEBUG: |--
PowerpoolMutexes 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowerShellNetworkConnection 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowerShellScriptBlockLogging 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellCommandSuspicious 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellDownload 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellRenamed 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellRequest 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellReversed 2024-12-14 10:22:52,361 [root] DEBUG: |--
PowershellVariableObfuscation 2024-12-14 10:22:52,361 [root] DEBUG: |--
PreventsSafeboot 2024-12-14 10:22:52,361 [root] DEBUG: |--
CmdlineProcessDiscovery 2024-12-14 10:22:52,361 [root] DEBUG: |--
CreateToolhelp32SnapshotProcessModuleEnumeration 2024-12-14 10:22:52,361
[root] DEBUG: |-- EnumeratesRunningProcesses 2024-12-14 10:22:52,361 [root]
DEBUG: |-- ProcessInterest 2024-12-14 10:22:52,361 [root] DEBUG: |--
ProcessNeeded 2024-12-14 10:22:52,361 [root] DEBUG: |-- MassDataEncryption
2024-12-14 10:22:52,361 [root] DEBUG: |-- CryptoMixMutexes 2024-12-14
10:22:52,361 [root] DEBUG: |-- DharmaMutexes 2024-12-14 10:22:52,361 [root]
DEBUG: |-- RansomwareDMALocker 2024-12-14 10:22:52,361 [root] DEBUG: |--
RansomwareExtensions 2024-12-14 10:22:52,361 [root] DEBUG: |--
RansomwareFileModifications 2024-12-14 10:22:52,361 [root] DEBUG: |--
RansomwareFiles 2024-12-14 10:22:52,361 [root] DEBUG: |-- FonixMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- GandCrabMutexes 2024-12-14
10:22:52,362 [root] DEBUG: |-- GermanWiperMutexes 2024-12-14 10:22:52,362
[root] DEBUG: |-- MedusaLockerMutexes 2024-12-14 10:22:52,362 [root] DEBUG:
|-- MedusaLockerRegkeys 2024-12-14 10:22:52,362 [root] DEBUG: |--
RansomwareMessage 2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- NemtyNetworkActivity 2024-12-14
10:22:52,362 [root] DEBUG: |-- NemtyNote 2024-12-14 10:22:52,362 [root]
DEBUG: |-- NemtyRegkeys 2024-12-14 10:22:52,362 [root] DEBUG: |--
PYSAMutexes 2024-12-14 10:22:52,362 [root] DEBUG: |-- RansomwareRadamant
2024-12-14 10:22:52,362 [root] DEBUG: |-- RansomwareRecyclebin 2024-12-14
10:22:52,362 [root] DEBUG: |-- RevilMutexes 2024-12-14 10:22:52,362 [root]
DEBUG: |-- RevilRegkey 2024-12-14 10:22:52,362 [root] DEBUG: |--
SatanMutexes 2024-12-14 10:22:52,362 [root] DEBUG: |-- SnakeRansomMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- sodinokibi 2024-12-14
10:22:52,362 [root] DEBUG: |-- StopRansomMutexes 2024-12-14 10:22:52,362
[root] DEBUG: |-- StopRansomwareCMD 2024-12-14 10:22:52,362 [root] DEBUG:
|-- StopRansomwareRegistry 2024-12-14 10:22:52,362 [root] DEBUG: |--
BeebusMutexes 2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackNETMutexes
2024-12-14 10:22:52,362 [root] DEBUG: |-- BlackRATAPIs 2024-12-14
10:22:52,362 [root] DEBUG: |-- BlackRATMutexes 2024-12-14 10:22:52,362
[root] DEBUG: |-- BlackRATNetworkActivity 2024-12-14 10:22:52,362 [root]
DEBUG: |-- BlackRATRegistryKeys 2024-12-14 10:22:52,362 [root] DEBUG: |--
CRATMutexes 2024-12-14 10:22:52,363 [root] DEBUG: |-- DCRatAPIs 2024-12-14
10:22:52,363 [root] DEBUG: |-- DCRatFiles 2024-12-14 10:22:52,363 [root]
DEBUG: |-- DCRatMutex 2024-12-14 10:22:52,363 [root] DEBUG: |--
FynloskiMutexes 2024-12-14 10:22:52,363 [root] DEBUG: |--
KaraganyEventObjects 2024-12-14 10:22:52,363 [root] DEBUG: |--
KaraganyFiles 2024-12-14 10:22:52,363 [root] DEBUG: |-- LimeRATMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- LimeRATRegkeys 2024-12-14
10:22:52,363 [root] DEBUG: |-- LodaRATFileBehavior 2024-12-14 10:22:52,363
[root] DEBUG: |-- LuminosityRAT 2024-12-14 10:22:52,363 [root] DEBUG: |--
ModiRATBehavior 2024-12-14 10:22:52,363 [root] DEBUG: |-- NanocoreRAT
2024-12-14 10:22:52,363 [root] DEBUG: |-- netwire 2024-12-14 10:22:52,363
[root] DEBUG: |-- NjratRegkeys 2024-12-14 10:22:52,363 [root] DEBUG: |--
ObliquekRATFiles 2024-12-14 10:22:52,363 [root] DEBUG: |--
ObliquekRATMutexes 2024-12-14 10:22:52,363 [root] DEBUG: |--
ObliquekRATNetworkActivity 2024-12-14 10:22:52,363 [root] DEBUG: |--
OrcusRAT 2024-12-14 10:22:52,363 [root] DEBUG: |-- ParallaxMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- PcClientMutexes 2024-12-14
10:22:52,363 [root] DEBUG: |-- PlugxMutexes 2024-12-14 10:22:52,363 [root]
DEBUG: |-- PoisonIvyMutexes 2024-12-14 10:22:52,363 [root] DEBUG: |--
QuasarMutexes 2024-12-14 10:22:52,363 [root] DEBUG: |-- RatsnifMutexes
2024-12-14 10:22:52,363 [root] DEBUG: |-- SennaMutexes 2024-12-14
10:22:52,363 [root] DEBUG: |-- SpynetRat 2024-12-14 10:22:52,364 [root]
DEBUG: |-- TrochilusRATAPIs 2024-12-14 10:22:52,364 [root] DEBUG: |--
VenomRAT 2024-12-14 10:22:52,364 [root] DEBUG: |-- WarzoneRATFiles
2024-12-14 10:22:52,364 [root] DEBUG: |-- WarzoneRATRegkeys 2024-12-14
10:22:52,364 [root] DEBUG: |-- XpertRATFiles 2024-12-14 10:22:52,364 [root]
DEBUG: |-- XpertRATMutexes 2024-12-14 10:22:52,364 [root] DEBUG: |--
XtremeMutexes 2024-12-14 10:22:52,364 [root] DEBUG: |-- ReadsSelf
2024-12-14 10:22:52,364 [root] DEBUG: |-- Recon_Beacon 2024-12-14
10:22:52,364 [root] DEBUG: |-- Fingerprint 2024-12-14 10:22:52,364 [root]
DEBUG: |-- InstalledApps 2024-12-14 10:22:52,364 [root] DEBUG: |--
SystemInfo 2024-12-14 10:22:52,364 [root] DEBUG: |-- Accesses_RecycleBin
2024-12-14 10:22:52,364 [root] DEBUG: |-- RemcosFiles 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemcosMutexes 2024-12-14 10:22:52,364 [root]
DEBUG: |-- RemcosRegkeys 2024-12-14 10:22:52,364 [root] DEBUG: |--
RDPTCPKey 2024-12-14 10:22:52,364 [root] DEBUG: |-- UsesRDPClip 2024-12-14
10:22:52,364 [root] DEBUG: |-- UsesRemoteDesktopSession 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesNetworkingIcon 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesPinnedPrograms 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesSecurityAndMaintenanceIcon 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesStartMenuDefaults 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesUsernameStartMenu 2024-12-14
10:22:52,364 [root] DEBUG: |-- RemovesZoneIdADS 2024-12-14 10:22:52,364
[root] DEBUG: |-- SpicyHotPotBehavior 2024-12-14 10:22:52,365 [root] DEBUG:
|-- ScriptCreatedProcess 2024-12-14 10:22:52,365 [root] DEBUG: |--
ScriptNetworkActvity 2024-12-14 10:22:52,365 [root] DEBUG: |--
SuspiciousJSScript 2024-12-14 10:22:52,365 [root] DEBUG: |--
JavaScriptTimer 2024-12-14 10:22:52,365 [root] DEBUG: |--
Secure_Login_Phish 2024-12-14 10:22:52,365 [root] DEBUG: |--
SecurityXploded_Modules 2024-12-14 10:22:52,365 [root] DEBUG: |--
GetClipboardData 2024-12-14 10:22:52,365 [root] DEBUG: |--
SetsAutoconfigURL 2024-12-14 10:22:52,365 [root] DEBUG: |-- InstallsWinpcap
2024-12-14 10:22:52,365 [root] DEBUG: |-- SpoofsProcname 2024-12-14
10:22:52,365 [root] DEBUG: |-- CreatesAutorunInf 2024-12-14 10:22:52,365
[root] DEBUG: |-- StackPivot 2024-12-14 10:22:52,365 [root] DEBUG: |--
StackPivotFileCreated 2024-12-14 10:22:52,365 [root] DEBUG: |--
StackPivotProcessCreate 2024-12-14 10:22:52,365 [root] DEBUG: |--
StealingClipboardData 2024-12-14 10:22:52,365 [root] DEBUG: |--
StealthChildProc 2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthFile
2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthHiddenExtension 2024-12-14
10:22:52,365 [root] DEBUG: |-- StealthHiddenReg 2024-12-14 10:22:52,365
[root] DEBUG: |-- StealthHideNotifications 2024-12-14 10:22:52,365 [root]
DEBUG: |-- StealthSystemProcName 2024-12-14 10:22:52,365 [root] DEBUG: |--
StealthTimeout 2024-12-14 10:22:52,365 [root] DEBUG: |-- StealthWebHistory
2024-12-14 10:22:52,365 [root] DEBUG: |-- Hidden_Window 2024-12-14
10:22:52,365 [root] DEBUG: |-- sysinternals_psexec 2024-12-14 10:22:52,365
[root] DEBUG: |-- sysinternals_tools 2024-12-14 10:22:52,366 [root] DEBUG:
|-- QueriesKeyboardLayout 2024-12-14 10:22:52,366 [root] DEBUG: |--
TampersETW 2024-12-14 10:22:52,366 [root] DEBUG: |-- LSATampering
2024-12-14 10:22:52,366 [root] DEBUG: |-- TampersPowerShellLogging
2024-12-14 10:22:52,366 [root] DEBUG: |-- Flame 2024-12-14 10:22:52,366
[root] DEBUG: |-- TerminatesRemoteProcess 2024-12-14 10:22:52,366 [root]
DEBUG: |-- TerritorialDisputeSIGs 2024-12-14 10:22:52,366 [root] DEBUG: |--
TrickBotTaskDelete 2024-12-14 10:22:52,366 [root] DEBUG: |--
TrickBotMutexes 2024-12-14 10:22:52,366 [root] DEBUG: |-- FleerCivetMutexes
2024-12-14 10:22:52,366 [root] DEBUG: |-- LokibotMutexes 2024-12-14
10:22:52,366 [root] DEBUG: |-- UrsnifBehavior 2024-12-14 10:22:52,366
[root] DEBUG: |-- UpatreFiles 2024-12-14 10:22:52,366 [root] DEBUG: |--
UpatreMutexes 2024-12-14 10:22:52,366 [root] DEBUG: |-- UserEnum 2024-12-14
10:22:52,366 [root] DEBUG: |-- ADFind 2024-12-14 10:22:52,366 [root] DEBUG:
|-- UsesMSProtocol 2024-12-14 10:22:52,366 [root] DEBUG: |-- Virus
2024-12-14 10:22:52,366 [root] DEBUG: |-- NeshtaFiles 2024-12-14
10:22:52,366 [root] DEBUG: |-- NeshtaMutexes 2024-12-14 10:22:52,366 [root]
DEBUG: |-- NeshtaRegKeys 2024-12-14 10:22:52,366 [root] DEBUG: |--
RenamerMutexes 2024-12-14 10:22:52,366 [root] DEBUG: |-- Webmail_Phish
2024-12-14 10:22:52,366 [root] DEBUG: |-- OWAWebShellFiles 2024-12-14
10:22:52,366 [root] DEBUG: |-- WebShellFiles 2024-12-14 10:22:52,366 [root]
DEBUG: |-- WebShellProcesses 2024-12-14 10:22:52,367 [root] DEBUG: |--
PersistsDotNetDevUtility 2024-12-14 10:22:52,367 [root] DEBUG: |--
SpwansDotNetDevUtiliy 2024-12-14 10:22:52,367 [root] DEBUG: |--
AltersWindowsUtility 2024-12-14 10:22:52,367 [root] DEBUG: |--
DotNETCSCBuild 2024-12-14 10:22:52,367 [root] DEBUG: |--
MultipleExplorerInstances 2024-12-14 10:22:52,367 [root] DEBUG: |--
OverwritesAccessibilityUtility 2024-12-14 10:22:52,367 [root] DEBUG: |--
ScriptToolExecuted 2024-12-14 10:22:52,367 [root] DEBUG: |--
SuspiciousCertutilUse 2024-12-14 10:22:52,367 [root] DEBUG: |--
SuspiciousCommandTools 2024-12-14 10:22:52,367 [root] DEBUG: |--
SuspiciousMpCmdRunUse 2024-12-14 10:22:52,367 [root] DEBUG: |--
SuspiciousPingUse 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesPowerShellCopyItem 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilities 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesAppCmd 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesCSVDELDFIDE 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesCipher 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesClickOnce 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesCurl 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesDSQuery 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesEsentutl 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesFinger 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesMode 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesNTDSutil 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesNltest 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesScheduler 2024-12-14 10:22:52,367 [root] DEBUG: |--
UsesWindowsUtilitiesXcopy 2024-12-14 10:22:52,368 [root] DEBUG: |--
WMICCommandSuspicious 2024-12-14 10:22:52,368 [root] DEBUG: |--
WiperZeroedBytes 2024-12-14 10:22:52,368 [root] DEBUG: |--
ScrconsWMIScriptConsumer 2024-12-14 10:22:52,368 [root] DEBUG: |--
WMICreateProcess 2024-12-14 10:22:52,368 [root] DEBUG: |-- WMIScriptProcess
2024-12-14 10:22:52,368 [root] DEBUG: |-- Win32ProcessCreate 2024-12-14
10:22:52,368 [root] DEBUG: |-- AllapleMutexes 2024-12-14 10:22:52,368
[root] DEBUG: |-- LinuxDeletesFiles 2024-12-14 10:22:52,368 [root] DEBUG:
|-- LinuxDropsFiles 2024-12-14 10:22:52,368 [root] DEBUG: |--
LinuxReadsFiles 2024-12-14 10:22:52,368 [root] DEBUG: -- LinuxWritesFiles
2024-12-14 10:22:52,368 [root] DEBUG: Imported "reporting" modules:
2024-12-14 10:22:52,368 [root] DEBUG: |-- BinGraph 2024-12-14 10:22:52,368
[root] DEBUG: |-- CAPASummary 2024-12-14 10:22:52,368 [root] DEBUG: |--
JsonDump 2024-12-14 10:22:52,368 [root] DEBUG: |-- MongoDB 2024-12-14
10:22:52,368 [root] DEBUG: -- PCAP2CERT 2024-12-14 10:22:52,368 [root]
DEBUG: Imported "feeds" modules: 2024-12-14 10:22:52,368 [root] DEBUG: --
AbuseCH_SSL 2024-12-14 10:22:52,368 [root] DEBUG: Imported "machinery"
modules: 2024-12-14 10:22:52,368 [root] DEBUG: -- Physical 2024-12-14
10:22:52,368 [Task 23] [root] DEBUG: Processing task 2024-12-14
10:22:52,378 [Task 23] [lib.cuckoo.core.plugins] DEBUG: Executing
processing module "CAPE" on analysis at "/opt/CAPEv2/storage/analyses/23"
2024-12-14 10:22:52,571 [Task 23] [lib.cuckoo.common.objects] DEBUG: file
type set using basic heuristics for:
/opt/CAPEv2/storage/binaries/33b4fd9d1dd032c56f0e2d74d609db74a04a3190eb45cd07f277f5efca7abe23
2024-12-14 10:22:52,571 [Task 23] [lib.cuckoo.common.objects] DEBUG:
Initializing Yara... 2024-12-14 10:22:52,644 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries AutoIT.yar 2024-12-14
10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries
EcrimePackerStub.yar 2024-12-14 10:22:52,645 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries Generic_Phishing_PDF.yar
2024-12-14 10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries HTMLPhisher_2023.yar 2024-12-14 10:22:52,645 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries HeavensGate.yar 2024-12-14
10:22:52,645 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries
IEuser_author_doc.yar 2024-12-14 10:22:52,645 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries ISO_exec.yar 2024-12-14
10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries
LNK_Ruleset.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries MalScript_Tricks.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries Maldoc_PDF.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries OLEfile_in_CAD_FAS_LSP.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries OneNote.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries RoyalRoad_RTF.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries Themida.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries VMProtectStub.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries Webshell_in_image.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries embedded.yar 2024-12-14
10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries
indicator_packed.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries indicator_suspicious.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries indicator_tools.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries oAuth_Phishing_PDF.yar
2024-12-14 10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
binaries ole_vba.yar 2024-12-14 10:22:52,646 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries shellcodes.yar 2024-12-14
10:22:52,646 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- binaries
susp_obfuscated_JS.yar 2024-12-14 10:22:52,647 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- binaries vmdetect.yar 2024-12-14
10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
Exploit_HT_Flash_Vars.yar 2024-12-14 10:22:52,672 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory Exploit_HT_VRename.yar
2024-12-14 10:22:52,672 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
memory adgholas.yar 2024-12-14 10:22:52,672 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory angler.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
astrum.yar 2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- memory cve_2013_2551.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory cve_2014_0515.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
cve_2014_0569.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory cve_2014_6332.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
cve_2015_0016.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_2419.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
cve_2015_2545.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory cve_2015_5122.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
cve_2016_0189.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory cve_2016_3298.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
darkcomet.yar 2024-12-14 10:22:52,673 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- memory eitest.yar 2024-12-14 10:22:52,673 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory flash_exploits.yar 2024-12-14
10:22:52,673 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
kazybot.yar 2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- memory neutrino.yar 2024-12-14 10:22:52,674 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory nuclear.yar 2024-12-14
10:22:52,674 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- memory
rig.yar 2024-12-14 10:22:52,674 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- memory shellcodes.yar 2024-12-14 10:22:52,674 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- memory sundown.yar 2024-12-14
10:22:52,748 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
A310Logger.yar 2024-12-14 10:22:52,749 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AAR.yar 2024-12-14 10:22:52,749
[Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE APT27.yar 2024-12-14
10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
ARCrypt.yar 2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE AbubasbanditBot.yar 2024-12-14 10:22:52,749 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AcidRain.yar 2024-12-14
10:22:52,749 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
ActionRAT.yar 2024-12-14 10:22:52,749 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Adfind.yar 2024-12-14 10:22:52,749 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Adzok.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
AgentRacoon.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AgentTesla.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
AgnianeStealer.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Agrius.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Akira.yar 2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Alfonso.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AlienCrypter.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
AlienSpy.yar 2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Alkhal.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AllaKore.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Amadey.yar 2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Andromeda.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Ap0calypse.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Apocalypse.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Arcom.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Arechclient2.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Arkei.yar 2024-12-14
10:22:52,750 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
ArrowRAT.yar 2024-12-14 10:22:52,750 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Aspire.yar 2024-12-14 10:22:52,750 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AsyncRAT.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Atlas.yar 2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Aurora.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AuroraStealer.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Avaddon.yar 2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Avalon.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE AvosLocker.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE Azer.yar
2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
CAPE Azorult.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BACKSPACE.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BHunt.yar 2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Babuk.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BackNet.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BackOffLoader.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BackOffPOS.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BadJoke.yar 2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BadRabbit.yar 2024-12-14 10:22:52,751 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Bagle.yar 2024-12-14
10:22:52,751 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Baldr.yar 2024-12-14 10:22:52,751 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Bandit.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Bandook.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Banload.yar 2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Bazar.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BazarLoader.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BazarLoaderNim.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Beastdoor.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BetaBot.yar 2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BioPass.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BitCoinGrabber.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BitPaymer.yar 2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BitRAT.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BitterRAT.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlackByte.yar 2024-12-14 10:22:52,752 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BlackByteGo.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackCat.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlackDropper.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackHunt.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlackMatter.yar 2024-12-14 10:22:52,752 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackNET.yar 2024-12-14
10:22:52,752 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlackNix.yar 2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BlackShades.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BlackshadesRAT.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlankStealer.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Blister.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlitzGrabber.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BlueBanana.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BlueBot.yar 2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Bobik.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BoxCaon.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Bozok.yar 2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BrbBot.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BreakStaf.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BreakWin.yar 2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE BroEx.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BruteRatel.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
BuerLoader.yar 2024-12-14 10:22:52,753 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE BumbleBee.yar 2024-12-14
10:22:52,753 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Buran.yar 2024-12-14 10:22:52,753 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE ButeRAT.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CRAT.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Caliber.yar 2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Carbanak.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CargoBayLoader.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
CasperTroy.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Cerber.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
ChChes.yar 2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE ChaChaDDoS.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Chaos.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Chinotto.yar 2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE Chuwi.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE ClientMesh.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
ClipBanker.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Clop.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
CobaltStrikeBeacon.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CobaltStrikeStager.yar
2024-12-14 10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |--
CAPE CobianRAT.yar 2024-12-14 10:22:52,754 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Codoso.yar 2024-12-14
10:22:52,754 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
CoinMiners.yar 2024-12-14 10:22:52,755 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CoinMiningBot.yar 2024-12-14
10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
CommonMagic.yar 2024-12-14 10:22:52,755 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Confucius_B.yar 2024-12-14
10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Conti.yar 2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE CookieStealer.yar 2024-12-14 10:22:52,755 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CoreBot.yar 2024-12-14
10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
Covenant.yar 2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE CrimsonRAT.yar 2024-12-14 10:22:52,755 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE Crown.yar 2024-12-14
10:22:52,755 [Task 23] [lib.cuckoo.common.objects] DEBUG: |-- CAPE
CryLock.yar 2024-12-14 10:22:52,755 [Task 23] [lib.cuckoo.common.objects]
DEBUG: |-- CAPE CryptBot.yar 2024-12-14 10:22:52,755 [Task 23]
[lib.cuckoo.common.objects] DEBUG: |-- CAPE CryptoLocker.yar 2024-12-14
yep cape recognizes playload as lumma correctly with yara but doesn't
extract configuration with parser Lumma.py (i suppose..)
—
Reply to this email directly, view it on GitHub
<#2258 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFH33EI7CJLDJUWY2WVGT2FP5EHAVCNFSM6AAAAABL4F3XMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGAZTANRVHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@doomedraven inside config/processing.conf i have these lines
but inside modules/processing/parsers/CAPE/ i have only
and not Core and Community folders as per CAPE_Parser repo. could be this the isue? moreover changelog reported
where i have to use this options? Thanks edit: for the sample you can use 81e2acbd26c2d3dcfba65fdff1c91d0927bfbb5f9d7c923184c97af4edda63f1 |
no, not having those folder not needed, as they are under cape-parsers. you need |
so you don't have parsers installed, run |
now it works as expected ... maybe i found what was my mistake... i ran poetry install not as cape user... this could cause the cape parser not to be installed properly... thanks a lot.. have a nice weekend :) |
Ah yes that installed deps to another user
Thanks, now is hard 😭
El sáb, 14 dic 2024, 19:35, marsomx ***@***.***> escribió:
… so you don't have parsers installed, run poetry run pip3 install -U
CAPE-parsers, and reprocess the job, if that works, you need to restart
processing, but also run poetry install to ensure that the rest of libs
are up to date
now it works as expected ... maybe i found what was my mistake... i ran
poetry install not as cape user... this could cause the cape parser not to
be installed properly...
thanks a lot.. have a nice weekend :)
—
Reply to this email directly, view it on GitHub
<#2258 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOFH34UEL25WBTGKE2JQW32FR263AVCNFSM6AAAAABL4F3XMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGMYDKNJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Expected Behavior
lunch analysis to physical machine -> complete analysis -> reimage physical machine -> got result of analysis
Current Behavior
after i updated and upgraded my machine:
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
and updated Capev2 lo last version, i got some errors due to sqlalchemy, after the analysis is completed and the image is deployed on physical machine.
Failure Information (for bugs)
this'is the log:
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
i noticed some issue due to sqlalchemy version. anyway i checked all packages are syncronized and sqlalchemy version is
name : sqlalchemy
version : 1.4.50
description : Database Abstraction Library
dependencies
required by
thanks in advance for support
The text was updated successfully, but these errors were encountered: