<?xml version="1.0"?>
<rss version="2.0"><channel><title><![CDATA[News: Security & Privacy News]]></title><link>https://nsaneforums.com/news/security-privacy-news/page/99/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Docker Hub repositories hide over 1,650 malicious containers</title><link>https://nsaneforums.com/news/security-privacy-news/docker-hub-repositories-hide-over-1650-malicious-containers-r10392/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Over 1,600 publicly available Docker Hub images hide malicious behavior, including cryptocurrency miners, embedded secrets that can be used as backdoors, DNS hijackers, and website redirectors.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Docker Hub is a cloud-based container library allowing people to freely search and download Docker images or upload their creations to the public library or personal repositories.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Docker images are templates for the quick and easy creation of containers that contain ready-to-use code and applications. Therefore, those looking to set up new instances often turn to Docker Hub to quickly find an easily deployable application.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, due to abuse of the service by threat actors, over a thousand malicious uploads introduce severe risks to unsuspecting users deploying malware-laden images on locally hosted or cloud-based containers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Many malicious images use names that disguise them as popular and trustworthy projects, so threat actors clearly uploaded them to trick users into downloading them.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Researchers at Sysdig looked into the issue, trying to evaluate the scale of the problem, and reported on the found images that feature some form of malicious code or mechanism.</span>
</p>

<h2>
	<span style="font-size:14px;">Docker Hub traps</span>
</h2>

<p>
	<span style="font-size:14px;">Apart from images reviewed by the Docker Library Project, which are verified to be trustworthy, hundreds of thousands of images with an unknown status are on the service.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Sysdig used its automated scanners to scrutinize 250,000 unverified Linux images and identified 1,652 of them as malicious.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="malicious-images.png" class="ipsImage" data-ratio="77.35" height="485" width="627" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/malicious-images.png" />
		
			<p>
				<span style="font-size:14px;">Types of malicious images on Docker Hub (Sysdig)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The largest category was that of crypto-miners, found in 608 container images, targeting server resources to mine cryptocurrency for the threat actors.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The second most-common occurrence were images hiding embedded secrets, measuring 281 cases. The secrets embedded in these images are SSH keys, AWS credentials, GitHub tokens, NPM tokens, and others.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="secrets.png" class="ipsImage" data-ratio="75.10" height="539" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/secrets.png" />
		
			<p>
				<span style="font-size:14px;">Types of secrets left in Docker images (Sysdig)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Sysdig comments that these secrets may have been left on public images by mistake or intentionally injected by the threat actor who created and uploaded them.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“By embedding an SSH key or an API key into the container, the attacker can gain access once the container is deployed,” warns Sysdig in <a href="https://sysdig.com/blog/analysis-of-supply-chain-attacks-through-public-docker-images/" rel="external nofollow">the report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“For instance, uploading a public key to a remote server allows the owners of the corresponding private key to open a shell and run commands via SSH, similar to implanting a backdoor.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Many malicious images discovered by Sysdig used typosquatting to impersonate legitimate and trusted images, only to infect users with crypto-miners.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This tactic lays the ground for some highly successful cases, like the two examples shown below, that have been downloaded almost 17,000 times.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="typosquat-2.png" class="ipsImage" data-ratio="43.89" height="240" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Tables/typosquat-2.png" />
		
			<p>
				<span style="font-size:14px;">Docker images containing coinminers (Sysdig)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Typosquatting also ensures that users mistyping the name of a popular project will download a malicious image, so while this doesn’t produce large victim counts, it still ensures a steady stream of infections.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="typosquat(1).png" class="ipsImage" data-ratio="75.10" height="411" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Tables/typosquat(1).png" />
		
			<p>
				<span style="font-size:14px;">Typosquatted images capturing random mistypes (Sysdig)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<h2>
	<span style="font-size:14px;">A worsening problem</span>
</h2>

<p>
	<span style="font-size:14px;">Sysdig says that in 2022, 61% of all images pulled from Docker Hub come from public repositories, a 15% rise from 2021 stats, so the risk for users is on the rise.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, the size of the Docker Hub public library does not allow its operators to scrutinize all uploads daily; hence many malicious images go unreported.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Sysdig also noticed that most threat actors only upload a couple of malicious images, so even if a risky image is removed and the uploader is banned, it doesn’t significantly impact the platform’s threat landscape.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/docker-hub-repositories-hide-over-1-650-malicious-containers/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10392</guid><pubDate>Fri, 25 Nov 2022 21:10:16 +0000</pubDate></item><item><title>Google pushes emergency Chrome update to fix 8th zero-day in 2022</title><link>https://nsaneforums.com/news/security-privacy-news/google-pushes-emergency-chrome-update-to-fix-8th-zero-day-in-2022-r10391/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Google has released an emergency security update for the desktop version of the Chrome web browser, addressing the eighth zero-day vulnerability exploited in attacks this year.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The high-severity flaw is tracked as CVE-2022-4135 and is a heap buffer overflow in GPU, discovered by Clement Lecigne of Google's Threat Analysis Group on November 22, 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Google is aware that an exploit for CVE-2022-4135 exists in the wild," reads the update notice.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As users need time to apply the security update on their Chrome installations, Google has withheld details about the vulnerability to prevent expanding its malicious exploitation.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">"Access to bug details and links may be kept restricted until a majority of users are updated with a fix. We will also retain restrictions if the bug exists in a third party library that other projects similarly depend on, but haven't yet fixed." - <a href="https://chromereleases.googleblog.com/2022/11/stable-channel-update-for-desktop_24.html" rel="external nofollow">Google</a></span>
	</p>
</div>

<p>
	<span style="font-size:14px;">In general, heap buffer overflow is a memory vulnerability resulting in data being written to forbidden (usually adjacent) locations without check.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Attackers may use heap buffer overflow to overwrite an application's memory to manipulate its execution path, resulting in unrestricted information access or arbitrary code execution.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Chrome users are recommended to upgrade to version 107.0.5304.121/122 for Windows and 107.0.5304.122 for Mac and Linux, which addresses CVE-2022-4135.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To update Chrome, head to Settings → About Chrome → Wait for the download of the latest version to finish → Restart the program.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="Update.png" class="ipsImage" data-ratio="33.77" height="233" width="690" src="https://www.bleepstatic.com/images/news/u/1220909/Software/Update.png" />
</div>

<div>
	<span style="font-size:14px;">Chrome updated to the latest version</span>
</div>

<h2>
	<span style="font-size:14px;">Chrome's eighth zero-day fix in 2022</span>
</h2>

<p>
	<span style="font-size:14px;">Chrome version 107.0.5304.121/122 fixes the eighth actively exploited zero-day vulnerability this year, indicating the high interest of attackers against the widely used browser.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The previous seven zero-day fixes are:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-fixes-seventh-chrome-zero-day-exploited-in-attacks-this-year/" rel="external nofollow">CVE-2022-3723</a> – October 28th</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-chrome-emergency-update-fixes-new-zero-day-used-in-attacks/" rel="external nofollow">CVE-2022-3075</a> – September 2nd</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2856" rel="external nofollow">CVE-2022-2856</a> – August 17th</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2294" rel="external nofollow">CVE-2022-2294</a> – July 4th</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-chrome-emergency-update-fixes-zero-day-used-in-attacks/" rel="external nofollow">CVE-2022-1364</a> – April 14th</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/emergency-google-chrome-update-fixes-zero-day-used-in-attacks/" rel="external nofollow">CVE-2022-1096</a> – March 25th</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-chrome-emergency-update-fixes-zero-day-exploited-in-attacks/" rel="external nofollow">CVE-2022-0609</a> – February 14th</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These flaws are typically leveraged by <a href="https://www.bleepingcomputer.com/news/security/north-korean-hackers-exploit-chrome-zero-day-weeks-before-patch/" rel="external nofollow">sophisticated hackers</a> who use them in highly targeted attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Nevertheless, all Chrome users are strongly advised to update their web browsers as soon as possible to block potential exploitation attempts.</span>
</p>

<div>
	 
</div>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-pushes-emergency-chrome-update-to-fix-8th-zero-day-in-2022/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10391</guid><pubDate>Fri, 25 Nov 2022 21:05:14 +0000</pubDate></item><item><title>Vice Society ransomware claims attack on Cincinnati State college</title><link>https://nsaneforums.com/news/security-privacy-news/vice-society-ransomware-claims-attack-on-cincinnati-state-college-r10390/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The Vice Society ransomware operation has claimed responsibility for a cyberattack on Cincinnati State Technical and Community College, with the threat actors now leaking data allegedly stolen during the attack.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The hackers posted a long list of documents on their Tor data leak site they claim was stolen from the college, indicating that a ransom was never paid.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The documents date from several years ago until November 24, 2022, possibly indicating that the threat actors maintain access to the breached systems, but this has not been verified.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">All documents on the Vice Society site have been made freely accessible to visitors and contain PII (personally identifiable information) in the leaked files.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="cincinnati-vice.png" class="ipsImage" data-ratio="75.10" height="540" width="417" src="https://www.bleepstatic.com/images/news/u/1220909/ransomware/cincinnati-vice.png" />
	<p>
		<span style="font-size:14px;">Cincinnati State listed as the most recent victim on the Vice Society site - (BleepingComputer)</span>
	</p>

	<p>
		 
	</p>

	<p>
		<strong><span style="font-size:14px;">Restoring operations</span></strong>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Cincinnati State college informed its 10,000 students and 1,000 staff members that they suffered a cybersecurity incident earlier in the month, warning that online services and restoration to regular operations will take time.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The <a href="https://www.cincinnatistate.edu/restoration-update/" rel="external nofollow">latest update</a> on the cyberattack came on Tuesday this week, announcing the restoration of on-campus networks and email, partial internet access, and classroom computers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, voicemail, network printing, VPN access, network and intranet shared drives are all unavailable, while a range of online application and registration portals are also offline.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The college has posted FAQs for the employees, current and new students, guiding them on how to interact with the administration until systems return to normal operations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, there aren't workarounds for all services, so the disruption from the cyberattack remains significant for the college.</span>
</p>

<h2>
	<span style="font-size:14px;">Vice Society vs. education</span>
</h2>

<p>
	<span style="font-size:14px;">Vice Society has a long history of targeting educational institutions ranging from K-12 school districts to universities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A new report by Microsoft recently observed Vice Society using <a href="https://www.bleepingcomputer.com/news/security/microsoft-vice-society-targets-schools-with-multiple-ransomware-families/" rel="external nofollow">multiple ransomware families</a> in attacks against the education sector, including BlackCat, QuantumLocker, Zeppelin, and RedAlert.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In addition to these families, BleepingComputer has seen Vice Society deploying the HelloKitty ransomware in attacks as well.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In September, the <a href="https://www.bleepingcomputer.com/news/security/fbi-warns-of-vice-society-ransomware-attacks-on-school-districts/" rel="external nofollow">FBI warned</a> about Vice Society's focus on schools and universities after seeing the threat group targeting the education sector disproportionately.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A notable Vice Society victim from the education sector is the <a href="https://www.bleepingcomputer.com/news/security/vice-society-claims-lausd-ransomware-attack-theft-of-500gb-of-data/" rel="external nofollow">Los Angeles Unified</a> (LAUSD), the second-largest school district in the United States.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat group has also targeted educational institutes in other countries, like the <a href="https://www.bleepingcomputer.com/news/security/vice-society-claims-ransomware-attack-on-med-university-of-innsbruck/" rel="external nofollow">Medical University of Innsbruck</a> in Austria.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/vice-society-ransomware-claims-attack-on-cincinnati-state-college/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10390</guid><pubDate>Fri, 25 Nov 2022 21:00:35 +0000</pubDate></item><item><title>Investigates: &#x2018;Very scary&#x2019; issue dialing 911 on Google Pixel 6 cell phones</title><link>https://nsaneforums.com/news/security-privacy-news/investigates-%E2%80%98very-scary%E2%80%99-issue-dialing-911-on-google-pixel-6-cell-phones-r10379/</link><description><![CDATA[<p>
	 
</p>

<p>
	GLYNN COUNTY, Ga. — Some cell phone users say they had an issue dialing 911 from their Google Pixel 6 models.<br />
	 
</p>

<p>
	<span style="font-size:18px;"><strong>DIALING 911</strong></span> Karen Macleod said she tried to call 911 when her 5-year-old son, Andrew, was having a seizure. “He was with a babysitter [while] I was at work,” she said. Macleod said she called Glynn County’s 911 center, but something went wrong with her line because she heard one click and then silence every time she dialed. “I was panic dialing over and over again,” said Macleod.
</p>

<p>
	 
</p>

<p>
	Fortunately, she was close by and was able to drive Andrew to the hospital where doctors diagnosed him with viral meningitis.
</p>

<p>
	 
</p>

<p>
	“This is a huge issue. Very scary. [It] could have cost him his life,” said Macleod. “[It could] cost other people their lives - not being able to dial 911 on your phone is a huge deal.”
</p>

<p>
	 
</p>

<p>
	Macleod is one of five million Google Pixel 6, 6 Pro, and 6a owners who purchased their phones in the past year according to the International Data Corporation. Action News Jax investigates found numerous complaints online from other Google Pixel 6 owners who say their phones have trouble calling 911 or emergency services. One person on Google’s support forum said, “I tried calling 911 twice from the car today, and it wouldn’t actually ring through to 911.” On Reddit, a person wrote, “I could not get my phone to connect to 911″ during an emergency at their home.
</p>

<p>
	 
</p>

<p>
	Macleod posted a video about her experience on TikTok showing the phone appearing not to connect to the 911 call center, “So this is what happens on my brand new $1,000 Google phone when I try to call 911.”
