Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the easy-accordion-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the zoho-flow domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/mother99/jacksonholdingcompany.com/wp-includes/functions.php:6114) in /home/mother99/jacksonholdingcompany.com/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":1524,"date":"2023-10-28T06:01:01","date_gmt":"2023-10-28T06:01:01","guid":{"rendered":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/"},"modified":"2023-10-28T06:01:01","modified_gmt":"2023-10-28T06:01:01","slug":"a-retrospective-on-avoslocker-niraj-shivtarkar","status":"publish","type":"post","link":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/","title":{"rendered":"A Retrospective on AvosLocker Niraj Shivtarkar"},"content":{"rendered":"

Post Content\u00a0\u00a0<\/p>\n

\u200b<\/p>\n

Ransomware Analysis<\/h2>\n

Since first discovered in 2021, AvosLocker binaries have undergone slight changes and improvements. The following is a detailed analysis of the last variant used in-the-wild.<\/p>\n

Command line arguments<\/h3>\n

AvosLocker implements multiple command line arguments, as shown in Figure 3, allowing for customization of the ransomware execution based on affiliate requirements.<\/p>\n\n

Figure 3: AvosLocker command line arguments<\/p>\n

The threat actor decides what functionality to enable\/disable during the execution of the AvosLocker ransomware. When executed, the selected options are displayed in the console as shown below.<\/p>\n


\nBuild: SonicBoom
\nb_bruteforce_smb_enable: 0
\nb_logical_disable: 0
\nb_network_disable: 1
\nb_mutex_disable: 0
\nconcurrent_threads_num_max: 200<\/p>\n

AvosLocker creates the mutex Zheic0WaWie6zeiy<\/em> by default to ensure that only one ransomware process is running at a given time, unless the –nomu<\/em>tex<\/em> command line argument is provided.<\/p>\n

Pre-encryption measures<\/h2>\n

Upon execution, AvosLocker first checks whether it has administrative privileges, and if not, it shows the debug message in the console, The token does not have the specified privilege<\/em>, <\/strong>and then executes a process termination routine targeting databases, web browsers, and other business applications. The list of processes to be terminated were decoded dynamically using a stack-based string obfuscation algorithm (described later in the report). The process names in Table 1 were terminated.<\/p>\n

Table 1: AvosLocker process termination listencsvcthebatmydesktopqosxfssvcconfirefoxinfopathwinwordsteamsynctimenotepadocommonenotemspubthunderbirdagntsvcmydesktopservice excelpowerpntoutlookwordpaddbeng50isqlplussvcsqbcoreserviceoracleocautoupdsdbsnmpmsaccesstbirdconfigocssd sql & visio<\/p>\n

Then, AvosLocker performs the following actions:<\/p>\n

Deletes Windows shadow copies to prevent the recovery of files using the following commands:
\n
\nwmic shadowcopy delete \/nointeractive
\nvssadmin.exe Delete Shadows \/All \/QuietDisables recovery mode and the edits the boot status policy, which prevents access to Windows Recovery Mode with the following commands:
\n
\nbcdedit \/set 20.648000 seconds<\/p>\n

After encryption, AvosLocker drops a ransom note named GET_YOUR_FILES_BACK.txt<\/em>as shown in Figure 5.<\/p>\n\n

Figure 5: AvosLocker ransom note<\/p>\n

AvosLocker also changes the Windows desktop wallpaper (shown in Figure 6) to a message similar to the ransom note text file.<\/p>\n

Figure 6: AvosLocker ransom note wallpaper<\/p>\n

The victim ID mentioned in the ransom note is hardcoded in the AvosLocker binary and the ransom note\u2019s filename is README_FOR_RESTORE<\/em>. ThreatLabz also observed AvosLocker using different file extensions such as .avos<\/em>, .avos2<\/em>, and .avoslinux<\/em>, with the latter being used for the Linux variant. The Linux variant is very similar to the Windows version, but also possesses the capability to terminate and encrypt ESXi virtual machines.<\/p>\n\n\n\n

\u00a0\u00a0 recoveryenabled No
\nbcdedit \/set default bootstatuspolicy ignoreallfailures
\nDeletes the Windows event logs to cover up evidence of malicious activity with the following PowerShell command:
\n
\nPowershell -command “Get-EventLog -LogName * <\/p>","protected":false},"excerpt":{"rendered":"

