By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Security Parrot - Cyber Security News, Insights and ReviewsSecurity Parrot - Cyber Security News, Insights and Reviews
Notification
Latest News
OpenAI may use Associated Press archive for AI training
July 14, 2023
EU users can hold conversations with Google Bard from training set
July 14, 2023
Aptos, the new default font for Microsoft Office
July 14, 2023
BlackLotus UEFI bootkit sources published on GitHub
July 14, 2023
Hackers from the XDSpy cyber-espionage group attacked Russian organizations on behalf of the Ministry of Emergency Situations
July 14, 2023
Aa
  • News
  • Tutorials
  • Security InsiderComing Soon
  • Expert InsightComing Soon
Reading: Hackers post malware on GitHub, passing it off as exploits
Share
Security Parrot - Cyber Security News, Insights and ReviewsSecurity Parrot - Cyber Security News, Insights and Reviews
Aa
Search
  • News
  • Tutorials
  • Security InsiderComing Soon
  • Expert InsightComing Soon
Follow US
Security Parrot - Cyber Security News, Insights and Reviews > News > Hackers post malware on GitHub, passing it off as exploits
News

Hackers post malware on GitHub, passing it off as exploits

Last updated: 2023/06/16 at 9:27 AM
Security Parrot Editorial Team Published June 16, 2023
Share
SHARE

Hackers Target Security Researchers with Fake Exploits

Since May 2023, hackers have been actively promoting fake exploits for vulnerabilities in Chrome, Discord, Signal, WhatsApp and Microsoft Exchange online. The attackers pretend to be security researchers on Twitter and on GitHub, publishing fake PoC exploits for various zero-day vulnerabilities in the public domain. In reality, the attackers are distributing malware that infects machines running Windows and Linux.
The experts from VulnCheck were the first to notice this malicious campaign. The fakes are spread on behalf of the defunct security company High Sierra Cyber ​​Security and are actively promoted on Twitter so that researchers and vulnerability analysis firms are interested in them.
The hacker’s repositories appear to be legitimate, and their maintainers pose as real experts from Rapid7 and other well-known companies, even using real photos for this.

Malware Loader

In all the cases studied, the attacker’s repositories contain the poc.py Python script, which acts as a malware loader for Linux and Windows. The script downloads a ZIP archive to the victim’s computer from an external URL. Depending on the operating system, the target receives either cveslinux.zip (Linux) or cveswindows.zip (Windows).
As a result, the malware is stored in the %Temp% folder on Windows or /home//.local/share on Linux, and then extracted and run. VulnCheck notes that the Windows binary contained in the ZIP archive (cves_windows.exe) is detected by more than 60% of the scanners on VirusTotal, while the Linux binary (cves_linux) was much more subtle and was detected by only three scanners at the time of the report. but now there are more of them.
It is not yet clear what type of malware the attackers are spreading, but both executables install the TOR client, and the Windows version is sometimes found to be a password-stealing Trojan.

Aggressive Campaign

Although the scope and effectiveness of this campaign is unclear, VulnCheck notes that hackers are very aggressive with creating all new accounts and repositories when past ones are discovered and removed.
There are currently seven GitHub repositories known to be owned by these attackers:
• github.com/AKuzmanHSCS/Microsoft-Exchange-RCE
• github.com/MHadzicHSCS/Chrome-0-day
• github.com/GSandersonHSCS/discord-0-day-fix
• github.com/BAdithyaHSCS/Exchange-0-Day
• github.com/RShahHSCS/Discord-0-Day-Exploit
• github.com/DLandonHSCS/Discord-RCE
• github.com/SsankkarHSCS/Chromium-0-Day
In addition, the following Twitter accounts are owned by hackers:
• twitter.com/AKuzmanHSCS
• twitter.com/DLandonHSCS
• twitter.com/GSandersonHSCS
• twitter.com/MHadzicHSCS
It is worth noting that this is not the first case of targeted attacks on information security experts and not the first case when hackers distribute fake exploits (1, 2). By attacking members of the cybersecurity community, in theory, attackers not only gain access to data on vulnerability research (which the victim may have access to), but also increase the chances of infecting the victim’s computer with malware.

Hackers Target Security Researchers with Fake Exploits

Since May 2023, hackers have been actively promoting fake exploits for vulnerabilities in Chrome, Discord, Signal, WhatsApp and Microsoft Exchange online. The attackers pretend to be security researchers on Twitter and on GitHub, publishing fake PoC exploits for various zero-day vulnerabilities in the public domain. In reality, the attackers are distributing malware that infects machines running Windows and Linux.
The experts from VulnCheck were the first to notice this malicious campaign. The fakes are spread on behalf of the defunct security company High Sierra Cyber ​​Security and are actively promoted on Twitter so that researchers and vulnerability analysis firms are interested in them.
The hacker’s repositories appear to be legitimate, and their maintainers pose as real experts from Rapid7 and other well-known companies, even using real photos for this.