</p>

<p>
	 
</p>

<p>
	“It’s not connecting. There’s not a ring tone, a dial tone. There’s nothing,” said Macleod in another TikTok video.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:18px;"><strong>THE TEST</strong></span> When she dialed 911 for that video, it was only a test. It’s legal because she dialed the non-emergency number first to warn dispatchers. “You shouldn’t have to test it,” said Craig Agranoff, a technology expert in South Florida. He said having access to 911 is not only essential, but it’s the law mandated by the Federal Communications Commission. “911 is not a favor to us. It’s required from the carriers,” he said.
</p>

<p>
	 
</p>

<p>
	Google’s own support page shows it created a “fix for the issue preventing emergency calls in certain conditions while some third-party apps are installed.” Agranoff said Google provided that fix last January. But based on Macleod’s experience in September, it’s not clear if that update fixed the issue. “It’s not enough to just fix it every time people find it,” said Agranoff.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:18px;"><strong>RESPONSES</strong></span>
</p>

<p>
	 
</p>

<p>
	I contacted Glynn County emergency services about Macleod’s 911 issue. The county said it “did not find any record of these calls registering in our system during the time in question” despite Macleod’s phone log showing she called 911.
</p>

<p>
	 
</p>

<p>
	Also, I contacted Google about Macleod’s 911 issue. It responded, “we don’t have any comment to provide.”
</p>

<p>
	 
</p>

<p>
	The FCC told us it located 91 responsive records regarding issues that Google Pixel 6 has related to its services, but zero records located specifically regarding 911 or emergency contact numbers.
</p>

<p>
	 
</p>

<p>
	Google released its new Pixel 7 in October. To date, there’s no word of any issues with dialing 911.
</p>

<p>
	 
</p>

<p>
	Macleod said Google gave her a refund, and now she uses a different brand.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.actionnewsjax.com/news/local/investigates-very-scary-cell-phone-issue-dialing-911/ZNT76HVHRRCB5AUVRTT7JL43DM/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">10379</guid><pubDate>Fri, 25 Nov 2022 14:18:25 +0000</pubDate></item><item><title>Phone numbers of nearly 500 million WhatsApp users around the globe up for sale</title><link>https://nsaneforums.com/news/security-privacy-news/phone-numbers-of-nearly-500-million-whatsapp-users-around-the-globe-up-for-sale-r10372/</link><description><![CDATA[<p>
	Hackers have allegedly gotten their hands on phone numbers of about 487 million WhatsApp users belonging to 84 countries. The database was recently put up on sale on a hacking community forum.
</p>

<p>
	 
</p>

<p>
	With a userbase of around 2 billion people, WhatsApp is the biggest messaging platform. This means that the leaked database contains phone numbers of a quarter of all WhatsApp users.
</p>

<p>
	 
</p>

<p>
	Out of the 487 million contacts, over 32 million numbers are from the U.S., 45 million from Egypt, five million from Italy, 29 million from Saudi Arabia, 20 million (each) from France and Turkey, 10 million phone numbers from Russian users, and over 11 million are UK numbers.
</p>

<p>
	 
</p>

<p>
	<img alt="1669306854_whatsappleak_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2022/11/1669306854_whatsappleak_story.jpg">
</p>

<p>
	<em>Image Source - Cybernews</em>
</p>

<p>
	 
</p>

<p>
	According to Cybernews, the seller did not specify how they obtained the database, and suggested they "used their strategy" to collect the data. It is possible that the hackers did not technically "hack" WhatsApp, but <a href="https://www.neowin.net/news/scraping-data-from-websites-is-not-hacking-or-a-crime-rules-appeals-court-in-us/" rel="external nofollow">gathered the data via "web scraping"</a> which involves running an automated script to confirm web pages that the numbers are being used for WhatsApp.
</p>

<p>
	 
</p>

<p>
	There's no way of finding out whether your phone number is in that database. Although <a href="https://www.neowin.net/news/zuckerberg-claims-whatsapp-is-superior-to-imessage-in-privacy-and-security/" rel="external nofollow">Mark Zuckerberg says that WhatsApp is still super secure</a>, you can stay safe from prying eyes by changing "Last seen and online", "Profile photo", and "About" to "Contacts only" in WhatsApp settings.
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://cybernews.com/news/whatsapp-data-leak/" rel="external nofollow">Cybernews </a>(via <a href="https://www.sammobile.com/news/half-a-billion-whatsapp-users-potentially-exposed-to-spam-and-scams/" rel="external nofollow">Sammobile</a>)
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/phone-numbers-of-nearly-500-million-whatsapp-users-around-the-globe-is-up-for-sale/" rel="external nofollow">Phone numbers of nearly 500 million WhatsApp users around the globe up for sale</a>
</p>
]]></description><guid isPermaLink="false">10372</guid><pubDate>Thu, 24 Nov 2022 20:31:57 +0000</pubDate></item><item><title>Smart Move, Google</title><link>https://nsaneforums.com/news/security-privacy-news/smart-move-google-r10358/</link><description><![CDATA[<p>
	For as long as I can remember, <span style="color:#2980b9;"><strong>maps.google.com</strong></span> was the defacto domain for Google Maps. Also for as long as I can remember, I allowed this domain to use the location services of my browser.
</p>

<p>
	 
</p>

<p>
	Yesterday I was asked to allow the usage of location services for Google Maps seemingly out of nowhere. Of course I accepted. After all, I just wanted to check a route to a local business and I was in a hurry. Back home I opened Google Maps again, and noticed that <span style="color:#2980b9;"><strong>maps.google.com</strong></span> now redirects to <span style="color:#2980b9;"><strong>google.com/maps</strong></span>. This implies that the permissions I give to Google Maps now apply to all of Googles services hosted under this domain. So far I only identified Google Flights to have made the same switch (<span style="color:#2980b9;"><strong>google.com/flights</strong></span>), though I'm sure they're just beginning to transfer their services to the main <span style="color:#2980b9;"><strong>google.com</strong></span> domain.
</p>

<p>
	 
</p>

<p>
	Congratulations, you now have permission to geo-track me across all of your services.
</p>

<p>
	 
</p>

<p>
	Smart move, Google.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://garrit.xyz/posts/2022-11-24-smart-move-google" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">10358</guid><pubDate>Thu, 24 Nov 2022 15:10:00 +0000</pubDate></item><item><title>Microsoft says attackers are hacking energy grids by exploiting decades-old software</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-says-attackers-are-hacking-energy-grids-by-exploiting-decades-old-software-r10340/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Microsoft has warned that malicious hackers are exploiting a discontinued web server found in common <a href="https://techcrunch.com/tag/iot/" rel="external nofollow">Internet of Things</a> (IoT) devices to target organizations in the energy sector.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In an analysis <a href="https://www.microsoft.com/en-us/security/blog/2022/11/22/vulnerable-sdk-components-lead-to-supply-chain-risks-in-iot-and-ot-environments/" rel="external nofollow">published</a> on Tuesday, Microsoft researchers said they had discovered a vulnerable open-source component in the Boa web server, which is still widely used in a range of routers and security cameras, as well as popular software development kits (SDKs), despite the software’s retirement in 2005. The technology giant identified the component while investigating a suspected Indian electric grid intrusion first <a href="https://www.recordedfuture.com/continued-targeting-of-indian-power-grid-assets?__hstc=156209188.65c2d309abc7befc704e210a65154bf8.1666196607997.1666196607997.1666196607997.1&amp;__hssc=156209188.1.1666196607998&amp;__hsfp=2445685111" rel="external nofollow">detailed</a> by Recorded Future in April, where Chinese state-sponsored attackers used IoT devices to gain a foothold on operational technology (OT) networks, used to monitor and control physical industrial systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft said it has identified one million internet-exposed Boa server components globally over the span of a one-week period, warning that the vulnerable component poses a “supply chain risk that may affect millions of organizations and devices.”</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The company added that it continues to see attackers attempting to exploit Boa flaws, which include a high-severity <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33558" rel="external nofollow">information disclosure bug</a> (CVE-2021-33558) and another <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9833" rel="external nofollow">arbitrary file access flaw</a> (CVE-2017-9833).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“The known [vulnerabilities] impacting such components can allow an attacker to collect information about network assets before initiating attacks, and to gain access to a network undetected by obtaining valid credentials,” Microsoft said, adding that this can allow the attackers to have a “much greater impact” once the attack is initiated.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft said the most recent attack it observed was the <a href="https://techcrunch.com/2022/10/14/india-power-company-tata-power-cyber-attack/" rel="external nofollow">compromise of Tata Power in October</a>. This breach resulted in the <a href="https://techcrunch.com/2022/10/25/tata-power-hive-ransomware/" rel="external nofollow">Hive ransomware group publishing data stolen from the Indian energy giant</a>, which included sensitive employee information, engineering drawings, financial and banking records, client records, and some private keys.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“Microsoft continues to see attackers attempting to exploit Boa vulnerabilities beyond the timeframe of the released report, indicating that it is still targeted as an attack vector,” Microsoft said.</span>
</p>

<div>
	<div>
		 
	</div>
</div>

<p>
	<span style="font-size:14px;">The company has warned that mitigating these Boa flaws is difficult due to both the continued popularity of the now-defunct web server and the complex nature of how it is built into the IoT device supply chain. Microsoft recommends that organizations and network operators patch vulnerable devices where possible, identify devices with vulnerable components, and to configure detection rules to identify malicious activity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft’s warning again highlights the supply chain risk posed by flaws in widely-used network components. <a href="https://techcrunch.com/tag/log4shell/" rel="external nofollow">Log4Shell</a>, a zero-day vulnerability that was last year identified in Log4j, the open-source Apache logging library, is estimated to have potentially affected upwards of three billion devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://techcrunch.com/2022/11/23/microsoft-boa-server-energy-grids/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10340</guid><pubDate>Wed, 23 Nov 2022 21:21:19 +0000</pubDate></item><item><title>Nighthawk Likely to Become Hackers' New Post-Exploitation Tool After Cobalt Strike</title><link>https://nsaneforums.com/news/security-privacy-news/nighthawk-likely-to-become-hackers-new-post-exploitation-tool-after-cobalt-strike-r10339/</link><description><![CDATA[<p>
	 
</p>

<p>
	<span style="font-size:14px;">A nascent and legitimate penetration testing framework known as Nighthawk is likely to gain threat actors' attention for its Cobalt Strike-like capabilities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Enterprise security firm Proofpoint said it detected the use of the software in mid-September 2022 with a number of test emails sent using generic subject lines such as "Just checking in" and "Hope this works2."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, there are no indications that a leaked or cracked version of Nighthawk is being weaponized by threat actors in the wild, Proofpoint researcher Alexander Rausch <a href="https://www.proofpoint.com/us/blog/threat-insight/nighthawk-and-coming-pentest-tool-likely-gain-threat-actor-notice" rel="external nofollow">said</a> in a write-up.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Nighthawk, launched in December 2021 by a company called MDSec, is analogous to its counterparts <a href="https://thehackernews.com/2022/11/google-identifies-34-cracked-versions.html" rel="external nofollow">Cobalt Strike</a>, <a href="https://thehackernews.com/2022/08/cybercrime-groups-increasingly-adopting.html" rel="external nofollow">Sliver</a>, and <a href="https://thehackernews.com/2022/10/black-basta-ransomware-hackers.html" rel="external nofollow">Brute Ratel</a>, offering a red team toolset for adversary threat simulation. It's licensed for £7,500 (or $10,000) per user for a year.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Nighthawk is the most advanced and evasive command-and-control framework available on the market," MDSec <a href="https://www.mdsec.co.uk/nighthawk/" rel="external nofollow">notes</a>. "Nighthawk is a highly malleable implant designed to circumvent and evade the modern security controls often seen in mature,</span>
</p>

