{"id":12039,"date":"2020-11-24T00:41:32","date_gmt":"2020-11-24T00:41:32","guid":{"rendered":"https:\/\/nsfocusglobal.com\/?p=12039"},"modified":"2026-04-17T18:07:47","modified_gmt":"2026-04-17T18:07:47","slug":"supply-chain-attack-event-targeted-attacks-on-java-projects-in-github","status":"publish","type":"post","link":"https:\/\/nsfocusglobal.com\/pt-br\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/","title":{"rendered":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><h2 class=\"wp-block-heading\">Preface<\/h2>\n\n\n\n<p>Recently, GitHub&#8217;s Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving open-source projects that were infected with malicious code (https:\/\/securitylab.github.com\/research\/octopus-scanner-malware-open-source-supply-chain). According to the article, attackers submitted malicious code to the open-source projects, which were referenced by other open-source projects. After being used by developers, these open-source projects with malicious code will search the developers&#8217; machines for NetBeans IDE. If the IDE is found, all Java Archive (JAR) files created by NetBeans will be infected and loaders of malware will be implanted to ensure that the projects can release a remote administration tool (RAT).<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>In other words, the supply chain attack aims at developers who usually use open-source projects. By infecting the integrated development environment (IDE) used by developers, it achieves the purpose of implanting malware into all the developed projects. At present, the attacks are only directed towards Java projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Analysis of the Event and Malware<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Key Event Information<\/h3>\n\n\n\n<p>According to information disclosed about this event, we comb up the timeline of this supply chain attack event:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"700\" height=\"255\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-1-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12042\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-1-1.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-1-1-300x109.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p>Based on the analysis of malware and the disclosure by SIRT, we can check whether environments are infected as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Check whether NetBeans IDE exists<\/li><li>Search the NetBeans project directory for cache.dat and nbproject\/cache.dat<\/li><li>Check whether the newly generated projects contain the above-mentioned files<\/li><\/ul>\n\n\n\n<p>SIRT said that in March, they received the message from security researchers and set about analyzing and handling the event. By relying on the analysis information for search at GitHub, we can find 12 open issues and one handled issue containing project names, which are pasted here for query and handling:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Project Name<\/td><td>Link<\/td><td>Issue Handling Status<\/td><\/tr><tr><td>george-bennett\/V2Mp3Player<\/td><td>https:\/\/github.com\/george-bennett\/V2Mp3Player\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>KosimCorp\/Kosim-Framework<\/td><td>https:\/\/github.com\/KosimCorp\/Kosim-Framework\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>SebasR16\/Punto-de-venta<\/td><td>https:\/\/github.com\/SebasR16\/Punto-de-venta\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>PratDaBrat\/JavaPacman<\/td><td>https:\/\/github.com\/PratDaBrat\/JavaPacman\/issues\/2<\/td><td>No response<\/td><\/tr><tr><td>BarbosaO\/2D-Physics-Simulations<\/td><td>https:\/\/github.com\/BarbosaO\/2D-Physics-Simulations\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>Sliray\/Secuencia-Numerica<\/td><td>https:\/\/github.com\/Sliray\/Secuencia-Numerica\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>hawacodes\/CallCenter<\/td><td>https:\/\/github.com\/hawacodes\/CallCenter\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>SierraBrandt\/GuessTheAnimal<\/td><td>https:\/\/github.com\/SierraBrandt\/GuessTheAnimal\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>callmehetch\/PacmanGame<\/td><td>https:\/\/github.com\/callmehetch\/PacmanGame\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>jyeemvhs\/SnakeCenterBox4<\/td><td>https:\/\/github.com\/jyeemvhs\/SnakeCenterBox4\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>FelixGtz99\/ProyectoGerundio<\/td><td>https:\/\/github.com\/FelixGtz99\/ProyectoGerundio\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>nk-fouque\/pacman-java_ia<\/td><td>https:\/\/github.com\/nk-fouque\/pacman-java_ia\/issues\/1<\/td><td>No response<\/td><\/tr><tr><td>cjthimm\/SuperMario-FR-<\/td><td>https:\/\/github.com\/cjthimm\/SuperMario-FR-\/issues\/1<\/td><td>Handled<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Analysis of Malicious Files<\/h3>\n\n\n\n<p>During the attack, malicious files are mainly JAR files written in Java, and the whole attack process is divided into multiple modules according to different functions.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"700\" height=\"309\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-2-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12044\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-2-1.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-2-1-300x132.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">ocs.txt<\/h4>\n\n\n\n<p>The malicious file disguises itself as ocs.txt and is actually a JAR file. The main function of ocs.txt malware is to release the attack payload in the second stage into the infected system.<\/p>\n\n\n\n<p>Since the JAR file can run on multiple platforms, the code of the malicious file is written for different systems. It can be seen from decompiled code logic that the original malware supports both Windows and Linux systems.<\/p>\n\n\n\n<p>On Linux systems, the malware extracts octopus.dat, the attack payload of the second stage, to $HOME\/.local\/share\/octo., and creates the automatic startup script octo.destop in the $HOME\/.config\/autostart directory:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"697\" height=\"166\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-3-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12046\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-3-1.jpg 697w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-3-1-300x71.jpg 300w\" sizes=\"(max-width: 697px) 100vw, 697px\" \/><\/figure><\/div>\n\n\n\n<p>On Windows systems, the malware extracts the attack payload of the second stage to the user directory AppData\\Local\\Microsoft\\Cache134.dat and configures settings for launching the scheduled task.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"128\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-4.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12047\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-4.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-4-300x55.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">octopus.dat<\/h4>\n\n\n\n<p>The built-in octopus.dat file is dubbed Octopus Scanner. Based on the static string in the file, we identify that its version is 3.2.01. The file is released into the victim&#8217;s system under the name of octo to perform the key infection function, with the main process as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>Find the infected targets by searching the corresponding directory for Netbeans projects and project property files:<\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>$APPDATA\/NetBeans<\/li><li>$HOME\/.netbeans<\/li><li>config\/Preferences\/org\/netbeans\/modules\/projectui.properties<\/li><\/ul>\n\n\n\n<p>After finding projectui.properties, the malicious code will use WatchService for registration monitoring to monitor file addition, alteration, and deletion events occurring in the directory. After such an event is detected and the file name is not uihandler.properties, the related file name, event name and time will be encrypted and written into the .eSv31410a81lL.dat file in the TEMP directory or .local\/share\/.eSv31410a81lL.dat file in the HOME directory. Attackers could obtain the contents of the file via a subsequent RAT.<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\" start=\"2\"><li>Search the project property file for openProjectsURLs to find the target project path and spread infection through the following process:<\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>Modify the nbproject\/build-impl.xml file by adding the following contents:<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"646\" height=\"400\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-5-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12049\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-5-1.jpg 646w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-5-1-300x186.jpg 300w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/><\/figure><\/div>\n\n\n\n<p>These two configurations work in the NetBeans build process. After class construction, the pre-jar tasks provide hooks into the build at the point where all Java classes are compiled but before they are zipped into a final JAR artifact. The post-jar tasks provide hooks into the build at the point the JAR has actually been created.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Extract the attack payload of the third stage in the resource file to nbproject\/cache.dat to coordinate the preceding hooks.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"680\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-6-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12051\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-6-1.jpg 688w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-6-1-300x297.jpg 300w\" sizes=\"(max-width: 688px) 100vw, 688px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">cache.dat<\/h4>\n\n\n\n<p>While the Netbeans project is constructed, cache.dat will try to insert its own class file into the project. In addition, it marks files to prevent the infected projects from being reconstructed. When these infected projected are submitted to GitHub and other open-source platforms, it is likely that other developers are infected.<\/p>\n\n\n\n<p>The class file inserted into the project will also be executed by cache.dat, which is mainly to release another Java component and set scheduled tasks for it. After the component is executed, a RAT program will be downloaded and executed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">RAT- FEimea Portable App Tool<\/h4>\n\n\n\n<p>The downloaded data.txt is the final RAT tool:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"463\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-7-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12053\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-7-1.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-7-1-300x198.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p>During its execution, the RAT will check whether the current system is infected. When the system is found not to be infected, ocs.txt will be downloaded from C&amp;C and executed. Presumably, the victim&#8217;s infected machine did not just download an infected project, but was infected with the RAT first before downloading the malware that subsequently infected his or her local Java projects.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"294\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-8.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12054\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-8.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-8-300x126.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p><strong>The RAT contains the following command:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Command<\/td><td>Function<\/td><\/tr><tr><td>SELECT<\/td><td>Saves to the specified path.<\/td><\/tr><tr><td>LIST<\/td><td>Obtains the file and subdirectory list in the specified directory.<\/td><\/tr><tr><td>STAT<\/td><td>Lists details about the specified file or directory, including the path, type and last modification time; collects information about the file list in the directory and gathers file sizes and read\/write permissions.<\/td><\/tr><tr><td>PWD<\/td><td>Obtains the current path.<\/td><\/tr><tr><td>RENAME<\/td><td>Renames a file.<\/td><\/tr><tr><td>HASH<\/td><td>Obtains SHA-256 of a specific file.<\/td><\/tr><tr><td>COPY<\/td><td>Copies a file.<\/td><\/tr><tr><td>APPEND<\/td><td>If the parameter is a directory name, the directory will be created and written into the file; if the parameter is a file, specific contents are appended to it.<\/td><\/tr><tr><td>FETCH<\/td><td>Uploads the specified file.<\/td><\/tr><tr><td>REMOVE<\/td><td>Deletes a file.<\/td><\/tr><tr><td>NOOP<\/td><td>No actual operations.<\/td><\/tr><tr><td>ACCESS<\/td><td>If the subordinate parameter is STOP, exits the program immediately; if the subordinate parameter is VERSION, collects information about the current program, including the version as well as the name and architecture of the operating system concerning audio information (unavailable in fact); if the subordinate parameter is DOWNLOAD, downloads the specified file.<\/td><\/tr><tr><td>BYE<\/td><td>Does not receive and send instructions any more.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The RAT will pass back the name, architecture, and user name of the operating system as well as the user name obtained from the .gitconfig file to the specified C&amp;C. Attackers could register a specific domain name based on the user name and other information, upload the malicious JAR, and send the ACCESS command to make the zombie download the component. This is more obvious in the A2S component in the next stage.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"227\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-9-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12056\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-9-1.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-9-1-300x97.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">a2s.txt<\/h4>\n\n\n\n<p>In particular, when the infected host is Windows, the RAT will download the new class component a2s.txt and execute it.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"50\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-10.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12057\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-10.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-10-300x21.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<p>The component will determine the bits of the system so as to release the appropriate DLL module to record the user-supplied keyboard input.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"100\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-11.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12058\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-11.jpg 662w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-11-300x45.jpg 300w\" sizes=\"(max-width: 662px) 100vw, 662px\" \/><\/figure><\/div>\n\n\n\n<p>What is recorded is written into the async3.log file.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"540\" height=\"434\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-12-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12060\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-12-1.jpg 540w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-12-1-300x241.jpg 300w\" sizes=\"(max-width: 540px) 100vw, 540px\" \/><\/figure><\/div>\n\n\n\n<p>Besides, the A2S component passes back the contents of async3.log to C&amp;C only when the newly added contents exceed 4096 bytes. Each time, A2S saves the total length of the log file into the async3.off file, with a view to knowing the offset of the newly added contents at the next time of read. If the request succeeds, the response from the server will contain the packet with the &#8220;A2SOK&#8221; string.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"778\" height=\"886\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-13-1.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12062\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-13-1.jpg 778w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-13-1-263x300.jpg 263w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-13-1-768x875.jpg 768w\" sizes=\"(max-width: 778px) 100vw, 778px\" \/><\/figure><\/div>\n\n\n\n<p>Furthermore, A2S could exploit the current user name to generate a URL, release a class file attached with the URL, set the autostart class script according to the same preceding method, and then send the system information and user name of the current computer to the server.<\/p>\n\n\n\n<p>In this class file, attackers exploit the URLClassLoader to load the URL and execute the downloaded main method in the class file. This shows that attackers has long-term intention of registering different domain names based on the information regarding the user name and configuring Java program for the domain names, in an attempt to execute arbitrary Java program in the victim&#8217;s system and launch customized attacks against various users.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"73\" src=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-14.jpg\" alt=\"Red circular no entry sign with a white horizontal bar.\" class=\"wp-image-12063\" srcset=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-14.jpg 700w, https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/11\/1124-14-300x31.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p>The event is a typical supply chain attack. In the attack, GitHub, the largest code sharing platform, was exploited to complete an extensive attack. Usually, attackers use GitHub to host C2 or malicious code. However, in this event, attackers implant malicious code in open-source projects, which, once downloaded by developers, will infect all applications developed with these infected projects. This takes advantage of the fluke mind of developers to some extent, &#8220;Since the code of the open-source projects has been disclosed, it is quite safe to use them&#8221;. Therefore, when using open-source projects, we should keep an eye on other projects related to the open-source projects and intensify efforts in auditing the open-source code so as to nip the threat in the bud.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">IOC<\/h2>\n\n\n\n<p>Domain:<\/p>\n\n\n\n<p>utelemetrics.atwebpages.com,<\/p>\n\n\n\n<p>ecc.freeddns.org,<\/p>\n\n\n\n<p>san.strangled.net,<\/p>\n\n\n\n<p>ntpsysse.duckdns.org<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Preface Recently, GitHub&#8217;s Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving open-source projects that were infected with malicious code (https:\/\/securitylab.github.com\/research\/octopus-scanner-malware-open-source-supply-chain). According to the article, attackers submitted malicious code to the open-source projects, which were referenced by other open-source projects. After being used by developers, these [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":11584,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[3,5],"tags":[372],"class_list":["post-12039","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-ddos-mitigation","tag-ddos-attack"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS<\/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:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS\" \/>\n<meta property=\"og:description\" content=\"Preface Recently, GitHub&#039;s Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/\" \/>\n<meta property=\"og:site_name\" content=\"NSFOCUS\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-24T00:41:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T18:07:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg\" \/>\n<meta name=\"author\" content=\"NSFOCUS\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS\" \/>\n<meta name=\"twitter:description\" content=\"Preface Recently, GitHub&#039;s Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"NSFOCUS\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/\"},\"author\":{\"name\":\"NSFOCUS\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\"},\"headline\":\"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub\",\"datePublished\":\"2020-11-24T00:41:32+00:00\",\"dateModified\":\"2026-04-17T18:07:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/\"},\"wordCount\":1700,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/1006-1-e1644975221464.jpg\",\"keywords\":[\"DDoS attack\"],\"articleSection\":[\"Blog\",\"DDoS Mitigation\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/\",\"name\":\"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/1006-1-e1644975221464.jpg\",\"datePublished\":\"2020-11-24T00:41:32+00:00\",\"dateModified\":\"2026-04-17T18:07:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/1006-1-e1644975221464.jpg\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/1006-1-e1644975221464.jpg\",\"width\":420,\"height\":178,\"caption\":\"Abstract blue technology digital background design.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsfocusglobal.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#website\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/\",\"name\":\"NSFOCUS\",\"description\":\"Security Made Smart and Simple\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nsfocusglobal.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#organization\",\"name\":\"NSFOCUS\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo-ns.png\",\"contentUrl\":\"https:\\\/\\\/nsfocusglobal.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo-ns.png\",\"width\":248,\"height\":36,\"caption\":\"NSFOCUS\"},\"image\":{\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsfocusglobal.com\\\/#\\\/schema\\\/person\\\/fd9ab61c9c77a81bbd870f725cc0c61d\",\"name\":\"NSFOCUS\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g\",\"caption\":\"NSFOCUS\"},\"sameAs\":[\"https:\\\/\\\/nsfocusglobal.com\"],\"url\":\"https:\\\/\\\/nsfocusglobal.com\\\/pt-br\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS","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:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/","og_locale":"pt_BR","og_type":"article","og_title":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS","og_description":"Preface Recently, GitHub's Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving","og_url":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/","og_site_name":"NSFOCUS","article_published_time":"2020-11-24T00:41:32+00:00","article_modified_time":"2026-04-17T18:07:47+00:00","og_image":[{"url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","type":"","width":"","height":""}],"author":"NSFOCUS","twitter_card":"summary_large_image","twitter_title":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS","twitter_description":"Preface Recently, GitHub's Security Incident Response Team (SIRT) published an article saying that a set of Github code repositories were serving","twitter_image":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","twitter_misc":{"Escrito por":"NSFOCUS","Est. tempo de leitura":"8 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#article","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/"},"author":{"name":"NSFOCUS","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d"},"headline":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub","datePublished":"2020-11-24T00:41:32+00:00","dateModified":"2026-04-17T18:07:47+00:00","mainEntityOfPage":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/"},"wordCount":1700,"commentCount":0,"publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"image":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","keywords":["DDoS attack"],"articleSection":["Blog","DDoS Mitigation"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/","url":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/","name":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub - NSFOCUS","isPartOf":{"@id":"https:\/\/nsfocusglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#primaryimage"},"image":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#primaryimage"},"thumbnailUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","datePublished":"2020-11-24T00:41:32+00:00","dateModified":"2026-04-17T18:07:47+00:00","breadcrumb":{"@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#primaryimage","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2020\/09\/1006-1-e1644975221464.jpg","width":420,"height":178,"caption":"Abstract blue technology digital background design."},{"@type":"BreadcrumbList","@id":"https:\/\/nsfocusglobal.com\/supply-chain-attack-event-targeted-attacks-on-java-projects-in-github\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nsfocusglobal.com\/"},{"@type":"ListItem","position":2,"name":"Supply Chain Attack Event \u2014 Targeted Attacks on Java Projects in GitHub"}]},{"@type":"WebSite","@id":"https:\/\/nsfocusglobal.com\/#website","url":"https:\/\/nsfocusglobal.com\/","name":"NSFOCUS","description":"Security Made Smart and Simple","publisher":{"@id":"https:\/\/nsfocusglobal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nsfocusglobal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/nsfocusglobal.com\/#organization","name":"NSFOCUS","url":"https:\/\/nsfocusglobal.com\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/logo\/image\/","url":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/08\/logo-ns.png","contentUrl":"https:\/\/nsfocusglobal.com\/wp-content\/uploads\/2024\/08\/logo-ns.png","width":248,"height":36,"caption":"NSFOCUS"},"image":{"@id":"https:\/\/nsfocusglobal.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/nsfocusglobal.com\/#\/schema\/person\/fd9ab61c9c77a81bbd870f725cc0c61d","name":"NSFOCUS","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3dc987908fc59791d261b1006d84eb931d15287261476b9384e690ed0c568de?s=96&d=mm&r=g","caption":"NSFOCUS"},"sameAs":["https:\/\/nsfocusglobal.com"],"url":"https:\/\/nsfocusglobal.com\/pt-br\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/12039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/comments?post=12039"}],"version-history":[{"count":1,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/12039\/revisions"}],"predecessor-version":[{"id":32708,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/posts\/12039\/revisions\/32708"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media\/11584"}],"wp:attachment":[{"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/media?parent=12039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/categories?post=12039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsfocusglobal.com\/pt-br\/wp-json\/wp\/v2\/tags?post=12039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}