Malware Loader

In all the cases studied, the attacker’s repositories contain the poc.py Python script, which acts as a malware loader for Linux and Windows. The script downloads a ZIP archive to the victim’s computer from an external URL. Depending on the operating system, the target receives either cveslinux.zip (Linux) or cveswindows.zip (Windows).
As a result, the malware is stored in the %Temp% folder on Windows or /home//.local/share on Linux, and then extracted and run. VulnCheck notes that the Windows binary contained in the ZIP archive (cves_windows.exe) is detected by more than 60% of the scanners on VirusTotal, while the Linux binary (cves_linux) was much more subtle and was detected by only three scanners at the time of the report. but now there are more of them.
It is not yet clear what type of malware the attackers are spreading, but both executables install the TOR client, and the Windows version is sometimes found to be a password-stealing Trojan.

Aggressive Campaign

Although the scope and effectiveness of this campaign is unclear, VulnCheck notes that hackers are very aggressive with creating all new accounts and repositories when past ones are discovered and removed.
There are currently seven GitHub repositories known to be owned by these attackers:
• github.com/AKuzmanHSCS/Microsoft-Exchange-RCE
• github.com/MHadzicHSCS/Chrome-0-day
• github.com/GSandersonHSCS/discord-0-day-fix
• github.com/BAdithyaHSCS/Exchange-0-Day
• github.com/RShahHSCS/Discord-0-Day-Exploit
• github.com/DLandonHSCS/Discord-RCE
• github.com/SsankkarHSCS/Chromium-0-Day
In addition, the following Twitter accounts are owned by hackers:
• twitter.com/AKuzmanHSCS
• twitter.com/DLandonHSCS
• twitter.com/GSandersonHSCS
• twitter.com/MHadzicHSCS
It is worth noting that this is not the first case of targeted attacks on information security experts and not the first case when hackers distribute fake exploits (1, 2). By attacking members of the cybersecurity community, in theory, attackers not only gain access to data on vulnerability research (which the victim may have access to), but also increase the chances of infecting the victim’s computer with malware.
Hackers have been targeting security researchers with fake exploits for months now, and the malicious campaign is still ongoing. The attackers are posing as security researchers on Twitter and GitHub, publishing fake PoC exploits for various zero-day vulnerabilities in the public domain. In reality, the attackers are distributing malware that infects machines running Windows and Linux.
The experts from VulnCheck were the first to notice this malicious campaign. The fakes are spread on behalf of the defunct security company High Sierra Cyber ​​Security and are actively promoted on Twitter so that researchers and vulnerability analysis firms are interested in them.
The hacker’s repositories appear to be legitimate, and their maintainers pose as real experts from Rapid7 and other well-known companies, even using real photos for this.

Malware Loader

In all the cases studied, the attacker’s repositories contain the poc.py Python script, which acts as a malware loader for Linux and Windows. The script downloads a ZIP archive to the victim’s computer from an external URL. Depending on the operating system, the target receives either cveslinux.zip (Linux) or cveswindows.zip (Windows).
As a result, the malware is stored in the %Temp% folder on Windows or /home//.local/share on Linux, and then extracted and run. VulnCheck notes that the Windows binary contained in the ZIP archive (cves_windows.exe) is detected by more than 60% of the scanners on VirusTotal, while the Linux binary (cves_linux) was much more subtle and was detected by only three scanners at the time of the report. but now there are more of them.
It is not yet clear what type of malware the attackers are spreading, but both executables install the TOR client, and the Windows version is sometimes found to be a password-stealing Trojan.

Aggressive Campaign

Although the scope and effectiveness of this campaign is unclear, VulnCheck notes that hackers are very aggressive with creating all new accounts and repositories when past ones are discovered and removed.
There are currently seven GitHub repositories known to be owned by these attackers, as well as four Twitter accounts. It is worth noting that this is not the first case of targeted

Weekly Updates For Our Loyal Readers!

Security Parrot Editorial Team June 16, 2023
Share this Article
Facebook Twitter Email Copy Link Print

Archives

  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • February 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020

You Might Also Like

News

OpenAI may use Associated Press archive for AI training

July 14, 2023
News

EU users can hold conversations with Google Bard from training set

July 14, 2023
News

Aptos, the new default font for Microsoft Office

July 14, 2023
News

BlackLotus UEFI bootkit sources published on GitHub

July 14, 2023

© 2022 Parrot Media Network. All Rights Reserved.

  • Home
  • Parrot Media Group
  • Privacy Policy
  • Terms and Conditions
Join Us!

Subscribe to our newsletter and never miss our latest news, podcasts etc..

Zero spam, Unsubscribe at any time.

Removed from reading list

Undo
Go to mobile version
Welcome Back!

Sign in to your account

Lost your password?