<p>
	<span style="font-size:14px;">highly monitored environments."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to the Sunnyvale-based company, the aforementioned email messages contained booby-trapped URLs, which, when clicked, redirected the recipients to an ISO image file containing the Nighthawk loader.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The obfuscated loader comes with the encrypted Nighthawk payload, a C++-based DLL that uses an elaborate set of features to counter detection and fly under the radar.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Of particular note are mechanisms that can prevent endpoint detection solutions from being alerted about newly loaded DLLs in the current process and evade process memory scans by implementing a self-encryption mode.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When reached for comment, MDSec <a href="https://www.mdsec.co.uk/2022/11/nighthawk-with-great-power-comes-great-responsibility/" rel="external nofollow">told</a> The Hacker News that it isn't aware of any instance of Nighthawk being used for illegitimate activity and that the licenses are distributed only to a handful of closely vetted customers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">With rogue actors already leveraging <a href="https://thehackernews.com/2022/11/google-identifies-34-cracked-versions.html" rel="external nofollow">cracked versions of Cobalt Strike</a> and others to further their post-exploitation activities, Nighthawk could likewise witness similar adoption by groups looking to "diversify their methods and add a relatively unknown framework to their arsenal."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Indeed, the high detection rates associated with Cobalt Strike and Sliver have led Chinese criminal actors to devise alternative offensive frameworks like <a href="https://thehackernews.com/2022/08/chinese-hackers-using-new-manjusaka.html" rel="external nofollow">Manjusaka</a> and <a href="https://thehackernews.com/2022/10/new-chinese-malware-attack-framework.html" rel="external nofollow">Alchimist</a> in recent months.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Nighthawk is a mature and advanced commercial C2 framework for lawful red team operations that is specifically built for detection evasion, and it does this well," Rausch said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Historic adoption of tools like Brute Ratel by advanced adversaries, including those aligned with state interests and engaging in espionage, provides a template for possible future threat landscape developments."</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://thehackernews.com/2022/11/nighthawk-likely-to-become-hackers-new.html" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">10339</guid><pubDate>Wed, 23 Nov 2022 21:12:43 +0000</pubDate></item><item><title>Hackers Exploiting Abandoned Boa Web Servers to Target Critical Industries</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-exploiting-abandoned-boa-web-servers-to-target-critical-industries-r10338/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Microsoft on Tuesday disclosed the intrusion activity aimed at Indian power grid entities earlier this year likely involved the exploitation of security flaws in a now-discontinued web server called Boa.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The tech behemoth's cybersecurity division <a href="https://www.microsoft.com/en-us/security/blog/2022/11/22/vulnerable-sdk-components-lead-to-supply-chain-risks-in-iot-and-ot-environments/" rel="external nofollow">said</a> the vulnerable component poses a "supply chain risk that may affect millions of organizations and devices."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The findings build on a prior report <a href="https://thehackernews.com/2022/04/chinese-hacker-groups-continue-to.html" rel="external nofollow">published</a> by Recorded Future in April 2022, which delved into a sustained campaign orchestrated by suspected China-linked adversaries to strike critical infrastructure organizations in India.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The cybersecurity firm attributed the attacks to a previously undocumented threat cluster called Threat Activity Group 38. While the Indian government described the attacks as unsuccessful "probing attempts," China denied it was behind the campaign.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The connections to China stem from the use of a modular backdoor dubbed <a href="https://thehackernews.com/2022/10/researchers-expose-over-80-shadowpad.html" rel="external nofollow">ShadowPad</a>, which is known to be shared among several espionage groups that conduct intelligence-gathering missions on behalf of the nation.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Although the exact initial infection vector used to breach the networks remains unknown, the ShadowPad implant was controlled by using a network of compromised internet-facing DVR/IP camera devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft said its own investigation into the attack activity uncovered Boa as a common link, assessing that the intrusions were directed against exposed IoT devices running the web server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Despite being discontinued in 2005, the Boa web server continues to be implemented by different vendors across a variety of IoT devices and popular software development kits (SDKs)," the company said.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="bot-servers.png" class="ipsImage" data-ratio="60.00" height="427" width="720" src="https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEgDEtvPa7vu1mq4I4T0rwsxi4IOTAVFkIiOaEL9FZwNcovnCXvk8cB8nTaFzy3Dp33jqTYJKX1GVkKCte7z5pOVXflIOzV4gyj0cysU2FixzYgnRzbIYvJY2VZKy3soKMSPVhD5MJ7vk0xiMNbPc7EIoulKa3UowceQTg7zBJ3jkPP0IvPxRJM2SHfc/s728-e1000/bot-servers.png" />
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">"Without developers managing the Boa web server, its known vulnerabilities could allow attackers to silently gain access to networks by collecting information from files."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The latest findings once again underscore the supply chain risk arising out of flaws in widely-used network components, which could expose critical infrastructure to breaches via publicly-accessible devices running the vulnerable web server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft further said it detected more than one million internet-exposed Boa server components worldwide in a single week, with significant concentrations in India.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The pervasive nature of Boa servers is attributed to the fact that they are integrated into widely-used SDKs, such as those from RealTek, which are then bundled with devices like routers, access points, and repeaters.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The complex nature of the <a href="https://thehackernews.com/2021/11/13-new-flaws-in-siemens-nucleus-tcpip.html" rel="external nofollow">software supply chain</a> means that fixes from an upstream vendor may not trickle down to customers and that unresolved flaws could continue to persist despite firmware updates from downstream manufacturers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Some of the high-severity bugs affecting Boa include <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9833" rel="external nofollow">CVE-2017-9833</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33558" rel="external nofollow">CVE-2021-33558</a>, which, if successfully exploited, could enable malicious hacking groups to read arbitrary files, obtain sensitive information, and achieve remote code execution.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Weaponizing these unpatched shortcomings could further enable threat actors to glean more information about the targeted IT environments, effectively making way for disruptive attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The popularity of the Boa web server displays the potential exposure risk of an insecure supply chain, even when security best practices are applied to devices in the network," Microsoft said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"As attackers seek new footholds into increasingly secure devices and networks, identifying and preventing distributed security risks through software and hardware supply chains, like outdated components, should be prioritized by organizations."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://thehackernews.com/2022/11/hackers-exploiting-abandoned-boa-web.html" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10338</guid><pubDate>Wed, 23 Nov 2022 21:10:53 +0000</pubDate></item><item><title>Top Cyber Threats Facing E-Commerce Sites This Holiday Season</title><link>https://nsaneforums.com/news/security-privacy-news/top-cyber-threats-facing-e-commerce-sites-this-holiday-season-r10337/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Delivering a superior customer experience is essential for any e-commerce business. For those companies, there's a lot at stake this holiday season. According to Digital Commerce 360, nearly $1.00 of every $4.00 spent on retail purchases during the 2022 holiday season will be spent online, resulting in $224 billion in e-commerce sales. To ensure your e-commerce site is ready for the holiday rush, it's vital to ensure it is secure.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While safety and security are top priorities for businesses of all sizes, it is essential for those who operate in the e-commerce space. To deliver the experience customers crave, many websites embed third-party solutions at every stage of the customer journey. In fact, for certain e-commerce businesses, their suite of third-party plugins is how they create and sustain a competitive advantage.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Yet many e-commerce sites are inherently insecure and vulnerable to attack due to their reliance on untrustworthy third-party solutions. Consequently, <a href="https://www.feroot.com/education-center/what-is-client-side-security/" rel="external nofollow">client-side security</a> is a weak point for many e-commerce sites, allowing security incidents to occur directly in the browser without the customer realizing it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Attackers can take advantage of security vulnerabilities on the client side via e-skimming, formjacking, or cross-site scripting. These attacks can compromise customer data, such as credit card numbers, personal information, and login credentials. They can also sometimes lead to financial loss for the e-commerce business and potential regulatory compliance violations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When an attack involves <a href="https://www.feroot.com/education-center/what-is-e-skimming/" rel="external nofollow">e-skimming</a>, cybercriminals insert code to skim data from a page that processes a customer's credit card data. Since this attack occurs on the client side, e-commerce businesses cannot observe the attack firsthand and react quickly.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Many e-commerce sites rely heavily on forms to gather customer data. <a href="https://www.feroot.com/education-center/what-is-formjacking/" rel="external nofollow">Formjacking</a> inserts an attacker between the merchant, allowing the attacker to access and record any data that a customer shares via a compromised form.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.feroot.com/education-center/what-is-cross-site-scripting-xss/" rel="external nofollow">Cross-site scripting</a> embeds malicious code on the client side. The code runs when a customer visits the site, allowing the attacker to gather the customer's personal, financial, and session data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The proliferation of insecure third-party apps and the inability to observe an attack perpetrated via the client side provides attackers with enticing targets to exploit. The fact that attackers use security weaknesses in third-party plugins and not the e-commerce site itself means little, if anything, to an individual who is victimized. Since the attack took place via the website, for most customers, the responsibility for securing the interaction rests with the site owner.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To improve client-side security, e-commerce companies should minimize their reliance on third-party code without impacting the user experience. Deploying well-known third-party solutions with a commitment to security can also help. And, as with every type of software, plugins and apps should receive patches as soon as they become available.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Additionally, simulating cyberattacks that target the e-commerce company's website can uncover potential attack vectors before criminals can exploit them. Deploying additional layers of customer authentication can add critical layers of security and make it harder for an attacker to compromise a session.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.feroot.com/inspector/" rel="external nofollow">Security software and applications</a> can also harden your defenses and make it harder for attackers to use client-side vulnerabilities to their advantage. These solutions can uncover security flaws and quickly deploy security measures to mitigate vulnerabilities. They can also detect attacks quickly and lessen a company's exposure to client-side security risks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When security flaws exist, sophisticated criminals will eventually find and exploit them at a date and time of their choosing. The massive spike in e-commerce traffic during the holiday season provides attackers with the perfect cover to use these flaws in client-side security to steal personal and financial data with impunity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Customers expect e-commerce sites to protect their personal and financial data. Client-side security is critical to delivering on that commitment. Third-party plugins and applications form the backbone of countless e-commerce sites. Given their prevalence, it's easy to overlook their inherent risks. Client-side attacks take advantage of flaws and vulnerabilities, yet to the consumer, the responsibility for security rests with the e-commerce site itself.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Yet, when client-side attacks occur via third-party apps, online merchants are often unaware of their flaws and cannot see when attackers use them to their advantage. For many e-commerce businesses, since the vulnerabilities are out of their direct line of sight, they do not receive the attention they deserve.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Attackers aren't so short-sighted. Where security flaws and vulnerabilities exist, it's often only a question of time before they are exploited. E-commerce companies must take proactive steps to understand and mitigate the risks of client-side security vulnerabilities. Otherwise, attackers will continue to take advantage of them, leading to a loss of customer trust and confidence and the potential for financial losses and an increase in regulatory oversight.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://thehackernews.com/2022/11/top-cyber-threats-facing-e-commerce.html" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10337</guid><pubDate>Wed, 23 Nov 2022 21:04:29 +0000</pubDate></item><item><title>Meta links U.S. military with covert Facebook influence operation</title><link>https://nsaneforums.com/news/security-privacy-news/meta-links-us-military-with-covert-facebook-influence-operation-r10328/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Meta has removed several accounts on Facebook and Instagram associated with the U.S. military, saying they were used as part of covert influence operations targeting the Middle East and Russia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Meta says it removed 39 Facebook accounts, 26 Instagram accounts, 16 Facebook Pages, and two Facebook groups for violating its 'coordinated inauthentic behavior' policy.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The most successful of these Facebook pages had 22,000 followers; the more extensive group counted 400 members, while one of the banned Instagram accounts had 12,000 followers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The U.S. network — linked to individuals associated with the U.S. military — operated across many internet services and focused on Afghanistan, Algeria, Iran, Iraq, Kazakhstan, Kyrgyzstan, Russia, Somalia, Syria, Tajikistan, Uzbekistan, and Yemen," <a href="https://about.fb.com/news/2022/11/metas-adversarial-threat-report-q3-2022/" rel="external nofollow">reads the announcement</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Meta found the inauthentic accounts after an internal investigation was launched following information by independent researchers at Graphika and the Stanford Internet Observatory, who published a five-year overview of <a href="https://public-assets.graphika.com/reports/graphika_stanford_internet_observatory_report_unheard_voice.pdf" rel="external nofollow">pro-Western covert influence operations</a> in August 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The disinformation network operated in clusters that promoted specific topics corresponding to audience interest from the mentioned countries.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The posters pretended to be locals in those countries, using fake photos generated by GAN (generative adversarial network) tools to evade exposure by reverse image searches.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Notably, some of the banned Pages used their own unique logos and visual style and linked to matching accounts on YouTube, Twitter, Vkontakte, and dedicated websites.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">"They posted videos, articles, photos, and memes about the country they focused on. When these brands ran the same image or meme, they would each superimpose its own logo on it, likely to make the content appear more unique and credible." - <a href="https://about.fb.com/wp-content/uploads/2022/11/Quarterly-Adversarial-Threat-Report-Q2-2022-1.pdf" rel="external nofollow">Meta</a></span>
	</p>
</div>

<p>
	<span style="font-size:14px;">A giveaway that these were fake accounts was that they were posting during U.S. business hours and not in the time zones of the countries they were supposedly based in.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The people behind these clusters posted in Arabic, Farsi, and Russia to praise the U.S. military and raise terrorism concerns in regions of particular interest.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The fake accounts used $2,500 in advertising on Facebook to ensure their disinformation content would reach more users.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In many cases, the campaigns criticized Iran, China, and Russia, focusing on the Russian invasion of Ukraine, China's oppression of the Uyghur people, the two country's support of the Taliban regime in Afghanistan, and Iran's influence in the Middle East.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Previously, in September 2022, Facebook removed disinformation networks from China and Russia, with the latter using a staggering 1,633 fake accounts and 703 Pages.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/meta-links-us-military-with-covert-facebook-influence-operation/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10328</guid><pubDate>Wed, 23 Nov 2022 20:03:43 +0000</pubDate></item><item><title>Donut extortion group also targets victims with ransomware</title><link>https://nsaneforums.com/news/security-privacy-news/donut-extortion-group-also-targets-victims-with-ransomware-r10327/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The Donut (D0nut) extortion group has been confirmed to deploy ransomware in double-extortion attacks on the enterprise.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer <a href="https://www.bleepingcomputer.com/news/security/new-donut-leaks-extortion-gang-linked-to-recent-ransomware-attacks/" rel="external nofollow">first reported on the Donut extortion group</a> in August, linking them to attacks on Greek natural gas company DESFA, UK architectural firm Sheppard Robson, and multinational construction company Sando.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Strangely, the data for Sando and DESFA was also posted to several ransomware operations’ sites, with the Sando attack claimed by Hive ransomware and DESFA claimed by Ragnar Locker.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unit 42 researcher Doel Santos <a href="https://infosec.exchange/@santosdoel/109388990804963479" rel="external nofollow">also shared</a> that the TOX ID used in ransom notes was seen in samples of the HelloXD ransomware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This cross-posting of stolen data and affiliation leads us to believe the threat actor behind Donut Leaks is an affiliate for numerous operations, now trying to monetize the data in their own operation.</span>
</p>

<h2>
	<span style="font-size:14px;">The Donut ransomware</span>