Post Content\u00a0\u00a0 \u200b Ransomware Analysis Since first discovered in 2021, […]<\/p>\n","protected":false},"author":0,"featured_media":1525,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1524","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-zenith-zscaler"],"yoast_head":"\nA Retrospective on AvosLocker Niraj Shivtarkar - JHC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Retrospective on AvosLocker Niraj Shivtarkar\" \/>\n<meta property=\"og:description\" content=\"Post Content\u00a0\u00a0 \u200b Ransomware Analysis Since first discovered in 2021, […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\" \/>\n<meta property=\"og:site_name\" content=\"JHC\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-28T06:01:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"A Retrospective on AvosLocker Niraj Shivtarkar\",\"datePublished\":\"2023-10-28T06:01:01+00:00\",\"dateModified\":\"2023-10-28T06:01:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\"},\"wordCount\":421,\"publisher\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg\",\"articleSection\":[\"Zenith: Zscaler\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\",\"url\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\",\"name\":\"A Retrospective on AvosLocker Niraj Shivtarkar - JHC\",\"isPartOf\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg\",\"datePublished\":\"2023-10-28T06:01:01+00:00\",\"dateModified\":\"2023-10-28T06:01:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage\",\"url\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg\",\"contentUrl\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jacksonholdingcompany.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Retrospective on AvosLocker Niraj Shivtarkar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/#website\",\"url\":\"https:\/\/jacksonholdingcompany.com\/\",\"name\":\"JHC\",\"description\":\"Your Business Is Our Business\",\"publisher\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jacksonholdingcompany.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/#organization\",\"name\":\"JHC\",\"url\":\"https:\/\/jacksonholdingcompany.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jacksonholdingcompany.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/07\/cropped-cropped-jHC-white-500-\u00d7-200-px-1-1.png\",\"contentUrl\":\"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/07\/cropped-cropped-jHC-white-500-\u00d7-200-px-1-1.png\",\"width\":452,\"height\":149,\"caption\":\"JHC\"},\"image\":{\"@id\":\"https:\/\/jacksonholdingcompany.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"A Retrospective on AvosLocker Niraj Shivtarkar - JHC","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/","og_locale":"en_US","og_type":"article","og_title":"A Retrospective on AvosLocker Niraj Shivtarkar","og_description":"Post Content\u00a0\u00a0 \u200b Ransomware Analysis Since first discovered in 2021, […]","og_url":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/","og_site_name":"JHC","article_published_time":"2023-10-28T06:01:01+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#article","isPartOf":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/"},"author":{"name":"","@id":""},"headline":"A Retrospective on AvosLocker Niraj Shivtarkar","datePublished":"2023-10-28T06:01:01+00:00","dateModified":"2023-10-28T06:01:01+00:00","mainEntityOfPage":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/"},"wordCount":421,"publisher":{"@id":"https:\/\/jacksonholdingcompany.com\/#organization"},"image":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage"},"thumbnailUrl":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg","articleSection":["Zenith: Zscaler"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/","url":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/","name":"A Retrospective on AvosLocker Niraj Shivtarkar - JHC","isPartOf":{"@id":"https:\/\/jacksonholdingcompany.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage"},"image":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage"},"thumbnailUrl":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg","datePublished":"2023-10-28T06:01:01+00:00","dateModified":"2023-10-28T06:01:01+00:00","breadcrumb":{"@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#primaryimage","url":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg","contentUrl":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/10\/zscaler-logo-og-w1Whl3.jpeg","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/jacksonholdingcompany.com\/a-retrospective-on-avoslocker-niraj-shivtarkar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jacksonholdingcompany.com\/"},{"@type":"ListItem","position":2,"name":"A Retrospective on AvosLocker Niraj Shivtarkar"}]},{"@type":"WebSite","@id":"https:\/\/jacksonholdingcompany.com\/#website","url":"https:\/\/jacksonholdingcompany.com\/","name":"JHC","description":"Your Business Is Our Business","publisher":{"@id":"https:\/\/jacksonholdingcompany.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jacksonholdingcompany.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jacksonholdingcompany.com\/#organization","name":"JHC","url":"https:\/\/jacksonholdingcompany.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacksonholdingcompany.com\/#\/schema\/logo\/image\/","url":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/07\/cropped-cropped-jHC-white-500-\u00d7-200-px-1-1.png","contentUrl":"https:\/\/jacksonholdingcompany.com\/wp-content\/uploads\/2023\/07\/cropped-cropped-jHC-white-500-\u00d7-200-px-1-1.png","width":452,"height":149,"caption":"JHC"},"image":{"@id":"https:\/\/jacksonholdingcompany.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/posts\/1524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/comments?post=1524"}],"version-history":[{"count":0,"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/posts\/1524\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/media\/1525"}],"wp:attachment":[{"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/media?parent=1524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/categories?post=1524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jacksonholdingcompany.com\/wp-json\/wp\/v2\/tags?post=1524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}