</h2>

<p>
	<span style="font-size:14px;">This week, BleepingComputer found a sample [<a href="https://www.virustotal.com/gui/file/9455b7fcf93f0a5a6f9c099fbe938f5a9169f8d3dcc83833aa2c0f903518cfa3" rel="external nofollow">VirusTotal</a>] of an encryptor for the Donut operation, aka D0nut, showing that the group is using its own customized ransomware for double-extortion attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The ransomware is still being analyzed, but when executed, it will scan for files matching specific extensions to encrypt. When encrypting files, the ransomware will avoid files and folders containing the following strings:</span>
</p>

<pre><span style="font-size:14px;">Edge
ntldr
Opera
bootsect.bak
Chrome
BOOTSTAT.DAT
boot.ini
AllUsers
Chromium
bootmgr
Windows
thumbs.db
ntuser.ini
ntuser.dat
desktop.ini
bootmgr.efi
autorun.inf
</span></pre>

<p>
	<span style="font-size:14px;">When a file is encrypted, the Donut ransomware will append the .d0nut extension to encrypted files. So, for example, 1.jpg will be encrypted and renamed to 1.jpg.d0nut, as shown below.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="encrypted-files.jpg" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.bleepstatic.com/images/news/ransomware/d/donut/encrypted-files.jpg" />
		
			<p>
				<span style="font-size:14px;">Files encrypted by the Donut Ransomware - Source: BleepingComputer</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The Donut Leaks operation has a flair for theatrics, using interesting graphics, a bit of humor, and even offering a builder for an executable that acts as a gateway to their Tor data leak site (see below).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This flair is especially shown in its ransom notes, where they use different ASCII art, such as the spinning ASCII donut below.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="ransom-note.gif" class="ipsImage" data-ratio="75.10" height="501" width="720" src="https://www.bleepstatic.com/images/news/ransomware/d/donut/ransom-note.gif" />
		
			<p>
				<span style="font-size:14px;">Donut ransom note</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Another ransomware note seen by BleepingComputer pretends to be a command prompt displaying a PowerShell error, which then prints a scrolling ransom note.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><iframe allowfullscreen="" frameborder="0" src="https://player.vimeo.com/video/773896496"></iframe></span>
</div>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The ransom notes are heavily obfuscated to avoid detection, with all strings encoded and the JavaScript decoding the ransom note in the browser.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These ransom notes include different ways to contact the threat actors, including via TOX and a Tor negotiation site. </span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="tor-negotiation-site.jpg" class="ipsImage" data-ratio="75.10" height="439" width="720" src="https://www.bleepstatic.com/images/news/ransomware/d/donut/tor-negotiation-site.jpg" />
		
			<p>
				<span style="font-size:14px;">Donut ransom negotiation site - Source: BleepingComputer</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The Donut ransomware operation also includes a "builder" on their data leak site that consists of a bash script to create a Windows and Linux Electron app with a bundled Tor client to access their data leak sites.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="donut-electron-app.jpg" class="ipsImage" data-ratio="51.17" height="285" width="557" src="https://www.bleepstatic.com/images/news/ransomware/d/donut/donut-electron-app.jpg" />
		
			<p>
				<span style="font-size:14px;">D0nut ransomware electron app</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">This app is currently "broken" as it uses HTTPS URLs, which are not currently operational.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Overall, this extortion group is one to keep an eye out for, not only for their apparent skills but their ability to market themselves.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/donut-extortion-group-also-targets-victims-with-ransomware/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10327</guid><pubDate>Wed, 23 Nov 2022 19:27:30 +0000</pubDate></item><item><title>Russian cybergangs stole over 50 million passwords this year</title><link>https://nsaneforums.com/news/security-privacy-news/russian-cybergangs-stole-over-50-million-passwords-this-year-r10326/</link><description><![CDATA[<p>
	<span style="font-size:14px;">At least 34 distinct Russian-speaking cybercrime groups using info-stealing malware like Raccoon and Redline have collectively stolen 50,350,000 account passwords from over 896,000 individual infections from January to July 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The stolen credentials were for cryptocurrency wallets, Steam, Roblox, Amazon, and PayPal accounts, as well as payment card records.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to a report from Group-IB, whose analysts have been tracking these operations globally, most victims are based in the United States, Germany, India, Brazil, and Indonesia, but the malicious operations targeted 111 countries.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="countries.png" class="ipsImage" data-ratio="73.89" height="429" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/countries.png" />
	<p>
		<span style="font-size:14px;">Countries with most infections between January and July 2022 (Group-IB)</span>
	</p>

	<p>
		 
	</p>

	<p>
		<strong><span style="font-size:14px;">Rise of info-stealers</span></strong>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">In 2022, information-stealing malware distribution reached unprecedented levels, now involving low-skilled hackers aspiring to make a larger profit from their illegal activities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Group-IB says the cybercriminals fueling the growth of info-stealer deployment are low-level scammers who previously worked as "victim callers" in phishing campaigns known as "<a href="https://www.bleepingcomputer.com/news/security/telegram-based-phishing-service-classiscam-hits-european-marketplaces/" rel="external nofollow">Classiscam</a>."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The influx of a huge number of workers into the popular scam Classiscam, [...] at its peak, comprised over a thousand criminal groups and hundreds of thousands of fake websites has led to criminals competing for resources and looking for new ways to make profits," comments Group-IB.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">"The popularity of schemes involving stealers can be explained by the low entry barrier. Beginners do not need to have advanced technical knowledge as the process is fully automated, and the worker's only task is to create a file with a stealer in the Telegram bot and drive traffic to it." - <a href="https://www.group-ib.com/media-center/press-releases/professional-stealers/" rel="external nofollow">Group-IB</a></span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Currently, there are 34 active cybercrime groups on Telegram that operate as mass-scale information-stealing gangs, each with roughly 200 members.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">23 of the groups use the Redline stealer, eight employ Raccoon, and three use their own custom malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">SEKOIA also noted earlier this week that another info-stealer named 'Aurora' is <a href="https://www.bleepingcomputer.com/news/security/aurora-infostealer-malware-increasingly-adopted-by-cybergangs/" rel="external nofollow">gaining traction</a> on underground forums and has already been adopted by seven prominent threat groups.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The increase in info-stealer activity is shown in statistics compiled by Group-IB report, who compared a 10-month period in 2021 to a seven-month period in 2022.</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">Passwords stolen: 50,352,518 (up by 80%)</span>
	</li>
	<li>
		<span style="font-size:14px;">Cookie files exfiltrated: 2,117,626,523 (up by 74%)</span>
	</li>
	<li>
		<span style="font-size:14px;">Crypto wallets breached: 113,204 (up by 216%)</span>
	</li>
	<li>
		<span style="font-size:14px;">Payment cards compromised: 103,150 (up by 81%)</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	<img alt="stats(3).png" class="ipsImage" data-ratio="73.89" height="430" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/stats(3).png" />
	<p>
		<span style="font-size:14px;">Infostealer operation stats from first seven months of 2022 (Group-IB)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Group-IB also notes that in the first seven months of this year the actors focused on stealing of Steam, Epic Games, and Roblox accounts, recording a five-fold increase compared to last year.</span>
</p>

<h2>
	<span style="font-size:14px;">Telegram-based operations</span>
</h2>

<p>
	<span style="font-size:14px;">Telegram plays a vital role in the operation of these cybergangs, both in organizing their campaigns and maintaining a functional structure that accommodates their data-stealing activities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These private Telegram channels offer support and technical guidance to operatives, can serve as data exfiltration points, host important announcements, act as bug-reporting portals, and also feature bots that can generate custom malware builds for clients 24/7.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The groups still abide by hierarchical rules, with the "administrators" sitting at the top of the rank, selling access to info-stealing malware to "workers" for a few hundred USD per month.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The workers are responsible for driving traffic to the malware-dropping sites, which they do by using YouTube videos, BlackSEO, SEO poisoning, laced torrent files, or malicious social media posts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Users can minimize the chances of info-stealer infection by avoiding downloads from shady locations, checking all downloaded executables with an antivirus solution before opening, and keeping their system up to date.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/russian-cybergangs-stole-over-50-million-passwords-this-year/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10326</guid><pubDate>Wed, 23 Nov 2022 19:23:50 +0000</pubDate></item><item><title>Backdoored Chrome extension installed by 200,000 Roblox players</title><link>https://nsaneforums.com/news/security-privacy-news/backdoored-chrome-extension-installed-by-200000-roblox-players-r10325/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Chrome browser extension 'SearchBlox' installed by more than 200,000 users has been discovered to contain a backdoor that can steal your Roblox credentials as well as your assets on Rolimons, a Roblox trading platform.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer has been able to analyze the extension code which indicates the presence of a backdoor, introduced either intentionally by its developer or after a compromise.</span>
</p>

<h2>
	<span style="font-size:14px;">Chrome extension targets Roblox players</span>
</h2>

<p>
	<span style="font-size:14px;">The 'SearchBlox' extensions found on the Chrome Web Store appear to be compromised, BleepingCompuer has observed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">There are two search results for 'SearchBlox' on Chrome. These extensions claim to let you "search Roblox servers for a desired player... blazingly fast" but both contained the backdoor.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The IDs of these unsafe extensions are:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">blddohgncmehcepnokognejaaahehncd</span>
	</li>
	<li>
		<span style="font-size:14px;">ccjalhebkdogpobnbdhfpincfeohonni</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	<img alt="searchblox-results.jpeg" class="ipsImage" data-ratio="75.10" height="362" width="720" src="https://www.bleepstatic.com/images/news/u/1164866/2022/Nov-2022/roblox-chrome-backdoor/searchblox-results.jpeg" />
	<p>
		<span style="font-size:14px;">Malicious SearchBlox extension on Chrome (BleepingComputer)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Early morning hours of Wednesday, suspicions arose among the Roblox community members of SearchBlox containing malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Popular plug-in SearchBlox has been COMPROMISED / BACKDOORED - if you have it, your account may be at risk," <a href="https://twitter.com/Roblox_RTC/status/1595236988533313536" rel="external nofollow">tweeted</a> RTC, an unofficial Roblox news and community account.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Please change your passwords if you have it - and credentials, so that way your account is secure again."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">We downloaded the Chrome extension for analysis and for the first extension (blddohgncmehcepnokognejaaahehncd) downloaded by over 200,000 users, the backdoor exists on line 3 of the 'content.js' file:</span>
</p>

<p>
	 
</p>

<div>
	<img alt="searchblox-backdoor.jpg" class="ipsImage" data-ratio="65.69" height="265" width="720" src="https://www.bleepstatic.com/images/news/u/1164866/2022/Nov-2022/roblox-chrome-backdoor/searchblox-backdoor.jpg" />
	<p>
		<span style="font-size:14px;">Backdoor within Chrome extension 'SearchBlox' (BleepingComputer)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">For the second extension (ccjalhebkdogpobnbdhfpincfeohonni) with just 959 downloads, the backdoor resided within the 'button.js' file.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The offending URL in either case is:</span>
</p>

<div>
	<span style="font-size:14px;">hxxps://searchblox[.]site/image.png/image.txt</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">As if the URL structure 'image.png/image.txt' itself wasn't already interesting, the page contains HTML code that pretends to display an image using the '&lt;img&gt;' tag, but instead loads obfuscated JavaScript that is further encoded as <a href="https://www.w3schools.com/html/html_entities.asp" rel="external nofollow">HTML character entities</a> (using the '&amp;' and '#' symbols):</span>
</p>

<p>
	 
</p>

<div>
	<img alt="obfuscated-js-encoded.jpg" class="ipsImage" data-ratio="75.10" height="324" width="720" src="https://www.bleepstatic.com/images/news/u/1164866/2022/Nov-2022/roblox-chrome-backdoor/obfuscated-js-encoded.jpg" />
	<p>
		<span style="font-size:14px;">Page pretends to contain HTML attempting to display an image (BleepingComputer) </span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The code when decoded yields obfuscated code which further appears to be exfiltrating Roblox credentials to another domain: releasethen.site.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="deobfuscated-code.jpg" class="ipsImage" data-ratio="72.08" height="340" width="720" src="https://www.bleepstatic.com/images/news/u/1164866/2022/Nov-2022/roblox-chrome-backdoor/deobfuscated-code.jpg" />
	<p>
		<span style="font-size:14px;">Another suspicious domain in use by the extension (BleepingComputer)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Of note is the fact that both 'searchblox.site' and 'releasethen.site' were registered this month and share a common web host, Hostinger.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The code also appears to survey a player's profile on Rolimons.com, a Roblox trading platform. This detail becomes relevant given today's account suspensions on the platform, as explained in the following section.</span>
</p>

<h2>
	<span style="font-size:14px;">'SearchBlox' a repeat offender</span>
</h2>

<p>
	<span style="font-size:14px;">Unfortunately, it doesn't seem like the first time a malicious 'SearchBlox' extension has targeted Roblox users either.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In October, Google <a href="https://twitter.com/Roblox_RTC/status/1582808142362030080" rel="external nofollow">reportedly</a> took down another 'SearchBlox' sitting on the Chrome Web Store since at least <a href="https://web.archive.org/web/20221123111343/http://webcache.googleusercontent.com/search?q=cache:WrPax2MpphcJ:https://chrome.google.com/webstore/detail/searchblox/blddohgncmehcepnokognejaaahehncd?hl%3Den%26gl%3D001&amp;hl=en&amp;gl=uk&amp;strip=1&amp;vwsrc=0" rel="external nofollow">Jun 28th, 2022</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As to whether the backdoor was injected in the extension after compromise by a threat actor or introduced intentionally by the developer is something that's yet to be authoritatively determined.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">There is some speculation among Roblox community members [<a href="https://twitter.com/UtibaOfficial/status/1595294249985212416" rel="external nofollow">1</a>, <a href="https://twitter.com/dizicaldiz/status/1595209299780898816" rel="external nofollow">2</a>, <a href="https://twitter.com/HERRBLO0D/status/1595260207810027520" rel="external nofollow">3</a>, <a href="https://twitter.com/HERRBLO0D/status/1595259804007571456" rel="external nofollow">4</a>] who have noticed the inventory of user 'Unstoppablelucent', purportedly the extension's developer, <a href="https://www.rolimons.com/history/4022694169" rel="external nofollow">multiply overnight</a> whereas Rolimons user 'ccfont' has been <a href="https://twitter.com/Rolimons/status/1595278150367600640" rel="external nofollow">terminated</a> today over suspicious inventory trades.</span>
</p>

<p>
	 
</p>

<div>
	<div class="ipsEmbeddedOther">
		<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="embed4967486581" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/UtibaOfficial/status/1595294254062084096?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1595294255546761220%257Ctwgr%255Ee357aedd320b5333dad236a91447128a6eb52876%257Ctwcon%255Es2_%26ref_url=https://www.bleepingcomputer.com/news/security/backdoored-chrome-extension-installed-by-200-000-roblox-players/" style="height:841px;"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Both the <a href="http://www.virustotal.com/gui/file/3028f31feb8dcd4d1a32d83deee76b1ca67a6998640c61161fb8d113d97937a0" rel="external nofollow">extension</a> as well as the <a href="https://www.virustotal.com/gui/url/7861d5e4c85b2d8336a9b8ac9cb2c5d62af1459dc3d068feeb80133fab909650" rel="external nofollow">offending URLs</a> have a clean VirusTotal reputation at the time of writing, making detection of these malicious extensions a whole lot harder.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Suffice to say, anyone who has installed 'SearchBlox' should remove the extension immediately, clear their cookies and change their passwords for Roblox, Rolimons, and other websites they may have logged into while the extension was in use.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer notified Google of the malicious extensions prior to publishing. A Google spokesperson later confirmed that these extensions were taken down and will automatically be removed from systems where these were installed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The identified malicious extensions are no longer available on the Chrome Web Store," Google told BleepingComputer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The extensions are blocklisted and will be automatically removed from any user machine that previously downloaded them."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/backdoored-chrome-extension-installed-by-200-000-roblox-players/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10325</guid><pubDate>Wed, 23 Nov 2022 19:20:40 +0000</pubDate></item><item><title>Mali GPU &#x2018;patch gap&#x2019; leaves Android users vulnerable to attacks</title><link>https://nsaneforums.com/news/security-privacy-news/mali-gpu-%E2%80%98patch-gap%E2%80%99-leaves-android-users-vulnerable-to-attacks-r10324/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A set of five exploitable vulnerabilities in Arm's Mali GPU driver remain unfixed months after the chip maker patched them, leaving potentially millions of Android devices exposed to attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Devices from Google, Samsung, Xiaomi, Oppo, as well as other phone makers are currently impacted and waiting for a fix to reach users.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A report published by <a href="https://googleprojectzero.blogspot.com/2022/11/mind-the-gap.html" rel="external nofollow">Google's Project Zero</a> team highlights the "patch gap" that plagues the supply chain in Android, as it typically takes several months for firmware security updates to trickle downstream to affected devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Original Equipment Maker (OEM) partners need time to test the fixes and implement them into their devices, a process that extends the time to reach end user devices.</span>
</p>

<h2>
	<span style="font-size:14px;">Flaws and impact</span>
</h2>

<p>
	<span style="font-size:14px;">Project Zero discovered the vulnerabilities in June 2022. They are tracked as <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33917" rel="external nofollow">CVE-2022-33917</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-36449" rel="external nofollow">CVE-2022-36449</a> (collective identifier for multiple security issues).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">CVE-2022-33917 allows a non-privileged user to make improper GPU processing operations to gain access to free memory sections. The vulnerability impacts Arm Mali GPU kernel drivers Valhall r29p0 to r38p0.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The second identifier, CVE-2022-36449, comprises issues that allow a non-privileged user to gain access to freed memory, write outside of buffer bounds, and disclose details of memory mappings.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It impacts Arm Mali GPU kernel drivers Midgard r4p0 through r32p0, Bifrost r0p0 through r38p0 and r39p0 before r38p1, and Valhall r19p0 through r38p0 and r39p0 before r38p1.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Project Zero tracks these issues as <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2325" rel="external nofollow">2325</a>, <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2327" rel="external nofollow">2327</a>, <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2331" rel="external nofollow">2331</a>, <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2333" rel="external nofollow">2333</a>, and <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2334" rel="external nofollow">2334</a> and has disclosed technical details for each of them, along with demo code.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While the severity score of the issues is medium, they are exploitable and impact a wide number of Android devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Valhall drivers are used in Mali G710, G610, and G510 chips found inside the Google Pixel 7, Asus ROG Phone 6, Redmi Note 11 and 12, Honor 70 Pro, RealMe GT, Xiaomi 12 Pro, Oppo Find X5 Pro and Reno 8 Pro, Motorola Edge, and OnePlus 10R.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="G710.png" class="ipsImage" data-ratio="78.03" height="540" width="571" src="https://www.bleepstatic.com/images/news/u/1220909/devices/G710.png" />
		
			<p>
				<span style="font-size:14px;">Android devices using the Mali G710 chip (GSMArena)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Bifrost drivers are used in the older (2018) Mali G76, G72, and G52 chips used by Samsung Galaxy S10, S9, A51 and A71, Redmi Note 10, Huawei P30 and P40 Pro, Honor View 20, Motorola Moto G60S, and Realme 7.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Midgard drivers are used in even older (2016) Mali T800 and T700 series chips, most notably found inside Samsung Galaxy S7 and Note 7, Sony Xperia X XA1, Huawei Mate 8, Nokia 3.1, LG X, and Redmi Note 4.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">There is nothing users can do to mitigate these flaws apart from waiting for the vendor to provide the appropriate patches and keep an eye out for potential threats.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Older models using Midgard drivers are extremely unlikely to receive a fixing patch, so these should be replaced altogether.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Mali GPU drivers are used by system-on-a-chip circuits from vendors such as MediaTek, HiSilicon Kirin, and Exyno, which power most Android devices on the market.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">At the moment, the fix from Arm has not reached OEM partners and is being tested for Android and Pixel devices. In a few weeks, Android will be delivering the patch to its partners, who are reponsible for implementing the fix.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/mali-gpu-patch-gap-leaves-android-users-vulnerable-to-attacks/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10324</guid><pubDate>Wed, 23 Nov 2022 19:17:27 +0000</pubDate></item><item><title>Pro-Russian hacktivists take down EU Parliament site in DDoS attack</title><link>https://nsaneforums.com/news/security-privacy-news/pro-russian-hacktivists-take-down-eu-parliament-site-in-ddos-attack-r10323/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The website of the European Parliament has been taken down following a DDoS (Distributed Denial of Service) attack claimed by a pro-Russia group of hacktivists calling themselves Anonymous Russia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">European Parliament President <a href="https://twitter.com/EP_President/status/1595443471518777345" rel="external nofollow">confirmed</a> the incident saying that the Parliament's "IT experts are pushing back against it &amp; protecting our systems."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Director General for Communication and Spokesperson of the European Parliament, Jaume Dauch, also stated after the website went down that the outage was caused by an ongoing DDoS attack.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The availability of Europarl_EN website is currently impacted from outside due to high levels of external network traffic," Dauche <a href="https://twitter.com/jduch/status/1595433790809284614" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This traffic is related to a DDOS attack (Distributed Denial of Service) event. EP teams are working to resolve this issue as quickly as possible."</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="European_Parliament_website_down.png" class="ipsImage" data-ratio="72.78" height="388" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2022/European_Parliament_website_down.png" />
		
			<p>
				<span style="font-size:14px;">European Parliament website down (BleepingComputer)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The attack came after the European Parliament recognized Russia as a state sponsor of terrorism and MEPs called for further international isolation of Russia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The resolution was adopted on Wednesday following recent developments in Russia's war of aggression against Ukraine.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Parliament calls on the European Union to further isolate Russia internationally, including when it comes to Russia's membership of international organisations and bodies such as the United Nations Security Council," a <a href="https://www.europarl.europa.eu/news/en/press-room/20221118IPR55707/european-parliament-declares-russia-to-be-a-state-sponsor-of-terrorism" rel="external nofollow">press release published today reads</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"MEPs also want diplomatic ties with Russia to be reduced, EU contacts with official Russian representatives to be kept to the absolute minimum and Russian state-affiliated institutions in the EU spreading propaganda around the world to be closed and banned."</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Anonymous%20Russia%20claiming%20attack%2" class="ipsImage" data-ratio="75.10" height="471" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2022/Anonymous%20Russia%20claiming%20attack%20on%20European%20Parliament.png" />
		
			<p>
				<span style="font-size:14px;">Anonymous Russia claiming the attack on European Parliament (BleepingComputer)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Pro-Kremlin hacktivist groups have targeted European and U.S. websites since Russia invaded Ukraine. For instance, Killnet<a href="https://www.bleepingcomputer.com/news/security/us-airports-sites-taken-down-in-ddos-attacks-by-pro-russian-hackers/" rel="external nofollow"> recently claimed</a> large-scale distributed denial-of-service (DDoS) attacks targeting the websites of several major U.S. airports last month.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Notable examples of airport websites taken down following their attack include the Los Angeles International Airport (LAX), which was intermittently offline, and the Hartsfield-Jackson Atlanta International Airport (ATL), a large U.S. air traffic hub.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">One week before, they <a href="https://edition.cnn.com/2022/10/05/politics/russian-hackers-state-government-websites/index.html" rel="external nofollow">attacked multiple U.S. government websites</a> in Colorado, Kentucky, and Mississippi, with moderate success, managing to knock some of them offline for a short time.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Killnet also <a href="https://t.me/c/1275600380/522" rel="external nofollow">claimed to have taken down</a> CISA's Protected Critical Infrastructure Information Management System website after its attacks on the U.S. Treasury in early October <a href="https://www.reuters.com/world/us-treasury-targeted-by-russian-hacker-group-last-month-official-2022-11-01/" rel="external nofollow">were thwarted</a> before having a real effect on the agency's infrastructure.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">They also previously targeted countries that sided with Ukraine, including <a href="https://www.bleepingcomputer.com/news/security/russian-hacktivists-launch-ddos-attacks-on-romanian-govt-sites/" rel="external nofollow">Romania</a> and <a href="https://www.bleepingcomputer.com/news/security/italy-warns-organizations-to-brace-for-incoming-ddos-attacks/" rel="external nofollow">Italy</a>, while the Legion "sub-group" attacked key <a href="https://www.bleepingcomputer.com/news/security/russian-hacktivists-take-down-norway-govt-sites-in-ddos-attacks/" rel="external nofollow">Norwegian</a> and <a href="https://www.bleepingcomputer.com/news/security/lithuania-warns-of-rise-in-ddos-attacks-against-government-sites/" rel="external nofollow">Lithuanian</a> entities for similar reasons.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Earlier this month, <a href="https://www.bleepingcomputer.com/news/security/fbi-hacktivist-ddos-attacks-had-minor-impact-on-critical-orgs/" rel="external nofollow">the FBI said</a> that DDoS attacks coordinated by pro-Russian hacktivists have a minor impact on their targets because they're attacking public-facing infrastructure like websites instead of the actual services, leading to limited disruption.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/pro-russian-hacktivists-take-down-eu-parliament-site-in-ddos-attack/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10323</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Fake MSI Afterburner targets Windows gamers with miners, info-stealers</title><link>https://nsaneforums.com/news/security-privacy-news/fake-msi-afterburner-targets-windows-gamers-with-miners-info-stealers-r10322/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Windows gamers and power users are being targeted by fake MSI Afterburner download portals to infect users with cryptocurrency miners and the RedLine information-stealing malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The MSI Afterburner is a GPU utility that allows you to configure overclocking, create fan profiles, perform video capturing, and monitor your installed graphics cards' temperature and CPU utilization.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While created by MSI, the utility can be used by users of almost all graphics cards, leading to its use by millions of gamers worldwide who tweak settings to improve game performance, make their GPUs more silent, and achieve lower temperatures.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, the tool's popularity has also made it a good target for threat actors, who are looking to target Windows users with powerful GPUs that can be hijacked for cryptocurrency mining.</span>
</p>

<h2>
	<span style="font-size:14px;">Impersonating MSI Afterburner</span>
</h2>

<p>
	<span style="font-size:14px;">According to <a href="https://blog.cyble.com/2022/11/23/fake-msi-afterburner-sites-delivering-coin-miner/" rel="external nofollow">a new report by Cyble</a>, over 50 websites impersonating the official MSI Afterburner site have appeared online in the past three months, pushing XMR (Monero) miners along with information-stealing malware.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Figure%201%20-%20Phishing%20page%20downl" class="ipsImage" data-ratio="75.10" height="339" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Phishing/Figure%201%20-%20Phishing%20page%20downloading%20malicious%20MSI%20Afterburner%20installer.jpg" />
		
			<p>
				<span style="font-size:14px;">Malicious website pushing laced MSI Afterburner (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The campaign used domains that could trick users into thinking they were visiting the legitimate MSI website and which are easier to promote using BlackSEO. Some of the domains spotted by Cyble are listed below:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">msi-afterburner--download.site</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner-download.site</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner-download.tech</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner-download.online</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner-download.store</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner-download.ru</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburner.download</span>
	</li>
	<li>
		<span style="font-size:14px;">mslafterburners.com</span>
	</li>
	<li>
		<span style="font-size:14px;">msi-afterburnerr.com</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In other cases, the domains did not resemble the MSI brand and were likely promoted via direct messages, forums, and social media posts. Examples include:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">git[.]git[.]skblxin[.]matrizauto[.]net</span>
	</li>
	<li>
		<span style="font-size:14px;">git[.]git[.]git[.]skblxin[.]matrizauto[.]net</span>
	</li>
	<li>
		<span style="font-size:14px;">git[.]git[.]git[.]git[.]skblxin[.]matrizauto[.]net</span>
	</li>
	<li>
		<span style="font-size:14px;">git[.]git[.]git[.]git[.]git[.]skblxin[.]matrizauto[.]net</span>
	</li>
</ul>

<h2>
	<span style="font-size:14px;">Stealthy mining while stealing your passwords</span>
</h2>

<p>
	<span style="font-size:14px;">When the fake MSI Afterburner setup file (MSIAfterburnerSetup.msi) is executed, the legitimate Afterburner program will be installed. However, the installer will also quietly drop and run the RedLine information-stealing malware and an XMR miner in the compromised device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The miner is installed through a 64-bit Python executable named 'browser_assistant.exe' in the local Program Files directory, which injects a shell into the process created by the installer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This shellcode retrieves the XMR miner from a GitHub repository and injects it directly into memory in the explorer.exe process. Since the miner never touches the disk, the chances of being detected by security products are minimized.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The miner connects to its mining pool using a hardcoded username and password and then collects and exfiltrates basic system data to the threat actors.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">One of the arguments the XMR miner uses is 'CPU max threads' set to 20, topping most modern CPU thread count, so it's set to capture all available power.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Figure%2012%20%E2%80%93%20Injected%20XMR" class="ipsImage" data-ratio="75.10" height="317" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/Figure%2012%20%E2%80%93%20Injected%20XMR%20mining%20pool%20details%20in%20the%20memory%20explorer_exe%20.jpg" />
		
			<p>
				<span style="font-size:14px;">XMRminer argument details (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The miner is set to mine only after 60 minutes since the CPU has entered idling, meaning that the infected computer is not running any resource-intensive tasks and is most likely left unattended.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Also, it uses the "-cinit-stealth-targets" argument, which is an option to pause mining activity and clear GPU memory when specific programs listed under "stealth targets" are launched.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These could be process monitors, antivirus tools, hardware resource viewers, and other tools that help the victim spot the malicious process.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In this case, the Windows applications from which the miner attempts to hide are Taskmgr.exe, ProcessHacker.exe, perfmon.exe, procexp.exe, and procexp64.exe.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While the miner is quietly hijacking your computer's resources to mine Monero, RedLine has already run in the background stealing your passwords, cookies, browser information, and, potentially, any cryptocurrency wallets.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, almost all of this fake MSI Afterburner campaign's components have poor antivirus software detection.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">VirusTotal reports that the malicious <a href="https://www.virustotal.com/gui/file/2279b8cf7a2b1fa13f1832b4dc0331bd9f971240f38b0fbd694ed6aec093bb8d" rel="external nofollow">'MSIAfterburnerSetup.msi'</a> setup file is only detected by three security products out of 56, while the '<a href="https://www.virustotal.com/gui/file/00e154eed00b71c0d11bd2caeb64fa2efcbb10524b797c076895752affa0f46c" rel="external nofollow">browser_assistant.exe</a>' is only detected by 2 out of 67 products.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To stay safe from miners and malware, download tools directly from official sites rather than sites shared in forums, social media, or direct messages.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In this case, the legitimate MSI Afterburner can be downloaded directly from MSI at <a href="http://www.msi.com/Landing/afterburner/graphics-cards" rel="external nofollow">www.msi.com/Landing/afterburner/graphics-cards</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/fake-msi-afterburner-targets-windows-gamers-with-miners-info-stealers/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10322</guid><pubDate>Wed, 23 Nov 2022 19:10:37 +0000</pubDate></item><item><title>Thinking about taking your computer to the repair shop? Be very afraid</title><link>https://nsaneforums.com/news/security-privacy-news/thinking-about-taking-your-computer-to-the-repair-shop-be-very-afraid-r10304/</link><description><![CDATA[<h3>
	Not surprisingly, female customers bear the brunt of the privacy violations.
</h3>

<div itemprop="articleBody">
	<p>
		 
	</p>
	

	<p>
		If you’ve ever worried about the privacy of your sensitive data when seeking a computer or phone repair, a <a href="https://arxiv.org/pdf/2211.05824.pdf" rel="external nofollow">new study</a> suggests you have good reason. It found that privacy violations occurred at least 50 percent of the time, not surprisingly with female customers bearing the brunt.
	</p>

	<p>
		 
	</p>

	<p>
		Researchers at University of Guelph in Ontario, Canada, recovered logs from laptops after receiving overnight repairs from 12 commercial shops. The logs showed that technicians from six of the locations had accessed personal data and that two of those shops also copied data onto a personal device. Devices belonging to females were more likely to be snooped on, and that snooping tended to seek more sensitive data, including both sexually revealing and non-sexual pictures, documents, and financial information.
	</p>

	<h2>
		Blown away
	</h2>

	<p>
		“We were blown away by the results,” Hassan Khan, one of the researchers, said in an interview. Especially concerning, he said, was the copying of data, which happened during repairs for one from a male customer and the other from a female. “We thought they would just look at [the data] at most.”
	</p>

	<p>
		 
	</p>

	<p>
		The amount of snooping may actually have been higher than recorded in the study, which was conducted from October to December 2021. In all, the researchers took the laptops to 16 shops in the greater Ontario region. Logs on devices from two of those visits weren’t recoverable. Two of the repairs were performed on the spot and in the customer's presence, so the technician had no opportunity to surreptitiously view personal data.
	</p>

	<p>
		 
	</p>

	<p>
		In three cases, Windows Quick Access or Recently Accessed Files had been deleted in what the researchers suspect was an attempt by the snooping technician to cover their tracks. As noted earlier, two of the visits resulted in the logs the researchers relied on being unrecoverable. In one, the researcher explained they had installed antivirus software and performed a disk cleanup to “remove multiple viruses on the device.” The researchers received no explanation in the other case.
	</p>

	<p>
		 
	</p>

	<p>
		Here’s a breakdown of the six visits that resulted in snooping:
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="computer-repair-privacy-violations-640x3" class="ipsImage" data-ratio="50.16" height="321" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/11/computer-repair-privacy-violations-640x321.jpg">
	</p>

	<div>
		<em>Ceci, Stegman, Khan</em>
	</div>

	<p>
		 
	</p>

	<p>
		The laptops were freshly imaged Windows 10 laptops. All were free of malware and other defects and in perfect working condition with one exception: the audio driver was disabled. The researchers chose that glitch because it required only a simple and inexpensive repair, was easy to create, and didn’t require access to users’ personal files.
	</p>

	<p>
		 
	</p>

	<p>
		Half of the laptops were configured to appear as if they belonged to a male and the other half to a female. All of the laptops were set up with email and gaming accounts and populated with browser history across several weeks. The researchers added documents, both sexually revealing and non-sexual pictures, and a cryptocurrency wallet with credentials.
	</p>

	<p>
		 
	</p>

	<p>
		The researchers also configured the laptops to run a custom logging app that used the <a href="https://support.microsoft.com/en-us/windows/record-steps-to-reproduce-a-problem-46582a9b-620f-2e36-00c9-04e25d784e47" rel="external nofollow">Windows Steps Recorder</a> utility in the background. The utility captured the screen on every mouse click and recorded each key pressed by the user. The researchers also enabled <a href="https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/audit-policy" rel="external nofollow">Windows Audit Policy</a> to log access to any file on the device.
	</p>

	<p>
		 
	</p>

	<p>
		The researchers then brought the laptops to two national outlets, two regional ones, and four local ones. Half the customers were male, and the other half were female.
	</p>
</div>

<nav>
	<div itemprop="articleBody">
		<h2>
			Password required
		</h2>

		<p>
			Besides finding widespread snooping, the study uncovered other problems. Among them: The vast majority of repair shops provide no privacy policy and those that do have no means of enforcing them. Even worse, repair technicians required a customer to surrender their login password even when it wasn’t necessary for the repair needed.
		</p>

		<p>
			 
		</p>

		<p>
			These findings came from a separate part of the study, in which the researchers brought an Asus UX330U laptop into 11 shops for a battery replacement. This repair doesn’t require a technician to log in to the machine, since the removal of the back of the device and access to the device BIOS (for checking battery health) is all that’s needed. Despite this, all but one of the repair service providers asked for the credentials to the device OS anyway.
		</p>

		<p>
			 
		</p>

		<p>
			When the customer asked if they could get the repair without providing the password, three refused to take the device without it, four agreed to take it but warned they wouldn’t be able to verify their work or be responsible for it, one asked the customer to remove the password, and one said they would reset the device if it was required.
		</p>

		<p>
			 
		</p>

		<p>
			In all, the findings from the study were:
		</p>

		<p>
			 
		</p>

		<p style="margin-left: 40px;">
			• Privacy policies and the practice of communicating protocols and controls to protect customers’ data do not exist across service providers of all sizes.<br role="presentation">
			• Service providers largely (10/11) require “all access” to the device, even when it is unnecessary.<br role="presentation">
			• Technicians often snoop on customers’ data (6/16) and sometimes copy those to external devices (2/16).<br role="presentation">
			• Technicians who violate privacy often do so carefully to not generate evidence (1/6) or remove such evidence (3/6).<br role="presentation">
			• A significant proportion of broken devices (26/79, 33 percent) are not repaired due to privacy concerns. For the devices that get repaired, device owners are concerned about threats to their privacy but do not use the proper controls to protect their data.
		</p>

		<p>
			 
		</p>

		<p>
			The results likely confirm what many more experienced computer users already know: that their data is vulnerable to snooping or copying any time they surrender their device to an untrusted or unknown individual, particularly when the individual has their login password. But for a much larger percentage of people wanting to recover crucial data on a broken device, the findings are likely a wake-up call with few, if any, good solutions.
		</p>

		<p>
			 
		</p>

		<p>
			“Our investigation shows an absence of policies and controls to safeguard customers’ data across all types of repair service providers,” the researchers concluded. “Our work calls to action device manufacturers, OS developers, repair service providers, and regulatory bodies to take appropriate measures to safeguard customers’ privacy in the repair industry.”
		</p>
	</div>

	<p>
		 
	</p>
</nav>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/information-technology/2022/11/half-of-computer-repairs-result-in-snooping-of-sensitive-data-study-finds/" rel="external nofollow">Thinking about taking your computer to the repair shop? Be very afraid</a>
</p>
]]></description><guid isPermaLink="false">10304</guid><pubDate>Tue, 22 Nov 2022 22:23:13 +0000</pubDate></item><item><title>Users claim that iCloud for Windows is showing photos from strangers in their library</title><link>https://nsaneforums.com/news/security-privacy-news/users-claim-that-icloud-for-windows-is-showing-photos-from-strangers-in-their-library-r10303/</link><description><![CDATA[<p>
	iCloud for Windows reportedly has some major problems. Some users have alleged that the app is showing photos from strangers in their library.
</p>

<p>
	 
</p>

<p>
	<picture data-rv-in-image="rv-in-image-1"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.webp" srcset="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.webp" type="image/webp"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.jpg" srcset="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.jpg" type="image/jpeg"><noscript><img class="alignnone size-full wp-image-181928 sp-no-webp" alt="Users claim that iCloud for Windows is showing photos from strangers in their library" height="581" width="720" srcset="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.jpg" src="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.jpg"></noscript></source></source></picture><img alt="Users-claim-that-iCloud-for-Windows-is-s" class="ipsImage" data-ratio="75.10" height="540" width="669" src="https://www.ghacks.net/wp-content/uploads/2022/11/Users-claim-that-iCloud-for-Windows-is-showing-photos-from-strangers-in-their-library.webp">
</p>


<h3>
	iCloud for Windows is displaying images from random people
</h3>

<p>
	A report by <a data-wpel-link="external" href="https://www.macrumors.com/2022/11/21/icloud-for-windows-corrupt-video-bug/" rel="external nofollow" target="_blank">MacRumors</a> mentions that a user from its <a data-wpel-link="external" href="https://forums.macrumors.com/threads/icloud-for-windows-corrupting-videos-downloading-other-peoples-photos.2370666/?post=31739980#post-31739980" rel="external nofollow" target="_blank">community forums</a> had discovered that they were unable to play videos recorded with their iPhone 14 Pro Max after downloading them to their PC. The user could access the media on their Mac, another Apple device, and via iCloud.com without any issues. But, when they tried syncing it to their computer with iCloud for Windows, the downloaded media was not playable, it ended up with a black screen with scan lines, i.e, the videos were corrupted.
</p>

<p>
	 
</p>

<p>
	In what seems to be a rather bizarre twist to an unusual problem, the video was not only playable, but also displayed an image (likely a thumbnail) from sources they didn't know. The user went on to explain that the issue only occurred with videos that were recorded with the HDR and HEVC setting enabled in their iPhone 14 Pro Max's camera. They weren't the only one facing this issue, other users with an iPhone 13 Pro reported a similar incident.
</p>

<p>
	 
</p>

<p>
	The bigger of the two issues is that the iCloud for Windows app seems to be picking up images from strangers. Can you imagine how it would be if you see photos taken by someone appears in your library randomly? And what about the photos that you take on your iPhone? Your pictures could end up with a random person, that is pretty creepy.
</p>

<p>
	 
</p>

<p>
	One user at the community forums speculated that the person could have downloaded a video belonging to someone else. The downloaded media may have been encrypted, which is why they couldn't play the video, since they don't have the decryption key for it. They also suggested that the thumbnail displayed in the folder may not have been encrypted, and that's the reason why the person could access it. That makes sense, doesn't it?  If true, this could mean that the thumbnails of images and videos uploaded to the cloud are not end-to-end encrypted. That could be a serious privacy issue.
</p>

<p>
	 
</p>

<p>
	Could this problem actually have something to do with the recent <a data-wpel-link="internal" href="https://www.ghacks.net/2022/11/12/microsoft-photos-app-with-icloud-photos-integration-is-now-available-for-all-users/" rel="external nofollow" target="_blank">iCloud Photos integration</a> in the Windows 11 Photos app? That seems unlikely, because the user says that they were able to replicate the issue on both Windows 10 and Windows 11. Since photos from other iPhone users are showing up in the iCloud library, this is likely an Apple related issue, maybe something related to the authentication on its servers, which in turn affects the syncing process on Windows PCs. <a data-wpel-link="external" href="https://9to5mac.com/2022/11/21/icloud-for-windows-photos-videos-strangers/" rel="external nofollow" target="_blank">9to5Mac</a> suggests that this bug could be due to a rendering issue in the iCloud app for certain file types.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="external" href="https://appleinsider.com/articles/22/11/21/icloud-for-windows-users-see-corrupted-iphone-videos-with-mystery-images" rel="external nofollow" target="_blank">Apple Insider</a> also received similar reports about the issue. I haven't experienced such problems with media from my Macbook and iPad. It does seem scary, and not just in terms of privacy. If the videos are corrupted and synced to the cloud, you could lose access to the original videos. This is why it is better to rely on good old local backups.
</p>

<p>
	 
</p>

<p>
	This news comes in the wake of <a data-wpel-link="external" href="https://twitter.com/mysk_co/status/1594515229915979776" rel="external nofollow" target="_blank">allegations</a> that Apple is able to identify what users are accessing on its App Store via telemetry (analytics).
</p>

<p>
	 
</p>

<p>
	Have you experienced a similar issue with your iPhone and Windows PC?
</p>

<p>
	 
</p>

<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2022/11/22/icloud-for-windows-privacy-issue-shows-photos-from-strangers/" rel="external nofollow">Users claim that iCloud for Windows is showing photos from strangers in their library</a>
</p>
]]></description><guid isPermaLink="false">10303</guid><pubDate>Tue, 22 Nov 2022 22:20:32 +0000</pubDate></item><item><title>U.S. Authorities Seize Domains Used in 'Pig butchering' Cryptocurrency Scams</title><link>https://nsaneforums.com/news/security-privacy-news/us-authorities-seize-domains-used-in-pig-butchering-cryptocurrency-scams-r10300/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The U.S. Justice Department (DoJ) on Monday <a href="https://www.justice.gov/usao-edva/pr/court-authorizes-seizure-domains-used-furtherance-cryptocurrency-pig-butchering-scheme" rel="external nofollow">announced</a> the takedown of seven domain names in connection to a "pig butchering" cryptocurrency scam. The fraudulent scheme, which operated from May to August 2022, netted the actors over $10 million from five victims, the DoJ said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Pig butchering, also called Sha Zhu Pan, is a type of scam in which swindlers lure unsuspecting investors into sending their crypto assets. The criminals encounter potential victims on dating apps, social media sites, and SMS messages.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These individuals initiate fake relationships in an attempt to build trust, only to trick them into making a cryptocurrency investment on a bogus platform.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Once the money is sent to the fake investment app, the scammer vanishes, taking all the money with them, often resulting in significant losses for the victim," the DoJ said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The seven seized portals all mimicked the Singapore International Monetary Exchange (SIMEX), the agency pointed out.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">But once the funds were transferred into wallet addresses supposedly provided by these domains, the digital currencies are said to have been immediately moved through an array of private wallets and swapping services to conceal the trail.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Pig Butchering fraud highlights the lengths actors will go to socially engineer a target into falling victim to crime perpetuated by large cybercrime ecosystems," Sherrod DeGrippo, vice president of threat research and detection at Proofpoint, previously told The Hacker News.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The emotional manipulation, friendly tone, and sheer duration of the pre-exploitation phase allows genuine feelings to develop, and the actor exploits that emotion for financial gain, to the loss of sometimes <a href="https://krebsonsecurity.com/2022/07/massive-losses-define-epidemic-of-pig-butchering/" rel="external nofollow">millions of dollars</a>."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">An advisory released by the U.S. Federal Bureau of Investigation (FBI) last month <a href="https://www.ic3.gov/Media/Y2022/PSA221003" rel="external nofollow">noted</a> how when the victims attempted to withdraw their investments, they were asked to pay extra taxes or penalties, leading to more losses.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The intelligence agency, in April, <a href="https://www.fbi.gov/contact-us/field-offices/portland/news/press-releases/fbi-oregon-tech-tuesday-building-a-digital-defense-against-a-new-cryptocurrency-scam-pig-butchering" rel="external nofollow">revealed</a> it received more than 4,300 complaints related to crypto-romance scams in 2021, resulting in more than $429 million in losses.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A recent report from Proofpoint also detailed some of the other tactics adopted by the fraudsters, including suggesting shifting the conversation to Telegram or WhatsApp for a "more private chat" and encouraging the victims to send compromising photos.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In addition to cryptocurrency-based lures, these criminal enterprises have used gold, forex, stocks, and other subjects to exploit their victims," researchers Tim Kromphardt and Genina Po <a href="https://www.proofpoint.com/us/blog/threat-insight/broken-dreams-and-piggy-banks-pig-butchering-crypto-fraud-growing-online" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Such schemes are successful due to the intimate nature of the conversations leading up to the 'slaughter.' Causing shame and embarrassment are key goals for threat actors that leverage this type of social engineering to exploit victims, similar to romance fraud."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://thehackernews.com/2022/11/us-authorities-seize-domains-used-in.html" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10300</guid><pubDate>Tue, 22 Nov 2022 20:39:27 +0000</pubDate></item><item><title>Luna Moth Gang Invests in Call Centers to Target Businesses with Callback Phishing Campaigns</title><link>https://nsaneforums.com/news/security-privacy-news/luna-moth-gang-invests-in-call-centers-to-target-businesses-with-callback-phishing-campaigns-r10299/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The Luna Moth campaign has extorted hundreds of thousands of dollars from several victims in the legal and retail sectors.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attacks are notable for employing a technique called <a href="https://thehackernews.com/2022/10/bazarcall-callback-phishing-attacks.html" rel="external nofollow">callback phishing</a> or telephone-oriented attack delivery (<a href="https://thehackernews.com/2022/10/hackers-using-vishing-tactics-to-trick.html" rel="external nofollow">TOAD</a>), wherein the victims are social engineered into making a phone call through phishing emails containing invoices and subscription-themed lures.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Palo Alto Networks Unit 42 said the attacks are the "product of a single highly organized campaign," adding, "this threat actor has significantly invested in call centers and infrastructure that's unique to each victim."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The cybersecurity firm <a href="https://unit42.paloaltonetworks.com/luna-moth-callback-phishing/" rel="external nofollow">described</a> the activity as a "pervasive multi-month campaign that is actively evolving."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">What's notable about callback phishing is that the email messages are completely devoid of any malicious attachment or booby-trapped link, allowing them to evade detection and slip past email protection solutions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These messages typically come with an invoice that includes a phone number that the users can call to cancel the supposed subscription. In reality, however, the victims are routed to an actor-controlled call center and connected to a live agent on the other end, who ends up installing a remote access tool for persistence.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The attacker will then seek to identify valuable information on the victim's computer and connected file shares, and they will quietly exfiltrate it to a server they control using a file transfer tool," Unit 42 researcher Kristopher Russo said.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="email.png" class="ipsImage" data-ratio="75.10" height="540" width="675" src="https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEjgm5V1Myco9afX2NWq2gjtD8rspM0UzyKzFPCK-ZMrX65Tmc6rURgoO5R8aEWQIHrg1QR06rE6vxk7ZK2oWD3Y4-yI39zQX1jBK6PNWu1PGfcSpUY4_zCsQMF_we1lW7pWXOvjc-QZIbx_XWKk6oX3MKnezWUrF7h9euCfYLJmuCl3U27AvDeaet4T/s728-e1000/email.png" />
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The campaign may be resource intensive, but is also technically less sophisticated and likely to have a much higher success rate than other phishing attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On top of that, it enables extortion without encryption, permitting malicious actors to plunder sensitive data sans the need to deploy ransomware to lock the files after exfiltration.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Luna Moth actor, also known as Silent Ransom, has become an expert of sorts when it comes to pulling off such schemes. According to AdvIntel, the cybercrime group is believed to be the mastermind behind the <a href="https://thehackernews.com/2022/08/conti-cybercrime-cartel-using-bazarcall.html" rel="external nofollow">BazarCall attacks</a> last year.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To give these attacks a veneer of legitimacy, the adversaries, instead of dropping a malware like BazarLoader, take advantage of legitimate tools like Zoho Assist to remotely interact with a victim's computer, abusing the access to deploy other trusted software such as Rclone or WinSCP for harvesting data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Extortion demands range from two to 78 Bitcoin based on the organization targeted, with the threat actor creating unique cryptocurrency wallets for each payment. The adversary is also said to offer discounts of nearly 25% for prompt payment, although there's no guarantee that the data is deleted.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The threat actors behind this campaign have taken great pains to avoid all non-essential tools and malware, to minimize the potential for detection," Russo said. "Since there are very few early indicators that a victim is under attack, employee cybersecurity awareness training is the first line of defense."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://thehackernews.com/2022/11/luna-moth-gang-invests-in-call-centers.html" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10299</guid><pubDate>Tue, 22 Nov 2022 20:37:49 +0000</pubDate></item><item><title>Researchers Warn of Cyber Criminals Using Go-based Aurora Stealer Malware</title><link>https://nsaneforums.com/news/security-privacy-news/researchers-warn-of-cyber-criminals-using-go-based-aurora-stealer-malware-r10298/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A nascent Go-based malware known as Aurora Stealer is being increasingly deployed as part of campaigns designed to steal sensitive information from compromised hosts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"These infection chains leveraged phishing pages impersonating download pages of legitimate software, including cryptocurrency wallets or remote access tools, and the 911 method making use of YouTube videos and SEO-poised fake cracked software download websites," cybersecurity firm SEKOIA <a href="https://blog.sekoia.io/aurora-a-rising-stealer-flying-under-the-radar/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">First advertised on Russian cybercrime forums in April 2022, Aurora was offered as a commodity malware for other threat actors, describing it as a "multi-purpose botnet with stealing, downloading and remote access capabilities."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In the intervening months, the malware has been scaled down to a stealer that can harvest files of interest, data from 40 cryptocurrency wallets, and applications like Telegram.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Aurora also comes with a loader that can deploy a next-stage payloading using a PowerShell command.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEjGaN0Y2cVc_gw3Akdj68LfsAITMYnsfhsRTlzcqsOGNXTrLABQ3T3ueR2GbXiVn49SyrMIiwFUDF2USdLB6xL9mNdc9cTbf4-c4y_j4L8_ejzbNQZJj7DafwenmibyaeDN05IHCkKqg7VEr37N9Kh31tIjCHtNIE43_S37B3FL6LX4jQ_PpOW4Dx1o/s728-e100/hack.png" rel="external nofollow"><img alt="Aurora Stealer Malware" border="0" data-ratio="42.78" title="Aurora Stealer Malware" src="https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEjGaN0Y2cVc_gw3Akdj68LfsAITMYnsfhsRTlzcqsOGNXTrLABQ3T3ueR2GbXiVn49SyrMIiwFUDF2USdLB6xL9mNdc9cTbf4-c4y_j4L8_ejzbNQZJj7DafwenmibyaeDN05IHCkKqg7VEr37N9Kh31tIjCHtNIE43_S37B3FL6LX4jQ_PpOW4Dx1o/s728-e1000/hack.png" /></a></span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The cybersecurity company said at least different cybercrime groups, called <a href="https://blog.sekoia.io/traffers-a-deep-dive-into-the-information-stealer-ecosystem/" rel="external nofollow">traffers</a>, who are responsible for redirecting user's traffic to malicious content operated by other actors, have added Aurora to their toolset, either exclusively or alongside <a href="https://thehackernews.com/2022/09/researchers-warn-of-self-spreading.html" rel="external nofollow">RedLine</a> and <a href="https://thehackernews.com/2022/10/us-charges-ukrainian-hacker-over-role.html" rel="external nofollow">Raccoon</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Aurora is another infostealer targeting data from browsers, cryptocurrency wallets, local systems, and acting as a loader," SEKOIA said. "Sold at a high price on market places, collected data is of particular interest to cybercriminals, allowing them to carry out follow-up lucrative campaigns, including Big Game Hunting operations."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The development also comes as researchers from Palo Alto Networks Unit 42 detailed an enhanced version of another stealer called Typhon Stealer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The new variant, dubbed <a href="https://unit42.paloaltonetworks.com/typhon-reborn-stealer/" rel="external nofollow">Typhon Reborn</a>, is designed to steal from cryptocurrency wallets, web browsers, and other system data, while removing previously existing features like keylogging and cryptocurrency mining in a likely attempt to minimize detection.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Typhon Stealer provided threat actors with an easy to use, configurable builder for hire," Unit 42 researchers Riley Porter and Uday Pratap Singh said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Typhon Reborn's new anti-analysis techniques are evolving along industry lines, becoming more effective in the evasion tactics while broadening their toolset for stealing victim data."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://thehackernews.com/2022/11/researchers-warn-of-cyber-criminals.html" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10298</guid><pubDate>Tue, 22 Nov 2022 20:32:28 +0000</pubDate></item><item><title>Hackers breach energy orgs via bugs in discontinued web server</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-breach-energy-orgs-via-bugs-in-discontinued-web-server-r10297/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Microsoft said today that security vulnerabilities found to impact a web server discontinued since 2005 have been used to target and compromise organizations in the energy sector.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As cybersecurity company Recorded Future revealed in a report published in April, state-backed Chinese hacking groups (including one traced as RedEcho) targeted multiple Indian electrical grid operators, compromising an Indian national emergency response system and the subsidiary of a multinational logistics company.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attackers gained access to the internal networks of the hacked entities via Internet-exposed cameras on their networks as command-and-control servers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In addition to the targeting of power grid assets, we also identified the compromise of a national emergency response system and the Indian subsidiary of a multinational logistics company by the same threat activity group," Recorded Future <a href="https://www.recordedfuture.com/continued-targeting-of-indian-power-grid-assets" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"To achieve this, the group likely compromised and co-opted internet-facing DVR/IP camera devices for command and control (C2) of Shadowpad malware infections, as well as use of the open source tool <a href="https://github.com/fatedier/frp" rel="external nofollow">FastReverseProxy</a>"</span>
</p>

<h2>
	<span style="font-size:14px;">Attacks linked to Boa web server flaws</span>
</h2>

<p>
	<span style="font-size:14px;">While Recorded Future didn't expand on the attack vector, Microsoft said today that the attackers exploited a vulnerable component in the Boa web server, a software solution discontinued since 2015 that's still being used by IoT devices (from routers to cameras).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Boa being one of the components used for signing in and accessing the management consoles of IoT devices, significantly increases the risk of critical infrastructure being breached via vulnerable and Internet-exposed devices running the vulnerable web server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Microsoft Security Threat Intelligence team said today that Boa servers are pervasive across IoT devices mainly because of the web server's inclusion in popular software development kits (SDKs).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to Microsoft Defender Threat Intelligence platform data, more than 1 million internet-exposed Boa server components were detected online worldwide within a single week.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Exposed%20Boa%20servers%20worldwide%20(M" class="ipsImage" data-ratio="59.72" height="329" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2022/Exposed%20Boa%20servers%20worldwide%20(Microsoft).png" />
		
			<p>
				<span style="font-size:14px;">Exposed Boa servers worldwide (Microsoft)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">"Boa servers are affected by several known vulnerabilities, including arbitrary file access (<a href="https://nvd.nist.gov/vuln/detail/CVE-2017-9833" rel="external nofollow">CVE-2017-9833</a>) and information disclosure (<a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33558" rel="external nofollow">CVE-2021-33558</a>)," the Microsoft Security Threat Intelligence team <a href="https://www.microsoft.com/en-us/security/blog/2022/11/22/vulnerable-sdk-components-lead-to-supply-chain-risks-in-iot-and-ot-environments/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Microsoft continues to see attackers attempting to exploit Boa vulnerabilities beyond the timeframe of the released report, indicating that it is still targeted as an attack vector."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Attackers can exploit these security flaws without requiring authentication to execute code remotely after stealing credentials by accessing files with sensitive information on the targeted server.</span>
</p>

<h2>
	<span style="font-size:14px;">Tata Power breached using Boa web server vulnerabilities</span>
</h2>

<p>
	<span style="font-size:14px;">In one of the most recent attacks abusing these vulnerabilities observed by Microsoft, Hive ransomware hacked India's largest integrated power company, Tata Power, last month.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The attack detailed in the Recorded Future report was one of several intrusion attempts on Indian critical infrastructure since 2020, with the <a href="https://www.bleepingcomputer.com/news/security/hive-claims-ransomware-attack-on-tata-power-begins-leaking-data/" rel="external nofollow">most recent attack</a> on IT assets confirmed in October 2022," Redmond said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Microsoft assesses that Boa servers were running on the IP addresses on the list of IOCs published by Recorded Future at the time of the report's release and that the electrical grid attack targeted exposed IoT devices running Boa."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Tata Power disclosed a cyber attack on its "IT infrastructure impacting some of its IT systems" in a <a href="https://archives.nseindia.com/corporate/TATAPOWER_14102022190039_SELetter.pdf" rel="external nofollow">stock filing</a> on October 14th without sharing additional details regarding the threat actors behind the incident.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Hive ransomware gang later posted data they claimed to have stolen from Tata Power's networks, indicating the ransom negotiations failed.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/hackers-breach-energy-orgs-via-bugs-in-discontinued-web-server/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10297</guid><pubDate>Tue, 22 Nov 2022 20:26:24 +0000</pubDate></item><item><title>US offshore oil and gas rigs at &#x2018;significant&#x2019; risk of cyberattacks, warns government watchdog</title><link>https://nsaneforums.com/news/security-privacy-news/us-offshore-oil-and-gas-rigs-at-%E2%80%98significant%E2%80%99-risk-of-cyberattacks-warns-government-watchdog-r10286/</link><description><![CDATA[<p>
	<span style="font-size:14px;">U.S. offshore oil and gas infrastructure faces “significant and increasing” cybersecurity risks that require “urgent” attention, a U.S. government’s watchdog has warned.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Government Accountability Office said in <a href="https://www.gao.gov/products/gao-23-105789" rel="external nofollow">a new report</a> that the network of over 1,600 offshore facilities that produces a significant portion of U.S. domestic oil and gas are at a growing risk of cyberattacks. The warning comes more than a year after ransomware actors targeted <a href="https://techcrunch.com/tag/colonial-pipeline/" rel="external nofollow">Colonial Pipeline</a>, bringing the U.S. oil pipeline system relied on by millions of Americans to a standstill.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The watchdog warned that not only has the government identified the offshore oil and gas sector as a target of malicious state actors, particularly those backed by China, Iran, North Korea, and Russia, but said operational technology (OT) — often used by these facilities to monitor and control physical equipment — contains multiple security flaws that could allow attackers to remotely take control of various functions, including as those critical to safety.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">U.S. cybersecurity agency CISA has released <a href="https://www.cisa.gov/uscert/ncas/current-activity/2022/06/22/cisa-releases-security-advisories-related-oticefall-insecure" rel="external nofollow">several advisories about OT vulnerabilities</a> this year alone, detailing issues like weak encryption and insecure firmware updates, and urged impacted users to identify baseline mitigations for reducing potential risks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The GAO noted in its new report that legacy OT infrastructure still in use at many facilities is also vulnerable due to a lack of both built-in cybersecurity measures and software security patches. The report notes that older devices “do not have the capability to log commands sent to the devices, making it more difficult to detect malicious activity.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The U.S. watchdog is calling on the Department of the Interior’s Bureau of Safety and Environmental Enforcement (BSEE), which oversees offshore oil and gas operations, to address these growing security risks. It says that the agency had initiated efforts to address these cybersecurity risks as far back as 2015, but has yet to take any “substantial” action almost a decade later.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The GAO notes that the BSEE started another such initiative earlier this year and hired a cybersecurity specialist to lead it, but the agency later said the effort was put on hold until the specialist is “adequately versed in the relevant issues.”</span>
</p>

<div>
	<div>
		 
	</div>
</div>

<p>
	<span style="font-size:14px;">“Absent the immediate development and implementation of an appropriate strategy, offshore oil and gas infrastructure will continue to remain at significant risk,” the GAO said, noting that a successful cyberattack on offshore oil and gas infrastructure could have catastrophic consequences, including “deaths and injuries, damaged or destroyed equipment, and pollution to the marine environment.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The U.S. watchdog is urging the BSEE to urgently develop and implement a cybersecurity strategy that includes risk assessments, objectives, activities, and performance measures; roles, responsibilities, and coordination; and the identification of required resources and investments.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BSEE “generally concurred” with the report and its recommendations. TechCrunch contacted BSEE for comment but did not hear back.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://techcrunch.com/2022/11/22/offshore-oil-gas-cyberattacks-watchdog/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">10286</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Attackers bypass Coinbase and MetaMask 2FA via TeamViewer, fake support chat</title><link>https://nsaneforums.com/news/security-privacy-news/attackers-bypass-coinbase-and-metamask-2fa-via-teamviewer-fake-support-chat-r10285/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A crypto-stealing phishing campaign is underway to bypass multi-factor authentication and gain access to accounts on Coinbase, MetaMask, Crypto.com, and KuCoin and steal cryptocurrency.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat actors abuse the Microsoft Azure Web Apps service to host a network of phishing sites and lure victims to them via phishing messages impersonating bogus transaction confirmation requests or suspicious activity detection.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For example, one of the phishing emails seen in the attacks pretended to be from Coinbase, which says they locked the account due to suspicious activity.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="phishing-email(4).png" class="ipsImage" data-ratio="75.00" height="413" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Phishing/phishing-email(4).png" />
		
			<p>
				<span style="font-size:14px;">Phishing email impersonating Coinbase - Source: PIXM</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">When the targets visit the phishing site, they are presented with a chat window supposedly for 'customer support,' controlled by a scammer who directs visitors through a multi-step defrauding process.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">PIXM has been tracking this campaign since 2021 when the threat group <a href="https://pixmsecurity.com/blog/phish/coinbase-attacks-bypass-2fa/" rel="external nofollow">targeted only Coinbase</a>. Recently, PIXM's analysts noticed an expansion in the campaign's targeting scope to include MetaMask, Crypto.com, and KuCoin.</span>
</p>

<h2>
	<span style="font-size:14px;">Bypassing 2FA</span>
</h2>

<p>
	<span style="font-size:14px;">The first phase of the attack in the fake crypto exchange phishing sites involves a bogus login form followed by a two-factor authentication prompt.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Regardless of the credentials entered during this stage, they will still be stolen by the threat actors. The page then proceeds to a prompt asking for the 2FA code needed to access the account.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="2fa-page.png" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/2fa-page.png" />
		
			<p>
				<span style="font-size:14px;">2FA step of the phishing site - Source: PIXM</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The attackers try out the entered credentials on the legitimate website, triggering the sending of a 2FA code to the victim, who then enters a valid 2FA on the phishing site.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat actors then attempt to use the entered 2FA code to log in to the victim's account as long as they act before the timer runs out.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It should be noted that the MetaMask phishing attacks are targeting recovery phrases, rather than credentials or 2FA codes.</span>
</p>

<h2>
	<span style="font-size:14px;">Chatting with scammers</span>
</h2>

<p>
	<span style="font-size:14px;">Regardless of whether a 2FA code works, the researchers say that the scammers trigger the next attack stage, which is to launch on-screen chat support.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is done by displaying a fake error message stating the account has been suspended due to suspicious activity and asking the visitor to contact support to resolve the matter.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="fake-error.png" class="ipsImage" data-ratio="75.10" height="497" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/fake-error.png" />
		
			<p>
				<span style="font-size:14px;">Generating a fake login error - Source: PIXM</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">In this support chat, the threat actors start a conversation with the targeted victim to keep them around in case different credentials, recovery phrases, or 2FA codes are needed for the threat actors to log in to the account.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"They will prompt the user for their username, password, and 2-Factor authentication code directly in the chat," explains the new <a href="https://pixmsecurity.com/blog/phish/cybercrime-group-expands-cryptocurrency-phishing-operation/" rel="external nofollow">PIXM report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The criminal will then take this directly to a browser on their machine and again try to access the users account."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For successfully breached accounts, the victim is still engaged with customer support in case they need to confirm fund transfers while the crooks empty their wallets.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, for accounts they cannot breach through the support chat, the threat actors switch to an alternative method to authenticate their device as "trustworthy" for the cryptocurrency platform.</span>
</p>

<h2>
	<span style="font-size:14px;">Remote trickery</span>
</h2>

<p>
	<span style="font-size:14px;">To overcome the authenticated device obstacle, the attackers convince the victim to download and install the 'TeamViewer' remote access app.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Next, the scammers ask the victims to log in to their cryptocurrency wallet or exchange accounts, and while they do so, the threat actors add a random character in the password field to cause a login failure.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attacker then asks the victim to paste the password on the TeamViewer chat, uses the password (minus the random character) to login on to their device, and then snatches the device confirmation link sent to the victim to authenticate their device as trusted.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="trusted-device.png" class="ipsImage" data-ratio="75.10" height="399" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Software/trusted-device.png" />
		
			<p>
				<span style="font-size:14px;">Stealing the device authentication link - Source: PIXM</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Once they gain access to the account or wallet, the threat actors drain it of all funds while still keeping the victim engaged in the support chat. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To avoid getting scammed in attacks like these, it is essential to always pay attention to the sender's email address and any sent URLs.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If these URLs do not match the cryptocurrency platform, you should immediately treat the email as suspicious and delete it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, if you fall for one of these scams, there is nothing that a crypto exchange can due to recover your funds once they are transmitted from your wallet. </span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/attackers-bypass-coinbase-and-metamask-2fa-via-teamviewer-fake-support-chat/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">10285</guid><pubDate>Tue, 22 Nov 2022 18:06:44 +0000</pubDate></item></channel></rss>
