<?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/77/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Chinese hackers use new Linux malware variants for espionage</title><link>https://nsaneforums.com/news/security-privacy-news/chinese-hackers-use-new-linux-malware-variants-for-espionage-r14901/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Hackers are deploying new Linux malware variants in cyberespionage attacks, such as a new PingPull variant and a previously undocumented backdoor tracked as 'Sword2033.' </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">PingPull is a RAT (remote access trojan) first documented by Unit 42 <a href="https://www.bleepingcomputer.com/news/security/gallium-hackers-backdoor-finance-govt-orgs-using-new-pingpull-malware/" rel="external nofollow">last summer</a> in espionage attacks conducted by the Chinese state-sponsored group Gallium, also known as Alloy Taurus. The attacks targeted government and financial organizations in Australia, Russia, Belgium, Malaysia, Vietnam, and the Philippines.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unit 42 continued to monitor these espionage campaigns and <a href="https://unit42.paloaltonetworks.com/alloy-taurus" rel="external nofollow">today reports</a> that the Chinese threat actor uses new malware variants against targets in South Africa and Nepal.</span>
</p>

<h2>
	<span style="font-size:14px;">PingPull on Linux</span>
</h2>

<p>
	<span style="font-size:14px;">The Linux variant of PingPull is an ELF file that only 3 out of 62 anti-virus vendors currently flag as malicious.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unit 42 was able to determine it's a port of the known Windows malware by noticing similarities in the HTTP communication structure, POST parameters, AES key, and the commands it receives from the threat actor's C2 server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The commands the C2 sends to the malware are indicated by a single uppercase character in the HTTP parameter, and the payload returns the results to the server via a base64-encoded request.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The parameters and corresponding commands are:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;">A – Get the current directory</span>
	</li>
	<li>
		<span style="font-size:14px;">B – List folder</span>
	</li>
	<li>
		<span style="font-size:14px;">C – Read text file</span>
	</li>
	<li>
		<span style="font-size:14px;">D – Write a text file</span>
	</li>
	<li>
		<span style="font-size:14px;">E – Delete file or folder</span>
	</li>
	<li>
		<span style="font-size:14px;">F – Read binary file, convert to hex</span>
	</li>
	<li>
		<span style="font-size:14px;">G – Write binary file, convert to hex</span>
	</li>
	<li>
		<span style="font-size:14px;">H – Copy file or folder</span>
	</li>
	<li>
		<span style="font-size:14px;">I – Rename a file</span>
	</li>
	<li>
		<span style="font-size:14px;">J – Create a Directory</span>
	</li>
	<li>
		<span style="font-size:14px;">K – Timestamp file with a specified timestamp in "%04d-%d-%d %d:%d:%d" format</span>
	</li>
	<li>
		<span style="font-size:14px;">M – Run command</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unit 42 comments that the command handlers used in PingPull match those observed in another malware named '<a href="https://www.bleepingcomputer.com/news/security/us-govt-china-sponsored-hackers-targeting-exchange-citrix-f5-flaws/" rel="external nofollow">China Chopper</a>,' a web shell seen heavily used in <a href="https://www.bleepingcomputer.com/news/security/new-microsoft-exchange-zero-days-actively-exploited-in-attacks/" rel="external nofollow">attacks against Microsoft Exchange servers</a>.</span>
</p>

<h2>
	<span style="font-size:14px;">Sword2023 details</span>
</h2>

<p>
	<span style="font-size:14px;">Unit 42 also found a new ELF backdoor that communicated with the same command and control server (C2) as PingPull.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is a simpler tool with more basic functions like uploading files on the breached system, exfiltrating files, and executing a command with "; echo &lt;random number&gt;\n" appended to it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The echo command adds random data on the execution log, possibly to make analysis more challenging or obfuscate its activity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unit 42 discovered a second Sword2023 sample associated with a different C2 address impersonating the South African military.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The same sample was linked to a Soft Ether VPN address, a product that Gallium is known to use in its operations.</span>
</p>

<p>
	 
</p>

<div>
	
		<span style="font-size:14px;"><img alt="Gallium's C2 map based on malware comms" data-ratio="73.89" src="https://www.bleepstatic.com/images/news/u/1220909/2023/APTs/c2-infra.jpg" /></span>

		
			<p>
				<span style="font-size:14px;">Gallium's C2 map based on malware communication (Unit 42)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The cybersecurity firm comments that this isn't a random choice, as in February 2023, South Africa took part in joint military exercises with Russia and China.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In conclusion, Gallium continues to refine its arsenal and broadens its target range using the new Linux variants of PingPull and the newly discovered Sword2023 backdoor.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Organizations must adopt a comprehensive security strategy to effectively counter this sophisticated threat rather than relying solely on static detection methods.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/chinese-hackers-use-new-linux-malware-variants-for-espionage/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14901</guid><pubDate>Thu, 27 Apr 2023 20:03:33 +0000</pubDate></item><item><title>New Atomic macOS info-stealing malware targets 50 crypto wallets</title><link>https://nsaneforums.com/news/security-privacy-news/new-atomic-macos-info-stealing-malware-targets-50-crypto-wallets-r14900/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A new macOS information-stealing malware named 'Atomic' (aka 'AMOS') is being sold to cybercriminals via private Telegram channels for a subscription of $1,000 per month.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For this hefty price, buyers get a DMG file containing a 64-bit Go-based malware designed to target macOS systems and steal keychain passwords, files from the local filesystem, passwords, cookies, and credit cards stored in browsers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The malware also attempts to steal data from over 50 cryptocurrency extensions, which have become a popular target for information-stealing malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For the price, cybercriminals also get a ready-to-use web panel for easy victim management, a MetaMask brute-forcer, a cryptocurrency checker, a dmg installer, and the ability to receive stolen logs on Telegram.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="panel.png" class="ipsImage" data-ratio="76.81" height="540" width="671" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/panel.png" />
		
			<p>
				<span style="font-size:14px;">Atomic's web panel (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The malware was recently spotted by a <a href="https://twitter.com/phd_phuc/status/1651001139750420480" rel="external nofollow">Trellix researcher</a> and researchers at <a href="https://blog.cyble.com/2023/04/26/threat-actor-selling-new-atomic-macos-amos-stealer-on-telegram/" rel="external nofollow">Cyble labs</a>, who analyzed a sample of 'Atomic' and reported that the author released a new version on April 25, 2023, so this is an actively developed project.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="telegram.png" class="ipsImage" data-ratio="75.10" height="540" width="523" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/telegram.png" />
		
			<p>
				<span style="font-size:14px;">Latest version of the malware promoted on Telegram (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">At the time of writing, the malicious dmg file goes <a href="https://www.virustotal.com/gui/file/15f39e53a2b4fa01f2c39ad29c7fe4c2fef6f24eff6fa46b8e77add58e7ac709/detection" rel="external nofollow">largely undetected on VirusTotal</a>, where only one out of 59 AV engines flag it as malicious.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As for its distribution, buyers are responsible for setting up their own channels, which may include phishing emails, malvertizing, social media posts, instant messages, black SEO, laced torrents, and more.</span>
</p>

<h2>
	<span style="font-size:14px;">Atomic features</span>
</h2>

<p>
	<span style="font-size:14px;">The Atomic Stealer boasts a comprehensive array of data-theft features, providing its operators with enhanced opportunities for penetrating deeper into the target system.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Upon executing the malicious dmg file, the malware displays a fake password prompt to obtain the system password, allowing the attacker to gain elevated privileges on the victim's machine.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="system-pass.png" class="ipsImage" data-ratio="41.81" height="286" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/system-pass.png" />
		
			<p>
				<span style="font-size:14px;">Stealing the system password (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">This is a requirement for accessing sensitive information, but a future update might also leverage it for changing system settings or installing additional payloads.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After this first compromise, the malware attempts to extract the Keychain password, macOS' built-in password manager that holds WiFi passwords, website logins, credit card data, and other encrypted information.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="keychain.png" class="ipsImage" data-ratio="52.92" height="379" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/keychain.png" />
		
			<p>
				<span style="font-size:14px;">Extracting the Keychain password (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Having done the above, Atomic proceeds to extract information from software that runs on the breached macOS machine, including the following:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;">Desktop cryptocurrency wallets: Electrum, Binance, Exodus, Atomic</span>
	</li>
	<li>
		<span style="font-size:14px;">Cryptocurrency wallet extensions: 50 extensions are targeted in total, including Trust Wallet, Exodus Web3 Wallet, Jaxx Liberty, Coinbase, Guarda, TronLink, Trezor Password Manager, Metamask, Yoroi, and BinanceChain.</span>
	</li>
	<li>
		<span style="font-size:14px;">Web browser data: auto-fills, passwords, cookies, and credit cards from Google Chrome, Mozilla Firefox, Microsoft Edge, Yandex, Opera, and Vivaldi.</span>
	</li>
	<li>
		<span style="font-size:14px;">System information: Model name, hardware UUID, RAM size, core count, serial number, and others.</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Atomic also gives operators the capability to steal files directly from the victim's 'Desktop' and 'Documents' directories.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, the malware must request permission to access these files, which creates an opportunity for victims to realize the malicious activity.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="permission.png" class="ipsImage" data-ratio="52.17" height="372" width="713" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/permission.png" />
		
			<p>
				<span style="font-size:14px;">Atomic requests permission to access files (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">When stealing data, the malware will pack it all into a ZIP file and then send it to the threat actor's command and control server, which Cyble says is located at "amos-malware[.]ru/sendlog."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Of particular interest, the Trellix security researcher noted that the IP address associated with the Atmos command and control server and its build name are also used by the Raccoon Stealer, potentially linking the two operations.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="exfil.png" class="ipsImage" data-ratio="75.10" height="540" width="712" src="https://www.bleepstatic.com/images/news/u/1220909/2023/MacOS/3/exfil.png" />
		
			<p>
				<span style="font-size:14px;">Exfiltrating the stolen data (Cyble)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">From there, selected information and the ZIP archive are also sent to the operator's private Telegram channel.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Although macOS isn't at the epicenter of <a href="https://www.bleepingcomputer.com/news/security/new-macstealer-macos-malware-steals-passwords-from-icloud-keychain/" rel="external nofollow">malicious info-stealer activity</a>, like Windows, it is increasingly being targeted by threat actors of all skill levels.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A North Korean APT group recently deployed a novel macOS info-stealer in the <a href="https://www.bleepingcomputer.com/news/security/hackers-compromise-3cx-desktop-app-in-a-supply-chain-attack/" rel="external nofollow">3CX supply chain attack</a>, illustrating that Macs are now a target for even state-sponsored hacking groups.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/new-atomic-macos-info-stealing-malware-targets-50-crypto-wallets/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14900</guid><pubDate>Thu, 27 Apr 2023 20:01:01 +0000</pubDate></item><item><title>Android Minecraft clones with 35M downloads infect users with adware</title><link>https://nsaneforums.com/news/security-privacy-news/android-minecraft-clones-with-35m-downloads-infect-users-with-adware-r14899/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A set of 38 Minecraft copycat games on Google Play infected devices with the Android adware 'HiddenAds' to stealthily load ads in the background to generate revenue for its operators.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Minecraft is a popular sandbox game with 140 million monthly active players, which numerous game publishers have attempted to recreate.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Minecraft-like games hiding adware were downloaded by roughly 35 million Android users worldwide, mainly from the United States, Canada, South Korea, and Brazil.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="map.jpg" class="ipsImage" data-ratio="66.81" height="378" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Adware/4/map.jpg" />
		
			<p>
				<span style="font-size:14px;">HiddenAds victim map (McAfee)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Those users didn't notice the malicious adware activity conducted in the background, as they could play the games as promised. Furthermore, any possible overheating, increased network data, or battery consumption caused by loading many ads may be perceived as caused by the game.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The adware set was discovered by <a href="https://www.mcafee.com/blogs/other-blogs/mcafee-labs/hiddenads-spread-via-android-gaming-apps-on-google-play/" rel="external nofollow">McAfee's Mobile Research Team</a>, a member of the App Defense Alliance created to protect Google Play from all types of threats.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After reporting and all apps have been reported and subsequently removed from the store now, with the most downloaded apps from this malicious set listed below:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;">Block Box Master Diamond – 10 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Craft Sword Mini Fun – 5 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Block Box Skyland Sword – 5 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Craft Monster Crazy Sword – 5 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Block Pro Forrest Diamond – 1 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Block Game Skyland Forrest – 1 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Block Rainbow Sword Dragon – 1 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Craft Rainbow Mini Builder – 1 million downloads</span>
	</li>
	<li>
		<span style="font-size:14px;">Block Forrest Tree Crazy – 1 million downloads</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	
		<img alt="pop-app.jpg" class="ipsImage" data-ratio="72.78" height="365" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Adware/4/pop-app.jpg" />
		
			<p>
				<span style="font-size:14px;">The most popular of the adware-ridden games (McAfee)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The advertisements are loaded in the background once the user launches the game, but nothing is displayed on the game screen.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Network traffic analysis, though, shows the exchange of several questionable packets generated by ad libraries of Google, AppLovin, Unity, and Supersonic, among others.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="susp-packs.jpg" class="ipsImage" data-ratio="42.22" height="142" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Adware/4/susp-packs.jpg" />
		
			<p>
				<span style="font-size:14px;">Suspicious network packets exchanged in the background (McAfee)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">McAfee reports that the initial network packets on several of the apps share similar structures, using "3.txt" as the path in the form of "https://(random).netlify.app/3.txt," although the domains in each app are different.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="packets.jpg" class="ipsImage" data-ratio="75.10" height="480" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Adware/4/packets.jpg" />
		
			<p>
				<span style="font-size:14px;">Initial packets from three of the set's apps (McAfee)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">This, in combination with the similar names of the games, suggests a possible connection between them, making it likely that the same author created the apps. However, McAfee does not explicitly mention any definitive links.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While <a href="https://www.bleepingcomputer.com/news/security/android-malware-infiltrates-60-google-play-apps-with-100m-installs/" rel="external nofollow">adware apps</a> aren't considered particularly dangerous for users, it can reduce the performance of a mobile device, raise privacy concerns, and even potentially create security loopholes that might expose users to nastier infections.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Android users should check <a href="https://www.mcafee.com/blogs/other-blogs/mcafee-labs/hiddenads-spread-via-android-gaming-apps-on-google-play/#:~:text=Indicators%20of%20Compromise%C2%A0" rel="external nofollow">McAfee's report</a> for a complete list of affected apps and manually remove them if they have not been removed already.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/android-minecraft-clones-with-35m-downloads-infect-users-with-adware/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14899</guid><pubDate>Thu, 27 Apr 2023 19:57:33 +0000</pubDate></item><item><title><![CDATA[Hackers are breaking into AT&T email accounts to steal cryptocurrency]]></title><link>https://nsaneforums.com/news/security-privacy-news/hackers-are-breaking-into-att-email-accounts-to-steal-cryptocurrency-r14864/</link><description><![CDATA[<p>
	<span style="font-size:22px;">AT&amp;T says cybercriminals exploited an API issue to take control of victims' email addresses</span>
</p>

<p>
	 
</p>

<p>
	Unknown hackers are breaking into the accounts of people who have AT&amp;T email addresses, and using that access to then hack into the victim’s cryptocurrency exchange’s accounts and steal their crypto, TechCrunch has learned.
</p>

<p>
	 
</p>

<p>
	At the beginning of the month, an anonymous source told TechCrunch that a gang of cybercriminals have found a way to hack into the email addresses of anyone who has an att.net, sbcglobal.net, bellsouth.net and other AT&amp;T email addresses.
</p>

<p>
	 
</p>

<p>
	According to the tipster, the hackers are able to do that because they have access to a part of AT&amp;T’s internal network, which allows them to create mail keys for any user. Mail keys are unique credentials that AT&amp;T email users can use to log into their accounts using email apps such as Thunderbird or Outlook, but without having to use their passwords.
</p>

<p>
	 
</p>

<p>
	With a target’s mail key, the hackers can use an email app to log into the target’s account and start resetting passwords for more lucrative services, such as cryptocurrency exchanges. At that point it’s game over for the victim, as the hackers can then reset the victim’s Coinbase or Gemini account password via email.
</p>

<p>
	 
</p>

<p>
	The tipster provided a list of alleged victims. Two of the victims replied, confirming they have been hacked.
</p>

<p>
	 
</p>

<p>
	AT&amp;T spokesperson Jim Kimberly said that the company “identified the unauthorized creation of secure mail keys, which can be used in some cases to access an email account without needing a password.”
</p>

<p>
	 
</p>

<p>
	“We have updated our security controls to prevent this activity. As a precaution, we also proactively required a password reset on some email accounts,” the spokesperson said.
</p>

<p>
	 
</p>

<p>
	AT&amp;T declined to say how many people have been hit in this wave of hacks. But the company, “as a precaution,” has locked some email accounts, forcing their owners to reset their passwords.
</p>

<p>
	 
</p>

<p>
	“This process wiped out any secure mail keys that had been created,” the spokesperson added.
</p>

<p>
	 
</p>

<p>
	One victim told TechCrunch that hackers stole $134,000 dollars from his Coinbase account. The second victim said that “it has been happening repeatedly since November 2022 — probably 10 times at this point. I notice it has been done when my Outlook client fails to ‘connect’ and I quickly login to my [AT&amp;T] site and delete their key and create a new one.”
</p>

<p>
	 
</p>

<p>
	“Very frustrating because it is obvious that the ‘hackers’ have direct access to the database or files containing these customer Outlook keys, and the hackers don’t need to know the user’s AT&amp;T website login to access and change these outlook login keys,” the victim added.
</p>

<p>
	 
</p>

<p>
	Also, several people with AT&amp;T and other related email addresses said on Reddit that they have been hacked.
</p>

<p>
	 
</p>

<p>
	“Hello, my email was compromised back in March of this year and I have done everything I can to reset password, security questions, etc but occasionally I’m still getting emails that a secure mail key has been created on my account without my knowledge,” one user wrote. “They would even delete the email notification so I don’t see it but I recently changed to another email for profile updates so they don’t have access. This sounds like someone still has access to my account but how?”
</p>

<p>
	 
</p>

<p>
	Another person wrote: “I’ve had the same issue for months and just started again, password wasn’t changed but account locked out and a Mail Key keeps being created somehow.”
</p>

<p>
	 
</p>

<p>
	The tipster claims that the hackers can “reset any” AT&amp;T email account, and that they have made between $15 and $20 million in stolen crypto. (TechCrunch could not independently verify the tipster’s claim.)
</p>

<p>
	 
</p>

<p>
	TechCrunch has seen a screenshot apparently coming from a Telegram group chat, where one of the hackers claims that the gang “have the entire AT&amp;T employee database,” which allows them to access an internal AT&amp;T portal for employees called OPUS.
</p>

<p>
	 
</p>

<p>
	“Only thing we are missing is a certificate, which is the last key to accessing the [AT&amp;T] VPN servers,” the hacker wrote in the Telegram channel, according to the screenshot.
</p>

<p>
	 
</p>

<p>
	The tipster said that the gang now has access to AT&amp;T’s internal VPN.
</p>

<p>
	 
</p>

<p>
	Kimberly, the AT&amp;T’s spokesperson, denied that the hackers had any access to internal company systems. “There was no intrusion into any system for this exploit. The bad actors used an API access.”
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techcrunch.com/2023/04/26/hackers-are-breaking-into-att-email-accounts-to-steal-cryptocurrency/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14864</guid><pubDate>Wed, 26 Apr 2023 20:59:41 +0000</pubDate></item><item><title>Has Multi-Factor Authentication Failed Us?</title><link>https://nsaneforums.com/news/security-privacy-news/has-multi-factor-authentication-failed-us-r14863/</link><description><![CDATA[<p>
	<span style="font-size:22px;">More and more companies are requiring multi-factor authentication internally, yet data breaches are on the rise. Is MFA still the best way to protect our online accounts?</span>
</p>

<p>
	 
</p>

<p>
	We at PCMag frequently exhort our readers to enable multi-factor authentication (MFA) whenever it’s available. Without MFA, any schmoe who steals, hacks, or guesses your password can access the related account. When MFA is engaged, the password isn’t enough. Getting into the account also requires another factor, like a fingerprint, or a security key.
</p>

<p>
	 
</p>

<p>
	For your personal accounts, MFA is usually optional, but businesses can require it for access to their internal systems. More companies than ever support MFA, yet 2022 was a terrible year for data breaches. Did MFA fail us?
</p>

<p>
	 
</p>

<p>
	A presentation at the RSA Conference in San Francisco explored this topic in detail, using prominent examples of data breaches involving MFA. The presenter, Dave Taku, is the Senior Director for Product Management and User Interface at RSA Security, a company whose business includes providing MFA to businesses. (Note that RSA Security is not directly connected with the RSA Conference.)
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>A Terrible Year for Breaches</strong></span>
</p>

<p>
	 
</p>

<p>
	Taku led by noting that according to one survey, 78% of organizations were using MFA in 2022, up from 28% in 2017. So why are successful attacks on the rise? He presented a quote from author and philosopher Aldous Huxley for the audience’s consideration: “There is a law of Reversed Effort. The harder we try with the conscious will to do something, the less we shall succeed.”
</p>

<p>
	 
</p>

<p>
	“Is that what we’re facing? The harder we try with MFA, the less successful we’re becoming at it?” said Taku. “I would argue that in this particular case, maybe that law doesn’t apply. It’s not because MFA is becoming less effective, it’s because the attack surface is increasing.”
</p>

<p>
	 
</p>

<p>
	Taku discussed three specific attacks involving three different vectors: MFA configuration, the MFA provider, and the MFA user. None attacked the authentication technology directly; rather they circumvented it. “MFA is still your best defense,” said Taku.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Attack on MFA Configuration</strong></span>
</p>

<p>
	 
</p>

<p>
	In March 2022, the FBI and Cybersecurity and Infrastructure Security Agency (CISA) reported on a state-sponsored attack against an unspecified non-governmental organization. The attackers identified an orphaned account within the organization, one not associated with any individual. With nobody using the account, there was nobody to notice as the attackers brute-forced the account password.
</p>

<p>
	 
</p>

<p>
	Having acquired the password, the attackers used it to enroll in MFA. With the now-verified account, they gained access to the VPN, and leveraged that into cracking the Domain Controller. The Domain Controller itself required MFA, but the attackers managed to disable the MFA response, which caused the controller to simply skip MFA. Now at the pinnacle of control, the attacking group retained access to the NGO’s network for 10 months.
</p>

<p>
	 
</p>

<p>
	“Multi-factor authentication needs multi-factor enrollment,” noted Taku. It shouldn’t have been possible to enroll just using a stolen password. He listed numerous possibilities, among them credentials handed out in person, a one-time password, or a PIN sent to the employee’s registered email or mobile.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Attack on the MFA Provider</strong></span>
</p>

<p>
	 
</p>

<p>
	Also in March 2022, a group dubbed LAPSUS$ hacked multiple companies, among them Microsoft, Nvidia, and authentication provider Okta. The attackers wisely avoided directly challenging Okta, instead working to compromise a subcontractor, Sitel. That attack succeeded in gaining the attacked administrator powers, in part due to modifying a file called DomainAdmins-LastPass. This gave them the ability to reset passwords for Okta customers at over 360 companies.
</p>

<p>
	 
</p>

<p>
	“I work for RSA, a competitor of Okta,” said Taku, “but I’m not here to bash Okta. Okta did a good job of containment but got a black eye for lack of transparency.”
</p>

<p>
	 
</p>

<p>
	Taku then delved into a somewhat technical area called risk-based identity intelligence, explaining that “when a user authenticates, it’s more than just presenting a credential.” He noted that it’s important to dynamically validate that the access makes sense and check all available factors to verify the user’s identity.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Attack on the MFA User</strong></span>
</p>

<p>
	 
</p>

<p>
	The third example breach involved Uber, in September 2022. The hacker obtained an Uber employee’s Active Directory password. “Was it brute force? Social engineering? We don’t know,” said Taku, “but they’ve got the first factor of authentication already.”
</p>

<p>
	 
</p>

<p>
	“Access was protected by two-factor authentication using mobile push,” continued Taku. “A push notification comes to your phone and says, is this you? Approve or deny.” The hacker triggered the push notification over and over, hoping the user would, through fatigue or error, approve the connection. Taku noted his approval of the term “Prompt Bombing” for this attack.
</p>

<p>
	 
</p>

<p>
	When that doesn’t work, the attacker calls the victim claiming to be the Uber help desk. “We’re running a test. Can you please approve this time?” said Taku. “It’s just an old-school social engineering attack.” In the end, the attacker gained access to Uber’s cache of reported (but not fixed) bugs, setting up for further attacks.
</p>

<p>
	 
</p>

<p>
	Taku pointed out that this sort of attack can be foiled by a system that locks the account after so many failed login attempts. He also noted that there are push authentication techniques that force user engagement, such as asking users to tap a particular code in the mobile app. The forced engagement negates the MFA fatigue induced by prompt bombing.
</p>

<p>
	 
</p>

<p>
	Taku went on to note that FIDO authentication using passkeys can also serve as a form of MFA that’s tough to crack, but he came down on current efforts to make passkeys portable. “Now all I need is your iCloud password and I can download your FIDO keys,” he noted. “It’s great for convenience, terrible for security.”
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>MFA Is Still the Way</strong></span>
</p>

<p>
	 
</p>

<p>
	Taku wrapped up with three takeaways for the audience.
</p>

<p>
	 
</p>

<ul>
	<li>
		82% of attacks involve the human element. “We should use invisible authentication enhancements, so we’re not vulnerable to human error,” said Taku.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		“MFA is still your best first line of defense,” he said. “Three high-profile attacks involving MFA, but none of them was a fundamental breach of the underlying MFA technology.”
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		Security involves more than just MFA. Taku floated enhancements such as Zero Trust principles, Identity Governance, and securing MFA enrollment
	</li>
</ul>

<p>
	 
</p>

<p>
	So, there you have it. Multi-Factor Authentication is still the best way for authentication, way better than passwords. Breaches that seem to involve MFA all prove to be techniques for circumventing it.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.pcmag.com/news/has-multi-factor-authentication-failed-us" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14863</guid><pubDate>Wed, 26 Apr 2023 20:46:57 +0000</pubDate></item><item><title>This dangerous new malware also has ransomware capabilities</title><link>https://nsaneforums.com/news/security-privacy-news/this-dangerous-new-malware-also-has-ransomware-capabilities-r14862/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Daam malware found targeting Android devices</span>
</p>

<p>
	 
</p>

<p>
	A new Android malware variant has been found that’s capable of hiding from antivirus programs, stealing sensitive data, and even deploying ransomware (opens in new tab) on the infected endpoints.
</p>

<p>
	 
</p>

<p>
	Cybersecurity experts from CloudSEK’s Threat Intelligence Research Team discovered the malware, which they dubbed “Daam”.
</p>

<p>
	 
</p>

<p>
	The malware was communicating with “various Android APK files”, the researchers said, suggesting that this was a “likely source of infection”.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Recording calls</strong></span>
</p>

<p>
	 
</p>

<p>
	Once deployed on a device, the malware will first try to circumvent security checks on a range of mobile brands. If it successfully manages to hide from antivirus programs, it will try to get highly sensitive permissions, such as the ability to record audio, read history bookmarks, kill background processes, and read call logs.
</p>

<p>
	 
</p>

<p>
	The malware is also able to record all ongoing calls, both cellular and VoIP ones, and later transmit them to the command &amp; control (C2) server.
</p>

<p>
	 
</p>

<p>
	Daam is also capable of stealing contacts from the victim's device, as well as pilfering newly added contacts, as well.
</p>

<p>
	 
</p>

<p>
	In other words, even your WhatsApp calls wouldn’t be safe from eavesdropping, and the files you store on your mobile device could be stolen.
</p>

<p>
	 
</p>

<p>
	To make matters worse, the malware was also observed to have ransomware capabilities. The researchers are saying Daam is able to encrypt the files on the device using AES algorithms present in the root directory and SD card. It also drops a “readme_now.txt” file - most likely a ransom note.
</p>

<p>
	 
</p>

<p>
	After the encryption, all other files are deleted from local storage, leaving only the encrypted files with a .enc extension on the device.
</p>

<p>
	 
</p>

<p>
	The malware is being distributed through third-party websites, the researcher said, finding a total of three apps being circulated: Psiphon Client for Android and Windows - a circumvention software for Windows and Android that bypasses paywalls and other censored content; Boulders - a mobile game; and Currency Pro - a currency converter.
</p>

<p>
	 
</p>

<p>
	As usual, to stay safe, make sure to download apps only from legitimate sources, and to check reviews and user comments before downloading anything.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/news/this-dangerous-new-malware-also-has-ransomware-capabilities" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14862</guid><pubDate>Wed, 26 Apr 2023 20:41:17 +0000</pubDate></item><item><title>Intel CPUs vulnerable to new transient execution side-channel attack</title><link>https://nsaneforums.com/news/security-privacy-news/intel-cpus-vulnerable-to-new-transient-execution-side-channel-attack-r14813/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A new side-channel attack impacting multiple generations of Intel CPUs has been discovered, allowing data to be leaked through the EFLAGS register.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The new attack was discovered by researchers at Tsinghua University, the University of Maryland, and a computer lab (BUPT) run by the Chinese Ministry of Education and is different than most other side-channel attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Instead of relying on the cache system like many other side-channel attacks, this new attack leverages a flaw in transient execution that makes it possible to extract secret data from user memory space through timing analysis.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attack works as a side channel to Meltdown, a critical security flaw discovered in 2018, <a href="https://www.bleepingcomputer.com/news/security/google-almost-all-cpus-since-1995-vulnerable-to-meltdown-and-spectre-flaws/" rel="external nofollow">impacting many x86-based microprocessors</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Meltdown exploits a performance optimization feature called “speculative execution” to enable attackers to bypass memory isolation mechanisms to access secrets stored in kernel memory like passwords, encryption keys, and other private data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Meltdown has been <a href="https://www.bleepingcomputer.com/news/security/heres-the-status-of-meltdown-and-spectre-mitigations-in-windows/" rel="external nofollow">largely mitigated</a> through software patches, microcode updates, and hardware redesigns; however, no solution has addressed the problem 100%, and the latest attack method might work even in fully patched systems depending on hardware, software, and patch configurations.</span>
</p>

<h2>
	<span style="font-size:14px;">Transient execution timing attack</span>
</h2>

<p>
	<span style="font-size:14px;">The new side-channel attack presented in a <a href="https://arxiv.org/pdf/2304.10877.pdf" rel="external nofollow">technical paper published on Arxiv.org</a> describes a flaw in the change of the EFLAGS register in transient execution, affecting the timing of JCC (jump on condition code) instructions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The EFLAGS register is a CPU register that holds various flags related to the processor’s state, while the JCC instruction is a CPU instruction that allows conditional branching based on the content of the EFLAGS register.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attack is carried out in two phases, the first being to trigger transient execution and encode secret data through the EFLAGS register, and the second is to measure the execution time of the KCC instruction to decode the data.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="attack-overview.jpg" class="ipsImage" data-ratio="63.75" height="388" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Papers/3/attack-overview.jpg" />
		
			<p>
				<span style="font-size:14px;">Attack overview (arxiv.org)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The experimental data showed that the attack achieved 100% data retrieval (leak) for the Intel i7-6700 and Intel i7-7700 and had some success against the newer Intel i9-10980XE CPU. The experiment was conducted on Ubuntu 22.04 jammy with Linux kernel version 5.15.0.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="pseudocode.jpg" class="ipsImage" data-ratio="112.29" height="539" width="480" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Papers/3/pseudocode.jpg" />
		
			<p>
				<span style="font-size:14px;">Pseudocode for timing the transient execution attack (arxiv.org)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">However, the researchers note that this timing attack isn’t as reliable as cache-state side-channel methods, and to get better results in recent chips, the attack would have to be repeated thousands of times.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“In our experiment, we found that the influence of the EFLAGS register on the execution time of Jcc instruction is not as persistent as the cache state,” reads the part about the evaluation of the experimental data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“For about 6-9 cycles after the transient execute, the Jcc execute time will not be about to construct a side-channel. Empirically, the attack needs to repeat thousands of times for higher accuracy.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The researchers admit that the root causes of the attack remain elusive and hypothesize that there’s a buffer in the execution unit of the Intel CPU, which needs time to revert if the execution should be withdrawn, a process that causes a stall if the ensuing instruction depends on the target of the buffer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, they still propose some non-trivial mitigations, such as changing the implementation of the JCC instruction to make adversarial execution measuring impossible under any condition, or rewriting the EFLAGS after transient execution to reduce its influence over the JCC instruction.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/intel-cpus-vulnerable-to-new-transient-execution-side-channel-attack/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">14813</guid><pubDate>Mon, 24 Apr 2023 20:40:15 +0000</pubDate></item><item><title>Microsoft pushes for more women in cybersecurity</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-pushes-for-more-women-in-cybersecurity-r14787/</link><description><![CDATA[<p>
	<span style="font-size:14px;"><strong>Redmond tops industry average, still got a way to go</strong></span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft has partnered with organizations around the globe to bring more women into infosec roles, though the devil is in the details.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The move aims to help close the <a href="https://www.theregister.com/2022/11/20/google_cisco_diversity_inclusion/" rel="external nofollow">security skills gap</a>, as the demand for people to defend against cyberattacks continues to outpace the supply of trained professionals. And it also addresses the industry's lack of inclusion, especially when it comes to hiring women, according to Microsoft Corporate VP Kate Behncken. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We must create more inclusive and supportive learning environments, and we see greater success in building confidence and soft skills among women with cohorts that are majority women," Behncken <a href="https://blogs.microsoft.com/on-the-issues/2023/04/19/cybersecurity-skills-initiative-expansion-nonprofits/" rel="external nofollow">said</a> in a blog post announcing the new partnerships.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Specifically, the new Redmond partners include:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;"><a href="https://womcy.org/" rel="external nofollow">WOMCY</a>, a nonprofit focused on growing infosec opportunities for women in the US, Latin America and the Caribbean.</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://women4cyber.eu/" rel="external nofollow">Women4Cyber</a>, a nonprofit working to increase women in cybersecurity jobs in Europe.</span>
	</li>
	<li>
		<span style="font-size:14px;">The UN's International Telecommunications Union, supporting its <a href="https://www.itu.int/en/ITU-D/Cybersecurity/Pages/Women-in-Cyber/Women-in-Cyber-Mentorship-Programme.aspx" rel="external nofollow">Women in Cyber Mentorship Program</a> with an emphasis on the Middle East, Africa, and Asia.</span>
	</li>
	<li>
		<span style="font-size:14px;"><a href="https://www.wicys.org/" rel="external nofollow">WiCyS</a>, a global organization that seeks to facilitate recruitment, retention and advancement for women in the field.</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Additionally, Microsoft says it's partnering at the country and local level with organizations like the Kosciuszko Institute in Poland, which offers a skills and internship program for women, including Ukrainian refugees. The tech giant counts this, and "more than 20" other similarly focused nonprofit organizations among its partners, according to Behncken.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Whether these efforts will work to put a dent in the gender inequality that, as <a href="https://www.theregister.com/2023/03/13/cisa_joins_forces_with_women/" rel="external nofollow">we've pointed out before</a>, has long plagued the industry remains to be seen. We sincerely hope it's more than slick marketing efforts coming out of Redmond, but only time will tell. </span>
</p>

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

<p>
	<span style="font-size:14px;">"When I <a href="https://www.theregister.com/2015/09/17/microsoft_hit_with_gender_discrimination_lawsuit/" rel="external nofollow">sued Microsoft</a> for gender discrimination in pay and promotions, it was because women are historically hired at lower levels and salaries than men and are promoted at a much slower rate," Luta Security founder and CEO Katie Moussouris told The Register. "Our careers languish despite better education, experience, and performance compared to our male peers. This is still true across every industry."</span>
</p>

<h3>
	<span style="font-size:14px;">That said</span>
</h3>

<p>
	<span style="font-size:14px;">Historically women were at the forefront of software development, but since the 1980s at least participation has <a href="https://www.theregister.com/2016/03/09/womens_day/" rel="external nofollow">declined</a> sharply.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The industry remains largely an <a href="https://www.theregister.com/2022/10/15/infosec_boys_club/" rel="external nofollow">all-boys club</a>, with women making up just a quarter of the cybersecurity workforce as of 2021, and those who are in the 25 percent get paid and promoted less, and leave the workforce faster than their male counterparts. </span>
</p>

<p>
	<span style="font-size:14px;">(ISC)2's 2022 cybersecurity workforce research found these numbers are slightly better among the under-30 crowd, where women account for 30 percent of the workforce [<a href="https://www.isc2.org/-/media/ISC2/Research/2022-WorkForce-Study/ISC2-Cybersecurity-Workforce-Study.ashx" rel="external nofollow">PDF</a>]. </span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">But sadly that number drops to 24 percent between the ages of 30 and 38, then down to 13 percent among 39 to 49-year-olds, 12 percent for 50 to 59-year-olds, and 14 percent for the over-60s.  </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Simply hiring more women in infosec roles — or into any given industry — isn't sufficient, Moussouris said. "That won't solve the problems of economic injustice. Until we pledge pay transparency and active correction of pay and promotion inequity, all the women joining the workforce will only continue to stagnate and suffer and struggle."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Moussouris called on organizations to take the <a href="https://www.payequitynowfoundation.org/post/put-your-pay-equity-where-your-dei-mouth-is" rel="external nofollow">Pay Equity Now Pledge</a>, and commit to audit for and correct pay and promotion inequity. Additionally, companies can support Penn State Law School's <a href="https://www.manglonalab.org/abou" rel="external nofollow">Manglona Lab</a>, named after Moussouris' late mother, which, among other things, does gender equality legal work, she added.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The gender pay gap isn't projected to close in our lifetimes, with women of color projected to reach pay parity with white men in over 200 years," Moussouris said. "We cannot afford to wait. Little girls born today will not see economic justice until we decide as a society to enforce it."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">At Microsoft — one of the largest security vendors globally — women comprised 30.7 percent [<a href="https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE5aCrh" rel="external nofollow">PDF</a>] of its core workforce worldwide at the end of 2022. Redmond's annual Diversity and Inclusion report didn't specify how that breaks down specific to Microsoft's security biz. We've requested that info, and will update this article when and if we hear back.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">We'll also be keeping an eye on how <a href="https://www.theregister.com/2023/01/18/microsoft_job_cuts/" rel="external nofollow">this year's layoffs</a> affect its D&amp;I breakdown.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Admittedly, Microsoft is beating the industry average when it comes to hiring and retaining women. But as a tech leader, we'd expect it to lead by example, and it's still got a ways to go before its employee base — and infosec team — looks like the larger population it serves.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.theregister.com/2023/04/21/microsoft_women_cybersecurity/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14787</guid><pubDate>Sun, 23 Apr 2023 19:29:19 +0000</pubDate></item><item><title>Google ads push BumbleBee malware used by ransomware gangs</title><link>https://nsaneforums.com/news/security-privacy-news/google-ads-push-bumblebee-malware-used-by-ransomware-gangs-r14783/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The enterprise-targeting Bumblebee malware is distributed through Google Ads and SEO poisoning that promote popular software like Zoom, Cisco AnyConnect, ChatGPT, and Citrix Workspace.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Bumblebee is a malware loader <a href="https://www.bleepingcomputer.com/news/security/new-bumblebee-malware-replaces-contis-bazarloader-in-cyberattacks/" rel="external nofollow">discovered</a> in April 2022, thought to have been developed by the Conti team as a replacement for the BazarLoader backdoor, used for gaining initial access to networks and conducting ransomware attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In September 2022, a new version of the malware loader was observed in the wild, featuring a <a href="https://www.bleepingcomputer.com/news/security/bumblebee-malware-adds-post-exploitation-tool-for-stealthy-infections/" rel="external nofollow">stealthier attack chain</a> that used the PowerSploit framework for reflective DLL injection into memory.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Researchers at <a href="https://www.secureworks.com/blog/bumblebee-malware-distributed-via-trojanized-installer-downloads" rel="external nofollow">Secureworks</a> have recently discovered a new campaign using Google advertisements that promote trojanized versions of popular apps to deliver the malware loader to unsuspecting victims.</span>
</p>

<h2>
	<span style="font-size:14px;">Hiding in popular apps</span>
</h2>

<p>
	<span style="font-size:14px;">One of the campaigns seen by SecureWorks started with a Google ad that promoted a fake Cisco AnyConnect Secure Mobility Client download page created on February 16, 2023, and hosted on an "appcisco[.]com" domain.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"An infection chain that began with a malicious Google Ad sent the user to this fake download page via a compromised WordPress site," explains SecureWorks' report.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="page.jpg" class="ipsImage" data-ratio="75.10" height="440" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Malware/27/page.jpg" />
		
			<p>
				<span style="font-size:14px;">Fake Cisco software download portal (Secureworks)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">This fake landing page promoted a trojanized MSI installer named "cisco-anyconnect-4_9_0195.msi" that installs the BumbleBee malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Upon execution, a copy of the legitimate program installer and a deceptively named (cisco2.ps1) PowerShell script is copied to the user's computer.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="files.png" class="ipsImage" data-ratio="33.19" height="122" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Malware/27/files.png" />
		
			<p>
				<span style="font-size:14px;">Files dropped by the malicious MSI (Secureworks)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The CiscoSetup.exe is the legitimate installer for AnyConnect, installing the application on the device to avoid suspicion.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, the PowerScrip script installs the BumbleBee malware and conducts malicious activity on the compromised device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The PowerShell script contains a selection of renamed functions copied from the PowerSploit ReflectivePEInjection.ps1 script," explains Secureworks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"It also contains an encoded Bumblebee malware payload that it reflectively loads into memory."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This means that Bumblebee still uses the same post-exploitation framework module to load the malware into memory without raising any alarms from existing antivirus products.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Secureworks found other software packages with similarly named file pairs like ZoomInstaller.exe and zoom.ps1, ChatGPT.msi and chch.ps1 and CitrixWorkspaceApp.exe and citrix.ps1.</span>
</p>

<h2>
	<span style="font-size:14px;">A path to ransomware</span>
</h2>

<p>
	<span style="font-size:14px;">Considering that the trojanized software is targeting corporate users, infected devices make candidates for the beginning of ransomware attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Secureworks examined one of the recent Bumblebee attacks closely. They found that the threat actor leveraged their access to the compromised system to move laterally in the network approximately three hours after the initial infection.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The tools the attackers deployed on the breached environment include the Cobalt Strike pen-test suite, the AnyDesk and DameWare remote access tools, network scanning utilities, an AD database dumper, and a Kerberos credentials stealer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This arsenal creates an attack profile that makes it very likely that the malware operators are interested in identifying accessible network points, pivoting to other machines, exfiltrating data, and eventually deploying ransomware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/google-ads-push-bumblebee-malware-used-by-ransomware-gangs/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14783</guid><pubDate>Sun, 23 Apr 2023 19:07:44 +0000</pubDate></item><item><title>Microsoft issues PowerShell scripts for multiple Windows 11, Windows 10 security flaws</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-issues-powershell-scripts-for-multiple-windows-11-windows-10-security-flaws-r14782/</link><description><![CDATA[<p>
	Last month Microsoft <a href="https://www.neowin.net/news/microsoft-issues-powershell-scripts-to-fix-winre-bitlocker-bypass-on-windows-11-windows-10/" rel="external nofollow">issued PowerShell scripts</a> for automating WinRE updates to address BitLocker bypass security vulnerability. Likewise, the company has released PowerShell script again, though this time, these are for multiple different speculative execution side-channel attack CPU vulnerabilities on Windows 11 and Windows 10. For example, one of these include the memory mapped IO (MMIO) flaw which received new updated patches recently <a href="https://www.neowin.net/news/microsoft-intel-release-security-update-for-mmio-vulnerability-on-windows-10-server-2016/" rel="external nofollow">on Windows 10 and Server</a>. The scripts are meant to help verify the status of mitigations of these vulnerabilities.
</p>

<p>
	 
</p>

<p>
	The official Microsoft document explains:
</p>

<p>
	 
</p>

<p>
	To help you verify the status of speculative execution side-channel mitigations, we published a PowerShell script (SpeculationControl) that can run on your devices. This article explains how to run the SpeculationControl script and what the output means.
</p>

<p>
	 
</p>

<p>
	Security advisories <a class="ocpExternalLink" href="https://msrc.microsoft.com/update-guide/vulnerability/adv180002" target="_blank" rel="external nofollow">ADV180002</a>, <a class="ocpExternalLink" href="https://msrc.microsoft.com/update-guide/vulnerability/ADV180012" target="_blank" rel="external nofollow">ADV180012</a>, <a class="ocpExternalLink" href="https://msrc.microsoft.com/update-guide/vulnerability/ADV180018" target="_blank" rel="external nofollow">ADV180018</a>, and <a class="ocpExternalLink" href="https://msrc.microsoft.com/update-guide/vulnerability/ADV190013" target="_blank" rel="external nofollow">ADV190013</a> cover the following nine vulnerabilities:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			CVE-2017-5715 (branch target injection)
		</p>
	</li>
	<li>
		<p>
			CVE-2017-5753 (bounds check bypass)<br>
			<strong>Note</strong> Protection for CVE-2017-5753 (bounds check) does not require additional registry settings or firmware updates.
		</p>
	</li>
	<li>
		<p>
			CVE-2017-5754 (rogue data cache load)
		</p>
	</li>
	<li>
		<p>
			CVE-2018-3639 (speculative store bypass)
		</p>
	</li>
	<li>
		<p>
			CVE-2018-3620 (L1 terminal fault – OS)
		</p>
	</li>
	<li>
		<p>
			CVE-2018-11091 (Microarchitectural Data Sampling Uncacheable Memory (MDSUM))
		</p>
	</li>
	<li>
		<p>
			CVE-2018-12126 (Microarchitectural Store Buffer Data Sampling (MSBDS))
		</p>
	</li>
	<li>
		<p>
			CVE-2018-12127 (Microarchitectural Load Port Data Sampling (MLPDS))
		</p>
	</li>
	<li>
		<p>
			CVE-2018-12130 (Microarchitectural Fill Buffer Data Sampling (MFBDS))
		</p>

		<p>
			 
		</p>
	</li>
</ul>

<p>
	Advisory <a class="ocpExternalLink" href="https://msrc.microsoft.com/update-guide/vulnerability/ADV220002" target="_blank" rel="external nofollow">ADV220002</a> covers additional <a href="https://www.neowin.net/news/microsoft-intel-release-security-update-for-mmio-vulnerability-on-windows-10-server-2016/" rel="external nofollow">Memory-Mapped I/O (MMIO) related vulnerabilities</a>:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			CVE-2022-21123 - Shared Buffer Data Read (SBDR)
		</p>
	</li>
	<li>
		<p>
			CVE-2022-21125 - Shared Buffer Data Sampling (SBDS)
		</p>
	</li>
	<li>
		<p>
			CVE-2022-21127 - Special Register Buffer Data Sampling Update (SRBDS Update)
		</p>
	</li>
	<li>
		<p>
			CVE-2022-21166 - Device Register Partial Write (DRPW)
		</p>

		<p>
			 
		</p>
	</li>
</ul>

<p>
	You can find the PowerShell scripts and more details on the official Microsoft support document here (<a href="https://support.microsoft.com/en-us/help/4074629" rel="external nofollow">KB4074629</a>).
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-issues-powershell-scripts-for-multiple-windows-11-windows-10-security-flaws/" rel="external nofollow">Microsoft issues PowerShell scripts for multiple Windows 11, Windows 10 security flaws</a>
</p>
]]></description><guid isPermaLink="false">14782</guid><pubDate>Sun, 23 Apr 2023 19:05:05 +0000</pubDate></item><item><title>Decoy Dog malware toolkit found after analyzing 70 billion DNS queries</title><link>https://nsaneforums.com/news/security-privacy-news/decoy-dog-malware-toolkit-found-after-analyzing-70-billion-dns-queries-r14780/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A new enterprise-targeting malware toolkit called ‘Decoy Dog’ has been discovered after inspecting anomalous DNS traffic that is distinctive from regular internet activity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Decoy Dog helps threat actors evade standard detection methods through strategic domain aging and DNS query dribbling, aiming to establish a good reputation with security vendors before switching to facilitating cybercrime operations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Researchers from Infoblox discovered the toolkit in early April 2023 as part of its analysis of over 70 billion DNS records daily to look for signs of abnormal or suspicious activity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Infoblox reports that Decoy Dog’s DNS fingerprint is extremely rare and unique among the 370 million active domains on the internet, making it easier to identify and track.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Hence, the investigation into Decoy Dog’s infrastructure quickly led to the discovery of several C2 (command and control) domains that were linked to the same operation, with most communications from these servers originating from hosts in Russia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Further investigation revealed that the DNS tunnels on these domains had characteristics that pointed to Pupy RAT, a remote access trojan deployed by the Decoy Dog toolkit.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Pupy RAT is a modular open-source post-exploitation toolkit popular among state-sponsored threat actors for being stealthy (fileless), supporting encrypted C2 communications, and helping them blend their activities with other users of the tool.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The <a href="https://github.com/n1nj4sec/pupy" rel="external nofollow">Pupy RAT project</a> supports payloads in all major operating systems, including Windows, macOS, Linux, and Android. Like other RATs, it allows threat actors to execute commands remotely, elevate privileges, steal credentials, and spread laterally through a network.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Less skilled actors do not use Pupy RAT, as deploying the tool with the correct DNS server configuration for C2 communications requires knowledge and expertise.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“This multiple-part (DNS) signature gave us strong confidence that the (correlated) domains were not only using Pupy, but they were all part of Decoy Dog – a large, single toolkit that deployed Pupy in a very specific manner on enterprise or large organizational, non-consumer, devices,” Infoblox revealed in <a href="http://blogs.infoblox.com/cyber-threat-intelligence/cyber-threat-advisory/dog-hunt-finding-decoy-dog-toolkit-via-anomalous-dns-traffic/" rel="external nofollow">its report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Furthermore, the analysts discovered a distinct DNS beaconing behavior on all Decoy Dog domains that are configured to follow a particular pattern of periodic but infrequent DNS request generation.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="pattern.png" class="ipsImage" data-ratio="86.96" height="540" width="539" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Malware/28/pattern.png" />
		
			<p>
				<span style="font-size:14px;">Repeating pattern of Decoy Dog IPv4 resolution (Infoblox)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Investigations of the hosting and domain registration details revealed that the Decoy Dog operation had been underway since early April 2022, so it has stayed under the radar for over a year despite the toolkit’s domains showing extreme outliers in analytics.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="timeline(1).png" class="ipsImage" data-ratio="75.10" height="280" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Malware/28/timeline(1).png" />
		
			<p>
				<span style="font-size:14px;">Timeline of Decoy Dog domain registrations (Infoblox)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The discovery of Decoy Dog demonstrates the power of using large-scale data analytics to detect anomalous activity in the vastness of the internet.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Infoblox has listed Decoy Dog’s domains in its report and added them to its “Suspicious Domains” list to help defenders, security analysts, and targeted organizations protect against this sophisticated threat," explains the InfoBlox researchers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The discovery of Decoy Dog, and most importantly, the fact that several seemingly unrelated domains were using the same rare toolkit was a result of this combination of automatic and human processes." </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Because the situation is complex and we have been focused on the DNS aspects of the discovery, we expect more details to come from the industry, in addition to ourselves, in the future."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The company has also shared indicators of compromise on its public <a href="https://github.com/infobloxopen/threat-intelligence/tree/main/cta_indicators" rel="external nofollow">GitHub repository</a>, which can be used for manual addition into blocklists.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/decoy-dog-malware-toolkit-found-after-analyzing-70-billion-dns-queries/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">14780</guid><pubDate>Sun, 23 Apr 2023 19:04:08 +0000</pubDate></item><item><title>Hacker Group Names Are Now Absurdly Out of Control</title><link>https://nsaneforums.com/news/security-privacy-news/hacker-group-names-are-now-absurdly-out-of-control-r14776/</link><description><![CDATA[<h3>
	Pumpkin Sandstorm. Spandex Tempest. Charming Kitten. Is this really how we want to name the hackers wreaking havoc worldwide?
</h3>

<p>
	 
</p>

<p>
	Hackers—particularly state-sponsored ones focused on espionage and cyberwar, and organized cybercriminals exploiting networks worldwide for profit—are not pets. They wreck businesses, sow chaos, disrupt critical infrastructure, support some of the world's most harmful militaries and dictatorships, and help those governments spy on and oppress innocent people worldwide.
</p>

<p>
	 
</p>

<p>
	So why, when I write about these organized hacker groups as a cybersecurity reporter, do I find myself referring to them with cute pet names like Fancy Bear, Refined Kitten, and Sea Turtle?
</p>

<p>
	 
</p>

<p>
	Why, when I interview different cybersecurity firms about a particular unit of Russian military intelligence hackers, do I have to internally translate that this company refers to Fancy Bear as Pawn Storm, while this one calls them Iron Twilight? Why, when I wrote a <a href="https://www.wired.com/story/3cx-supply-chain-attack-times-two/" rel="external nofollow">news piece earlier this week</a> about a North Korea–linked hacking team that has spied on their South Korean neighbors, stolen millions in cryptocurrency to fund the totalitarian regime of Kim Jong-un, and corrupted the software distributed by multiple companies to spread malicious code worldwide, did I find myself referring to them as "the hacker group known as Kimsuky, Emerald Sleet, or Velvet Chollima"? It is all, frankly, a little embarrassing—and to the average reader, lends reporting about cyber conflict about as much gravity as the play-by-play of a Pokémon card game.
</p>

<p>
	 
</p>

<p>
	A few days ago, Microsoft's cybersecurity division announced it was <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"}' data-offer-url="https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide" href="https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide" rel="external nofollow" target="_blank">changing the entire taxonomy of names</a> it uses for the hundreds of hacker groups that it tracks. Instead of its previous system, which gave those organizations the names of elements—a fairly neutral, scientific-sounding system as these things go—it will now give hacker groups two-word names, including in their description a weather-based term indicating what country the hackers are believed to work on behalf of, as well as whether they're state-sponsored or criminal.
</p>

<p>
	 
</p>

<p>
	That means Phosphorous, an Iranian group that Microsoft <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.microsoft.com/en-us/security/blog/2023/04/18/nation-state-threat-actor-mint-sandstorm-refines-tradecraft-to-attack-high-value-targets/"}' data-offer-url="https://www.microsoft.com/en-us/security/blog/2023/04/18/nation-state-threat-actor-mint-sandstorm-refines-tradecraft-to-attack-high-value-targets/" href="https://www.microsoft.com/en-us/security/blog/2023/04/18/nation-state-threat-actor-mint-sandstorm-refines-tradecraft-to-attack-high-value-targets/" rel="external nofollow" target="_blank">reported this week has been targeting US critical infrastructure</a> like seaports, energy companies, and transit systems, now has the less-than-fearsome name Mint Sandstorm. Iridium, Russia's most aggressive and dangerous <a href="https://www.wired.com/story/sandworm-kremlin-most-dangerous-hackers/" rel="external nofollow">cyberwar-focused military hacker unit more commonly known as Sandworm</a>—responsible for <a href="https://www.wired.com/story/russian-hackers-attack-ukraine/" rel="external nofollow">multiple blackouts in Ukraine</a> and the <a href="https://www.wired.com/story/notpetya-cyberattack-ukraine-russia-code-crashed-the-world/" rel="external nofollow">most destructive malware in history</a>—now has the whimsical title of Seashell Blizzard. Barium, a team of Chinese hackers that's <a href="https://www.wired.com/story/barium-supply-chain-hackers/" rel="external nofollow">carried out more software-supply-chain attacks than perhaps any group worldwide</a>, is now Brass Typhoon—a phrase that, I confess, I have a hard time separating from flatulence.
</p>

<p>
	 
</p>

<p>
	Many of the new names sounded so absurd that I actually double-checked Microsoft hadn't published the new labeling system on April 1. Periwinkle Tempest. Pumpkin Sandstorm. Spandex Tempest. Gingham Typhoon. “These names are just really silly,” says Rob Lee, the founder and CEO of industrial-control-system cybersecurity firm Dragos. “I mean, talk about not being taken seriously as a profession.”
</p>

<p>
	 
</p>

<p>
	Goofiness aside, the new system is counterproductive for actual cybersecurity analysis, Lee argues. Given that Microsoft's threat intelligence is some of the best in the world, analysts and customers across the industry will have to actually revise their databases—and even some of their products—to match Microsoft's new naming scheme, he says. And the revised system now locks in educated guesses about the national loyalties of hackers with no indication of the analysts' degree of confidence in those assessments, Lee adds.f
</p>

<p>
	 
</p>

<p>
	What if a hacker group thought to be part of a nation’s intelligence agency turns out to be a hacker-for-hire contractor? Or cybercriminals temporarily conscripted to work on behalf of a government? “Assessments change over time,” Lee says. “Like, ‘We told you it was Dirty Mustard and now it’s Swirling Tempest,’ and you’re like, what the fuck?” (Lee’s own firm, Dragos, admittedly gives hacker groups mineral names that are often confusingly similar to Microsoft’s old system. But at least Dragos has never called anyone Gingham Typhoon.)
</p>

<p>
	 
</p>

<p>
	When I reached out to Microsoft about its new naming scheme, the head of its Threat Intelligence Center, John Lambert, explained the rationale behind the change: Microsoft's new names are more distinct, memorable, and searchable. In contrast to Lee's point about choosing neutral names, the Microsoft team wanted to give customers more context about hackers in the names, Lambert says, immediately identifying their nationality and motive. (Instances that are not yet fully attributed to a known group are given a temporary classifier, he notes.)
</p>

<p>
	 
</p>

<p>
	Microsoft's team was also just running out of elements—there are, after all, only 118 of them. “We liked weather because it's a pervasive force, it's disruptive, and there's a kindred spirit because the study of weather over time involves improvement in sensors, data, and analysis,” says Lambert. “That's cybersecurity defenders' world, too.” As for the adjectives preceding those meteorological terms—often the real source of the names' inadvertent comedy—they're chosen by analysts from a long list of words. Sometimes they have a semantic or phonetic connection to the hacker group, and sometimes they're random. “There’s some origin story to each one,” Lambert says, “or it could just be a name out of a hat.”
</p>

<p>
	 
</p>

<p>
	There's a certain, stubborn logic behind the cybersecurity industry's ever-growing sprawl of hacker group handles. When a threat intelligence firm finds evidence of a new team of network intruders, they can't be sure they're seeing the same group that another company has already spotted and labeled, even if they do see familiar malware, victims, and command-and-control infrastructure between the two groups. If your competitor isn't sharing everything they see, it's better to make no assumptions and track the new hackers under your own name. So Sandworm becomes Telebots, and Voodoo Bear, and Hades, and Iron Viking, and Electrum, and—sigh—Seashell Blizzard, as every company's analysts get a different glimpse of the group's anatomy.
</p>

<p>
	 
</p>

<p>
	But, sprawl aside, did these names have to be quite so on-their-face ridiculous? To some degree, it may be wise to give names to hacker gangs that rob them of their malevolent glamour. Members of the Russian ransomware group EvilCorp, for instance, are not likely to be happy with Microsoft's rebranding them as Manatee Tempest. On the other hand, is it really appropriate to label a group of Iranian hackers that seeks to penetrate crucial elements of US civilian infrastructure Mint Sandstorm, as if they're an exotic flavor of air freshener? (The older name given to them by Crowdstrike, Charming Kitten, is certainly not any better.) Did the Israeli hacker-for-hire mercenaries known as Candiru, who have sold their services to <a href="https://www.washingtonpost.com/nation/2021/07/15/private-israeli-firm-has-helped-governments-hack-journalists-human-rights-advocates/" rel="external nofollow">governments targeting journalists and human rights activists</a>, really need to be renamed Caramel Tsunami, a brand befitting a Dunkin’ beverage, and one that's already taken by a <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.allbud.com/products/krafted-strains-2/flower/6101407/caramel-tsunami-tsunami-seeds-co"}' data-offer-url="https://www.allbud.com/products/krafted-strains-2/flower/6101407/caramel-tsunami-tsunami-seeds-co" href="https://www.allbud.com/products/krafted-strains-2/flower/6101407/caramel-tsunami-tsunami-seeds-co" rel="external nofollow" target="_blank">strain of cannabis</a>?
</p>

<p>
	 
</p>

<p>
	Kevin Mandia, one of the original hacker hunters and the founder and CEO of the cybersecurity firm Mandiant, captured this problem in a <a href="https://www.c-span.org/video/?446332-2/cybersecurity-intelligence-forum-part-1&amp;event=446332&amp;playEvent" rel="external nofollow">speech at the Cybersecurity Threat Intelligence Summit in 2018</a>. “I’ve always wondered, how do you get into a boardroom and say, ‘Sir, I know you’re breached. You’re in the headlines. And you were hacked by Fluffy Snuggle Duck,’” Mandia said. “It just doesn’t work.”
</p>

<p>
	 
</p>

<p>
	Mandia concedes today that in the five years since his Fluffy Snuggle Duck comment, he's become more inured to the silly hacker group names. “I don't care what they're called, I just want to make sure we have the catalog right. Do we have the fingerprints for them, do we have defenses for them?” he says.
</p>

<p>
	 
</p>

<p>
	In our interview, though, he still seemed to be genuinely tripped up by the labeling scheme of his competitor Crowdstrike, which names hackers after different animals based on their nationality. “Bear is Russia … or is it?” Mandia pondered out loud. “Panda is China. But that’s a bear. I’m confused already.”
</p>

<p>
	 
</p>

<p>
	Mandia and Lee both dream of a day when a government body—say, the US National Institute of Standards and Technology—comes up with a hacker group naming convention that can be adopted across the industry. But they both also say that companies would never stick to it. Marketing aside, the fog of war in cybersecurity research means analysts at different companies will never be sure they're looking at the same entities—unless they all agree to openly share every scrap of their closely guarded intelligence.
</p>

<p>
	 
</p>

<p>
	Until then, well, just watch out for Periwinkle Tempest. Last year, Periwinkle Tempest launched <a href="https://www.wired.com/story/costa-rica-ransomware-conti/" rel="external nofollow">crippling ransomware attacks across the entire nation of Costa Rica</a>, leading the country's government to declare a national emergency. Periwinkle Tempest are <a href="https://www.wired.com/story/most-dangerous-people-on-the-internet-2022/" rel="external nofollow">some of the most dangerous hackers in the world</a>. Periwinkle Tempest. Seriously.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/hacker-naming-schemes-spandex-tempest/" rel="external nofollow">Hacker Group Names Are Now Absurdly Out of Control</a>
</p>

<p>
	 
</p>

<p>
	(May require free registration to view)
</p>
]]></description><guid isPermaLink="false">14776</guid><pubDate>Sun, 23 Apr 2023 18:55:46 +0000</pubDate></item><item><title>How to turn off SafeSearch on Google?</title><link>https://nsaneforums.com/news/security-privacy-news/how-to-turn-off-safesearch-on-google-r14775/</link><description><![CDATA[<p>
	Do you wonder about how to turn off SafeSearch on Google? You came to the right place!
</p>

<p>
	 
</p>

<p>
	SafeSearch is a feature that filters out explicit content from your search results on Google. It is designed to protect users from unwanted or inappropriate content, such as pornography, violence, or hate speech. However, some users may prefer to turn off SafeSearch for various reasons, such as research, personal preference, or curiosity.
</p>

<p>
	 
</p>


<p>
	In this blog post, we will show you how to turn off SafeSearch on different devices and browsers.
</p>

<p>
	 
</p>

<figure aria-describedby="caption-attachment-192651" id="attachment_192651">
	<img alt="How-to-turn-off-SafeSearch-on-Google-2.j" class="ipsImage" data-ratio="75.10" height="540" width="540" src="https://www.ghacks.net/wp-content/uploads/2023/04/How-to-turn-off-SafeSearch-on-Google-2.jpg"><noscript><img class="wp-image-192651 size-full" alt="How to turn off SafeSearch on Google" width="1200" height="1200" srcset="https://www.ghacks.net/wp-content/uploads/2023/04/How-to-turn-off-SafeSearch-on-Google-2.jpg 1200w, https://www.ghacks.net/wp-content/uploads/2023/04/How-to-turn-off-SafeSearch-on-Google-2-300x300.jpg 300w" sizes="(max-width: 1200px) 100vw, 1200px" src="https://www.ghacks.net/wp-content/uploads/2023/04/How-to-turn-off-SafeSearch-on-Google-2.jpg"></noscript>
	<figcaption id="caption-attachment-192651">
		<em>Google</em>
	</figcaption>
</figure>

<h2>
	How to turn off SafeSearch on Google?
</h2>

<p>
	Before we proceed, we want to remind you that turning off SafeSearch may expose you to content that you may find offensive, disturbing, or illegal. We do not endorse or recommend turning off SafeSearch, and we are not responsible for any consequences that may arise from doing so. Please use your own discretion and judgment when browsing the web without SafeSearch.
</p>

<p>
	 
</p>

<p>
	To turn off SafeSearch on your <strong>computer</strong>, follow these steps:
</p>

<p>
	 
</p>

<ul>
	<li>
		Go to www.google.com and click on the Settings icon at the bottom right corner of the page.
	</li>
	<li>
		Select Search settings from the menu.
	</li>
	<li>
		Under the SafeSearch filters section, uncheck the box that says Turn on SafeSearch.
	</li>
	<li>
		Click Save at the bottom of the page.
	</li>
</ul>

<p>
	 
</p>

<p>
	To turn off SafeSearch on your <strong>mobile device</strong>, follow these steps:
</p>

<p>
	 
</p>

<ul>
	<li>
		Open the Google app on your device and tap on the More icon at the bottom right corner of the screen.
	</li>
	<li>
		Tap on Settings and then General.
	</li>
	<li>
		Under the Search settings section, tap on SafeSearch filter.
	</li>
	<li>
		Select "Show explicit results."
	</li>
	<li>
		Tap "Save."
	</li>
</ul>

<p>
	 
</p>

<p>
	To turn off SafeSearch on your <strong>browser</strong>, follow these steps:
</p>

<p>
	 
</p>

<ul>
	<li>
		Chrome: Go to chrome://settings/searchEngines and click on the three dots next to Google. Select Edit from the menu and delete &amp;safe=active from the URL. Click Save.
	</li>
	<li>
		Firefox: Go to about:preferences#search and click on the magnifying glass icon next to Google. Click on Edit Keyword and delete &amp;safe=active from the URL. Click Save.
	</li>
	<li>
		Safari: Go to Preferences &gt; Search and uncheck the box that says Enable SafeSearch.
	</li>
	<li>
		Edge: Go to Settings &gt; Privacy, search, and services &gt; Address bar and search &gt; Manage search engines and click on the three dots next to Google. Select Edit from the menu and delete &amp;safe=active from the URL. Click Save.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/04/23/how-to-turn-off-safesearch-on-google/" rel="external nofollow">How to turn off SafeSearch on Google?</a>
</p>
]]></description><guid isPermaLink="false">14775</guid><pubDate>Sun, 23 Apr 2023 18:53:46 +0000</pubDate></item><item><title>The Week in Ransomware - April 21st 2023 - Macs in the Crosshairs</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-april-21st-2023-macs-in-the-crosshairs-r14769/</link><description><![CDATA[<p>
	A lot of news broke this week related to ransomware, with the discovery of LockBit testing macOS encryptors to an outage on NCR, causing massive headaches for restaurants.
</p>

<p>
	 
</p>

<p>
	By far, the biggest news was the discovery of a <a href="https://www.bleepingcomputer.com/news/security/lockbit-ransomware-encryptors-found-targeting-mac-devices/" target="_blank" rel="external nofollow">LockBit Apple Silicon encryptor</a> by MalwareHunterTeam. While quite buggy and <a href="https://objective-see.org/blog/blog_0x75.html" rel="external nofollow" target="_blank">needing a lot of development to work correctly</a>, LockBit confirmed to BleepingComputer that it is being actively developed.
</p>

<p>
	 
</p>

<p>
	Some interesting research on ransomware was also released this week, including:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.bleepingcomputer.com/news/security/hackers-start-abusing-action1-rmm-in-ransomware-attacks/" target="_blank" rel="external nofollow">Ransomware gangs now abusing the Action1 RMM</a>.
	</li>
	<li>
		<a href="https://www.bleepingcomputer.com/news/security/ex-conti-members-and-fin7-devs-team-up-to-push-new-domino-malware/" target="_blank" rel="external nofollow">Ex-Conti members and FIN7 are pushing a Domino malware</a>.
	</li>
	<li>
		<a href="https://www.trendmicro.com/en_us/research/23/d/an-analysis-of-the-bablock-ransomware.html" rel="external nofollow" target="_blank">A technical write-up about Rorschach</a>.
	</li>
	<li>
		<a href="https://www.bleepingcomputer.com/news/security/play-ransomware-gang-uses-custom-shadow-volume-copy-data-theft-tool/" target="_blank" rel="external nofollow">Play ransomware uses custom data theft and info-stealing malware.</a>
	</li>
	<li>
		<a href="https://www.bleepingcomputer.com/news/security/microsoft-sql-servers-hacked-to-deploy-trigona-ransomware/" target="_blank" rel="external nofollow">Trigona is targeting Microsoft SQL servers.</a>
	</li>
	<li>
		<a href="https://www.bleepingcomputer.com/news/security/ransomware-gangs-abuse-process-explorer-driver-to-kill-security-software/" target="_blank" rel="external nofollow">Process Explorer driver is abused in ransomware attacks.</a>
	</li>
</ul>

<p>
	 
</p>

<p>
	Finally, we learned about some ransomware attacks, with <a href="https://www.bleepingcomputer.com/news/security/ncr-suffers-aloha-pos-outage-after-blackcat-ransomware-attack/" target="_blank" rel="external nofollow">an NCR outage confirmed to be ransomware</a> and <a href="https://www.bleepingcomputer.com/news/security/capita-confirms-hackers-stole-data-in-recent-cyberattack/" target="_blank" rel="external nofollow">Capita confirming that data was stolen</a> in a cyberattack.
</p>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/jorntvdw" rel="external nofollow" target="_blank">@jorntvdw</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/AShukuhi" rel="external nofollow" target="_blank">@AShukuhi</a>, <a href="https://twitter.com/patrickwardle" rel="external nofollow" role="link" tabindex="-1" target="_blank">@patrickwardle</a>, <a href="https://twitter.com/Kostastsale" rel="external nofollow" target="_blank">@Kostastsale</a>, <a href="https://twitter.com/blackberry" rel="external nofollow" target="_blank">@BlackBerry</a>, <a href="https://twitter.com/trendmicro" rel="external nofollow" target="_blank">@TrendMicro</a>, <a href="https://twitter.com/WhichbufferArda" rel="external nofollow" target="_blank">@WhichbufferArda</a>, <a href="https://twitter.com/NCCGroupplc" rel="external nofollow" target="_blank">@NCCGroupplc</a>, <a href="https://twitter.com/BroadcomSW" rel="external nofollow" target="_blank">@BroadcomSW</a>, <a href="https://twitter.com/ibmsecurity" rel="external nofollow" target="_blank">@IBMSecurity</a>, <a href="https://twitter.com/AhnLab_man" rel="external nofollow" target="_blank">@AhnLab_man</a>, <a href="https://twitter.com/SophosXOps" rel="external nofollow" target="_blank">@SophosXOps</a>, <a href="https://twitter.com/SentinelOne" rel="external nofollow" target="_blank">@SentinelOne</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" target="_blank">@pcrisk</a>, <a href="https://twitter.com/AlvieriD" rel="external nofollow" target="_blank">@AlvieriD</a>, <a href="https://twitter.com/BrettCallow" rel="external nofollow" target="_blank">@BrettCallow</a>, and <a href="https://twitter.com/siri_urz" rel="external nofollow" target="_blank">@siri_urz</a>.
</p>

<h2>
	April 15th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/hackers-start-abusing-action1-rmm-in-ransomware-attacks/" target="_blank" rel="external nofollow">Hackers start abusing Action1 RMM in ransomware attacks</a>
</h3>

<p>
	Security researchers are warning that cybercriminals are increasingly using the Action1 remote access software for persistence on compromised networks and to execute commands, scripts, and binaries.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/ncr-suffers-aloha-pos-outage-after-blackcat-ransomware-attack/" target="_blank" rel="external nofollow">NCR suffers Aloha POS outage after BlackCat ransomware attack</a>
</h3>

<p>
	NCR is suffering an outage on its Aloha point of sale platform after being hit by an ransomware attack claimed by the BlackCat/ALPHV gang.
</p>

<h2>
	April 16th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/lockbit-ransomware-encryptors-found-targeting-mac-devices/" target="_blank" rel="external nofollow">LockBit ransomware encryptors found targeting Mac devices</a>
</h3>

<p>
	The LockBit ransomware gang has created encryptors targeting Macs for the first time, likely becoming the first major ransomware operation to ever specifically target macOS.
</p>

<h3>
	<a href="https://objective-see.org/blog/blog_0x75.html" rel="external nofollow" target="_blank">The LockBit ransomware (kinda) comes for macOS</a>
</h3>

<p>
	In this blog post we’ll tear apart the sample, showing that ultimately, while yes it can indeed run on Apple Silicon, that is basically the extent of it’s impact. Thus macOS users have nothing to worry about …for now!
</p>

<h3>
	<a href="https://twitter.com/WhichbufferArda/status/1647633472339562497" rel="external nofollow" target="_blank">A technical analysis of the LockBit macOS encryptor</a>
</h3>

<p>
	"Brief analysis of <a dir="ltr" href="https://twitter.com/hashtag/Lockbit?src=hashtag_click" rel="external nofollow" role="link">#Lockbit</a> 3.0 for macOS ARM M1/M2 It's using simple XOR routine to decrypt all config data. XOR key is static value '57'"
</p>

<h2>
	April 17th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/ex-conti-members-and-fin7-devs-team-up-to-push-new-domino-malware/" target="_blank" rel="external nofollow">Ex-Conti members and FIN7 devs team up to push new Domino malware</a>
</h3>

<p>
	Ex-Conti ransomware members have teamed up with the FIN7 threat actors to distribute a new malware family named 'Domino' in attacks on corporate networks.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1647832461471014912" rel="external nofollow" target="_blank">New Phobos variant</a>
</h3>

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" target="_blank">PCrisk</a> found a new Phobos ransomware variant that appends the .sdk extension.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1647857206430244864" rel="external nofollow" target="_blank">New VoidCrypt ransomware variant</a>
</h3>

<p>
	PCrisk found a new VoidCrypt ransomware variant that appends the .Recov extension and drops a ransom note named Dectryption-guide.txt.
</p>

<h3>
	<a href="https://twitter.com/siri_urz/status/1647892158739873793" rel="external nofollow" target="_blank">New CrossLock ransomware found</a>
</h3>

<p>
	<a href="https://twitter.com/siri_urz" rel="external nofollow" target="_blank">S!Ri</a> found a new CrossLock ransomware that appends the .crlk extension and drops the ---CrossLock_readme_To_Decrypt---.txt ransom note.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1647937203396288512" rel="external nofollow" target="_blank">New STOP ransomware variant</a>
</h3>

<p>
	PCrisk found a new STOP ransomware variant that appends the .coty extension.
</p>

<h2>
	April 18th 2023
</h2>

<h3>
	<a href="https://www.sentinelone.com/blog/lockbit-for-mac-how-real-is-the-risk-of-macos-ransomware/" rel="external nofollow" target="_blank">LockBit for Mac | How Real is the Risk of macOS Ransomware?</a>
</h3>

<p>
	On April 16th, Twitter user @malwrhunterteam tweeted details of a sample of the LockBit ransomware compiled for Apple’s macOS arm64 architecture. LockBit claims to be “the oldest ransomware affiliate program on the planet”, and news that one of the major cybercrime outfits in the ransomware landscape was now targeting macOS devices has predictably raised concerns about the ransomware threat on Mac devices.
</p>

<h3>
	<a href="https://www.trendmicro.com/en_us/research/23/d/an-analysis-of-the-bablock-ransomware.html" rel="external nofollow" target="_blank">An Analysis of the BabLock (aka Rorschach) Ransomware</a>
</h3>

<p>
	A ransomware called BabLock (aka Rorschach) has recently been making waves due to its sophisticated and fast-moving attack chain that uses subtle yet effective techniques. Although primarily based on LockBit, the ransomware is a hodgepodge of other different ransomware parts pieced together into what we now call BabLock (detected as Ransom.Win64.LOCKBIT.THGOGBB.enc). Note, however, that we do not believe that this ransomware originates from the threat actors behind LockBit, which is now in its third iteration.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1648202485520121858" rel="external nofollow" target="_blank">New MedusaLocker ransomware variants</a>
</h3>

<p>
	PCrisk found new MedusaLocker ransomware variants that append the .skynetlock and .tangem extensions.
</p>

<h2>
	April 19th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/march-2023-broke-ransomware-attack-records-with-459-incidents/" target="_blank" rel="external nofollow">March 2023 broke ransomware attack records with 459 incidents</a>
</h3>

<p>
	March 2023 was the most prolific month recorded by cybersecurity analysts in recent years, measuring 459 attacks, an increase of 91% from the previous month and 62% compared to March 2022.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/play-ransomware-gang-uses-custom-shadow-volume-copy-data-theft-tool/" target="_blank" rel="external nofollow">Play ransomware gang uses custom Shadow Volume Copy data-theft tool</a>
</h3>

<p>
	The Play ransomware group has developed two custom tools in .NET, namely Grixba and VSS Copying Tool, which it uses to improve the effectiveness of its cyberattacks.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/microsoft-sql-servers-hacked-to-deploy-trigona-ransomware/" rel="external nofollow">Microsoft SQL servers hacked to deploy Trigona ransomware</a>
</h3>

<p>
	Attackers are hacking into poorly secured and Interned-exposed Microsoft SQL (MS-SQL) servers to deploy Trigona ransomware payloads and encrypt all files.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/fortra-shares-findings-on-goanywhere-mft-zero-day-attacks/" target="_blank" rel="external nofollow">Fortra shares findings on GoAnywhere MFT zero-day attacks</a>
</h3>

<p>
	Fortra has completed its investigation into the exploitation of CVE-2023-0669, a zero-day flaw in the GoAnywhere MFT solution that the Clop ransomware gang exploited to steal data from over a hundred companies.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/ransomware-gangs-abuse-process-explorer-driver-to-kill-security-software/" rel="external nofollow">Ransomware gangs abuse Process Explorer driver to kill security software</a>
</h3>

<p>
	Threat actors use a new hacking tool dubbed AuKill to disable Endpoint Detection &amp; Response (EDR) Software on targets' systems before deploying backdoors and ransomware in Bring Your Own Vulnerable Driver (BYOVD) attacks.
</p>

<h2>
	April 20th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/capita-confirms-hackers-stole-data-in-recent-cyberattack/" rel="external nofollow">Capita confirms hackers stole data in recent cyberattack</a>
</h3>

<p>
	London-based professional outsourcing giant Capita has published an update on the cyber-incident that impacted it at the start of the month, now admitting that hackers exfiltrated data from its systems.
</p>

<h3>
	<a href="https://asec.ahnlab.com/en/51497/" rel="external nofollow" target="_blank">BlackBit Ransomware Being Distributed in Korea</a>
</h3>

<p>
	AhnLab Security Emergency response Center (ASEC) has recently discovered the distribution of the BlackBit ransomware disguised as svchost.exe during the team’s monitoring. According to the ASEC’s internal infrastructure, the BlackBit ransomware has been continuously distributed since September last year.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1648922341487804416" rel="external nofollow" target="_blank">New MedusaLocker ransomware variant</a>
</h3>

<p>
	PCrisk found new MedusaLocker ransomware variant that appends the .attackuk extension.
</p>

<h3>
	That's it for this week! Hope everyone has a nice weekend!
</h3>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-april-21st-2023-macs-in-the-crosshairs/" rel="external nofollow">The Week in Ransomware - April 21st 2023 - Macs in the Crosshairs</a>
</p>
]]></description><guid isPermaLink="false">14769</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>GhostToken GCP flaw let attackers backdoor Google accounts</title><link>https://nsaneforums.com/news/security-privacy-news/ghosttoken-gcp-flaw-let-attackers-backdoor-google-accounts-r14758/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Google has addressed a Cloud Platform (GCP) security vulnerability impacting all users and allowing attackers to backdoor their accounts using malicious OAuth applications installed from the Google Marketplace or third-party providers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Named <a href="https://astrix.security/ghosttoken-exploiting-gcp-application-infrastructure-to-create-invisible-unremovable-trojan-app-on-google-accounts/" rel="external nofollow">GhostToken</a> by Astrix Security, the Israeli cybersecurity startup that found and reported it to Google in June 2022, this security flaw was addressed via a global patch that rolled out in early April 2023.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After being authorized and linked to an OAuth token that gives it access to the Google account, malicious apps could be made invisible by attackers after exploiting this vulnerability.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This would hide the app from <a href="https://myaccount.google.com/permissions" rel="external nofollow">Google's application management</a> page, the only place where Google users can manage apps connected to their accounts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Since this is the only place Google users can see their applications and revoke their access, the exploit makes the malicious app unremovable from the Google account," Astrix Security <a href="https://astrix.security/ghosttoken-exploiting-gcp-application-infrastructure-to-create-invisible-unremovable-trojan-app-on-google-accounts/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The attacker on the other hand, as they please, can unhide their application and use the token to access the victim's account, and then quickly hide the application again to restore its unremovable state. In other words, the attacker holds a 'ghost' token to the victim's account."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To hide malicious apps authorized by the victims, attackers only had to make them enter a '<a href="https://console.cloud.google.com/cloud-resource-manager?pendingDeletion=true" rel="external nofollow">pending deletion'</a> state by deleting the linked GCP project.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, after restoring the project, they would be provided with a refresh token that made it possible to retrieve a new access token that could be used to gain access to the victims' data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These steps could be repeated in a loop, allowing the attackers to delete and restore the GCP project to hide the malicious app each time they needed access to the victim's data.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="GhostToken%20attack%20flow.png" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/GhostToken%20attack%20flow.png" />
		
			<p>
				<span style="font-size:14px;">GhostToken attack flow (Astrix Security)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The attack's impact depends on the permissions granted to the malicious apps installed by the victims.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The vulnerability "allows attackers to gain permanent and unremovable access to a victim's Google account by converting an already authorized third-party application into a malicious trojan app, leaving the victim's personal data exposed forever," Astrix Security Research Group <a href="https://www.prnewswire.com/news-releases/astrix-security-discovers-0-day-vulnerability-in-google-cloud-platform-301802094.html" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This may include data stored on victim's Google apps, such as Gmail, Drive, Docs, Photos, and Calendar, or Google Cloud Platform's services (BigQuery, Google Compute, etc.)."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Google's patch allows GCP OAuth applications in 'pending deletion' states to appear on the 'Apps with access to your account' page, allowing users to remove them and protect their accounts from hijack attempts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Astrix advises all Google users to visit <a href="http://myaccount.google.com/permissions" rel="external nofollow">their account's app management page</a> and check all authorized third-party apps, ensuring that each of them has only the permissions they require to function.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/ghosttoken-gcp-flaw-let-attackers-backdoor-google-accounts/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14758</guid><pubDate>Sat, 22 Apr 2023 09:11:16 +0000</pubDate></item><item><title>Critical infrastructure also hit by supply chain attack behind 3CX breach</title><link>https://nsaneforums.com/news/security-privacy-news/critical-infrastructure-also-hit-by-supply-chain-attack-behind-3cx-breach-r14757/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The X_Trader software supply chain attack that led to last month's 3CX breach has also impacted at least several critical infrastructure organizations in the United States and Europe, according to Symantec's Threat Hunter Team.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">North Korean-backed threat group linked to the Trading Technologies and 3CX attacks used a trojanized installer for X_Trader software to deploy the VEILEDSIGNAL multi-stage modular backdoor onto victims' systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Once installed, the malware could execute malicious shellcode or inject a communication module into Chrome, Firefox, or Edge processes running on compromised systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Initial investigation by Symantec's Threat Hunter Team has, to date, found that among the victims are two critical infrastructure organizations in the energy sector, one in the U.S. and the other in Europe," the company <a href="https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/xtrader-3cx-supply-chain" rel="external nofollow">said in a report</a> published today.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In addition to this, two other organizations involved in financial trading were also breached."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While the Trading Technologies supply chain compromise is the result of a financially motivated campaign, the breach of multiple critical infrastructure organizations is worrisome, seeing that North Korean-backed hacking groups are also known for cyber espionage.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It's very likely that strategic organizations compromised as part of this supply chain attack will also be singled out for subsequent exploitation.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While Symantec didn't name the two energy sector organizations, Symantec Threat Hunter Team Director of Security Response Eric Chien told BleepingComputer that they are "power suppliers generating and supplying energy to the grid."</span>
</p>

<h2>
	<span style="font-size:14px;">Wide-ranging supply chain attack</span>
</h2>

<p>
	<span style="font-size:14px;">Having breached at least four more entities besides 3CX with the help of the trojanized X_Trader software, it's also highly likely that the North Korean hacking campaign already impacted additional victims yet to be discovered.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The discovery that 3CX was breached by another, earlier supply chain attack made it highly likely that further organizations would be impacted by this campaign, which now transpires to be far more wide-ranging than originally believed," Symantec added.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The attackers behind these breaches clearly have a successful template for software supply chain attacks and further, similar attacks cannot be ruled out."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On Thursday, Mandiant linked a North Korean threat group it tracks as UNC4736 to the <a href="https://www.bleepingcomputer.com/news/security/3cx-hack-caused-by-trading-software-supply-chain-attack/" rel="external nofollow">cascading supply chain attack that hit VoIP company 3CX</a> in March.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">UNC4736 is related to the financially motivated North Korean-sponsored Lazarus Group behind <a href="https://www.bleepingcomputer.com/news/security/lazarus-group-deploys-its-first-mac-malware-in-cryptocurrency-exchange-hack/" rel="external nofollow">Operation AppleJeus</a> [<a href="https://www.bleepingcomputer.com/news/security/new-macos-threat-served-from-cryptocurrency-trading-platform/" rel="external nofollow">1</a>, <a href="https://www.bleepingcomputer.com/news/security/attackers-create-elaborate-crypto-trading-scheme-to-install-malware/" rel="external nofollow">2</a>, <a href="https://www.bleepingcomputer.com/news/security/us-shares-info-on-north-korean-malware-used-to-steal-cryptocurrency/" rel="external nofollow">3</a>], previously <a href="https://www.bleepingcomputer.com/news/security/north-korean-hackers-exploit-chrome-zero-day-weeks-before-patch/" rel="external nofollow">linked</a> by Google's Threat Analysis Group (TAG) to the compromise of Trading Technologies' website.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Based on attack infrastructure overlap, Mandiant also connected UNC4736 with two APT43 malicious activity clusters tracked as UNC3782 and UNC4469.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/critical-infrastructure-also-hit-by-supply-chain-attack-behind-3cx-breach/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14757</guid><pubDate>Sat, 22 Apr 2023 09:09:08 +0000</pubDate></item><item><title>The War on Passwords Enters a Chaotic New Phase</title><link>https://nsaneforums.com/news/security-privacy-news/the-war-on-passwords-enters-a-chaotic-new-phase-r14733/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>The transition from traditional logins to cryptographic passkeys is getting messy. But don’t worry—there’s a plan.</strong></span>
</p>

<p>
	 
</p>

<p>
	There was never a question that it would take years to transition the world away from passwords. The digital authentication technology, though deeply flawed, is pervasive and inveterate. Over the last five years, though, the secure-authentication industry association known as the FIDO Alliance has been making real progress promoting “passkeys,” a password-less alternative for signing into applications and websites. And yet, you probably still use a lot of passwords every day. In fact, you may not have any accounts protected by a passkey at all, despite broad adoption from Microsoft, Google, Apple, and many more.  
</p>

<p>
	 
</p>

<p>
	At the RSA security conference in San Francisco next week, Christiaan Brand, co-chair of the FIDO2 technical working group and an identity and security product manager at Google, will present a talk on new features and growth in passkey adoption. He also plans to examine the current challenges that passkeys face in countering the inertia passwords have built up over decades—and the long game of slowly grinding down the password's dominance.
</p>

<p>
	 
</p>

<p>
	“What I want to highlight is how far we’ve come, but which problems still remain unsolved,” Brand says. “Passwords are everywhere, and they are bad, but everyone is accustomed to them. Users don’t want to be surprised, and they don’t like change. So it’s very important to think about passkeys as an augmentation. We need to kind of push users toward the thing that will be easier and more secure."
</p>

<p>
	 
</p>

<p>
	Over the past year, Brand says, FIDO has made significant progress rolling out features to support its password-less vision. The infrastructure is now in place to back up passkeys so they can sync between devices, get services to prompt users about passkeys rather than always defaulting to username and password, and use Bluetooth-based proximity sensing to share passkey authentication between devices. All three of these points address major usability issues that FIDO publicly set out to improve a year ago.
</p>

<p>
	 
</p>

<p>
	In practice, though, there are still hurdles, and developing these solutions has taken time. For example, Brand says the new Bluetooth-based proximity-sensing protocol was carefully engineered to avoid the security issues that often plague Bluetooth implementations. The idea was to strip away most of Bluetooth's functionality and exclusively use the protocol for proximity checks rather than any data transfers. This approach has allowed passkeys to bypass many of Bluetooth's quirks and reliability issues when attempting to pair devices.
</p>

<p>
	 
</p>

<p>
	Developing a coherent “user experience” (UX) for passkeys across different operating systems and web services is an ongoing challenge, though. If you, say, log into your Google account from a Mac using traditional passwords, your credentials still get checked against what Google has on file for your account on one of the company's servers. But the security and phishing-resistant benefits of passkeys come from the fact that they work differently. If you use a passkey to log into your Google account from a Mac, the cryptographic check happens locally and Apple is never directly involved—everything the user experiences during the interaction is facilitated by macOS, not Google.
</p>

<p>
	 
</p>

<p>
	“If I'm Google implementing passkeys, I cede a lot of control to Apple if my user is on an Apple device, I cede a lot of control to Microsoft if the user is on a Windows device, I cede a lot of UX control to Android and browsers,” Brand says. “So I think we’re in the technology infancy, where all of these different platforms have come up with different UX patterns and UX paradigms. Stitching all of that together is kind of tricky, and that’s probably going to take another nine to 12 months for the industry to support.”
</p>

<p>
	 
</p>

<p>
	Another big challenge with establishing consistency and continuity will be the long transition to passkeys alone. For the foreseeable future, services must continue to support username and password logins and make sure those systems are as secure and up-to-date as possible while primarily supporting the growth and evolution of passkeys. As password login systems fade from prominence and are neglected, they could produce new types of security exposures in their disrepair.
</p>

<p>
	 
</p>

<p>
	For now, though, the tech industry is still in the early stages of this long haul transition.
</p>

<p>
	 
</p>

<p>
	“Part of the problem is that all the stuff that I have in my presentation, we haven’t really seen this put into practice yet,” Brand says. “There are passkey implementations out there, and some folks have dipped their toe in the water, but a lot of the stuff isn’t really in the mainstream consciousness of developers, and certainly not for users. The mass, super-scale adoption is still something that we’re working to make happen.”
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.wired.com/story/passwords-passkey-transition-time/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14733</guid><pubDate>Fri, 21 Apr 2023 11:21:29 +0000</pubDate></item><item><title>This painful malware targets new victims through Google Ads</title><link>https://nsaneforums.com/news/security-privacy-news/this-painful-malware-targets-new-victims-through-google-ads-r14730/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Look out for these dodgy Google Ads experts warn</span>
</p>

<p>
	 
</p>

<p>
	Cybersecurity firm Secureworks has discovered a new malware strain digsuising itself as Google Ads, and it’s spreading quickly.
</p>

<p>
	 
</p>

<p>
	Known as Bumblebee, the malware was initially discovered over a year ago and would typically spread itself via phishing attacks, but Secureworks has warned the actor behind the malicious download is now getting more creative and jumping on a new trend.
</p>

<p>
	 
</p>

<p>
	In Securework’s recent 2022 State of the Threat report, it discovered in increase in attacks of trojanized software that are being distributed via Google Ads or SEO poisoning, and Bumblebee is just one of many experimenting with this increasingly popular method.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Bumblebee malware via Google Ads</strong></span>
</p>

<p>
	 
</p>

<p>
	The malware’s reaches are far beyond the search engine, with examples found across many popular business apps like Zoom, Cisco AnyConnect, ChatGPT, and Citrix Workspace. Victims installing what they think is legitimate software from the fake download pages then get infected with the malware.
</p>

<p>
	 
</p>

<p>
	The firm’s Director of Intelligence, Mike McLellan, explained that as many as 1% of online ads contain malicious content. McLellan described the typical scenario during which a victim is attacked: rather than downloading software via a company’s IT team, many remote workers are taking control and heading online themselves, unaware of the potential risks.
</p>

<p>
	 
</p>

<p>
	The report details the download of a legitimate Cisco AnyConnect VPN installer “which had been modified to contain the Bumblebee malware.” As a result, the threat actor not only got access to the victim’s system, but also deployed additional tools like Cobalt Strike.
</p>

<p>
	 
</p>

<p>
	McLellan explains that the new findings only go to demonstrate how important it is that companies have strict policies in place for restricting access to web ads and managing privileges on software downloads.
</p>

<p>
	 
</p>

<p>
	Beyond this, workers are advised to create their own path direct to the legitimate website rather than follow a stream of links or ads - or to entirely remove themselves from the process and request that their company’s IT team takes over.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/news/this-painful-malware-targets-new-victims-through-google-ads" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14730</guid><pubDate>Fri, 21 Apr 2023 10:33:43 +0000</pubDate></item><item><title>Mullvad VPN was subject to a search warrant. Customer data not compromised</title><link>https://nsaneforums.com/news/security-privacy-news/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised-r14694/</link><description><![CDATA[<p>
	 
</p>

<p>
	On April 18 at least six police officers from the National Operations Department (NOA) of the Swedish Police visited the Mullvad VPN office in Gothenburg with a search warrant.
</p>

<p>
	<br />
	They intended to seize computers with customer data.
</p>

<p>
	 
</p>

<p>
	In line with our policies such customer data did not exist. We argued they had no reason to expect to find what they were looking for and any seizures would therefore be illegal under Swedish law. After demonstrating that this is indeed how our service works and them consulting the prosecutor they left without taking anything and without any customer information.
</p>

<p>
	 
</p>

<p>
	If they had taken something that would not have given them access to any customer information.
</p>

<p>
	 
</p>

<p>
	Mullvad has been operating our VPN service for over 14 years. This is the first time our offices have been visited with a search warrant.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14694</guid><pubDate>Thu, 20 Apr 2023 14:55:07 +0000</pubDate></item><item><title>Lazarus Group Adds Linux Malware to Arsenal in Operation Dream Job</title><link>https://nsaneforums.com/news/security-privacy-news/lazarus-group-adds-linux-malware-to-arsenal-in-operation-dream-job-r14693/</link><description><![CDATA[<p>
	The notorious North Korea-aligned state-sponsored actor known as the Lazarus Group has been attributed to a new campaign aimed at Linux users.
</p>

<p>
	 
</p>

<p>
	The attacks are part of a persistent and long-running activity tracked under the name Operation Dream Job, ESET said in a new report published today.
</p>

<p>
	 
</p>

<p>
	The findings are crucial, not least because it marks the first publicly documented example of the adversary using Linux malware as part of this social engineering scheme.
</p>

<p>
	 
</p>

<p>
	Operation Dream Job, also known as DeathNote or NukeSped, refers to multiple attack waves wherein the group leverages fraudulent job offers as a lure to trick unsuspecting targets into downloading malware. It also exhibits overlaps with two other Lazarus clusters known as Operation In(ter)ception and Operation North Star.
</p>

<p>
	 
</p>

<p>
	The attack chain discovered by ESET is no different in that it delivers a fake HSBC job offer as a decoy within a ZIP archive file that's then used to launch a Linux backdoor named SimplexTea distributed via an OpenDrive cloud storage account.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="code.png" class="ipsImage" data-ratio="63.06" height="449" width="720" src="https://thehackernews.com/new-images/img/b/R29vZ2xl/AVvXsEhSAIPoUsDau4iZajq1dkiN-X9CC5Dg0rpcVkHfbKk2zCPx9l5uHRLp-zj8Ehuu05bcIvKf44NdXRge_9mzDuOvRlFfJDQ6zKcp7xNvd-64r4WiztQY71EST1ad03t_G0RjfzaBGDqBNL9tzYyK6Tk4zUntD1k0voYOJ_25_aOSAP0Lr08DaNuZvnzy/s728-e3650/code.png" />
</p>

<p>
	While the exact method used to distribute the ZIP file is not known, it's suspected to be either spear-phishing or direct messages on LinkedIn. The backdoor, written in C++, bears similarities to BADCALL, a Windows trojan previously attributed to the group.
</p>

<p>
	 
</p>

<p>
	Furthermore, ESET said it identified commonalities between artifacts used in the Dream Job campaign and those unearthed as part of the supply chain attack on VoIP software developer 3CX that came to light last month.
</p>

<p>
	 
</p>

<p>
	This also includes the command-and-control (C2) domain "journalide[.]org," which was listed as one of the four C2 servers used by malware families detected within the 3CX environment.
</p>

<p>
	 
</p>

<p>
	Indications are that preparations for the supply chain attack had been underway since December 2022, when some of the components were committed to the GitHub code-hosting platform.
</p>

<p>
	 
</p>

<p>
	The findings not only strengthen the existing link between Lazarus Group and the 3CX compromise, but also demonstrates the threat actor's continued success with staging supply chain attacks since 2020.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2023/04/lazarus-group-adds-linux-malware-to.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">14693</guid><pubDate>Thu, 20 Apr 2023 14:50:37 +0000</pubDate></item><item><title>1Password ending support for classic browser extensions</title><link>https://nsaneforums.com/news/security-privacy-news/1password-ending-support-for-classic-browser-extensions-r14687/</link><description><![CDATA[<p>
	1Password is a popular commercial password management solution. Agile Bits, the company behind the product announced a change <a data-wpel-link="external" href="https://support.1password.com/kb/202303/" rel="external nofollow" target="_blank">recently</a> that affects all users who still use classic extensions. Broken down to its core, 1Password will end support for classic browser extensions, stating that they use extensions Manifest V2 and Google's plans to end support for it in Chrome.
</p>

<p>
	 
</p>

<p>
	The decision may have far reaching consequences for some 1Password customers, as an upgrade to 1Password 8 is required to continue using 1Password directly in the web browser.
</p>

<p>
	 
</p>


<p>
	1Password 8, released in 2022, introduced a controversial, or hotly debated, change, that enforced cloud storage for user vaults.
</p>

<p>
	 
</p>

<p>
	The 1Password support page provides the following information on the decision to end support for classic extensions: "In the future, Google will stop supporting Manifest V2 in Chrome. Because of this change, in 2023, the 1Password classic extension for Chrome, Firefox, Edge, and Brave will no longer be supported."
</p>

<p>
	 
</p>

<p>
	<img alt="1password.png" class="ipsImage" data-ratio="75.10" height="540" width="622" src="https://www.ghacks.net/wp-content/uploads/2023/04/1password.png"></p><noscript><img class="alignnone size-full wp-image-192538" alt="1password" width="812" height="705" src="https://www.ghacks.net/wp-content/uploads/2023/04/1password.png"></noscript>


<p>
	 
</p>

<p>
	1Password recommends that customers upgrade to 1Password 8, install the new browser extension in the browsers, and uninstall the classic extensions.
</p>

<p>
	 
</p>

<p>
	The company provides no timeline for end of support. <a data-wpel-link="internal" href="https://www.ghacks.net/2023/04/06/google-is-postponing-the-end-of-manifest-v2-extensions-in-chrome-again/" rel="external nofollow">Google postponed the end of Manifest V2</a> support in Chromium, and thus all browsers that use it as its core, again in April 2023. Google's initial plan was to start the process in January 2023, but it announced in December 2022 that it would postpone this.
</p>

<p>
	 
</p>

<p>
	Now, Google confirmed that it will give web developers a six months of "heads-up" before it will start the process. In other words: the end of Manifest V2 extensions in Chrome and Chromium does not happen before October 2023.
</p>

<p>
	 
</p>

<p>
	Some 1Password customers use version 7 of the password manager on their devices. It is the last version that supports Windows versions prior to Windows 10 and 11, and also the last version that does not enforce cloud storage of password vaults.
</p>

<p>
	 
</p>

<p>
	It is interesting to note that Agile Bits includes the classic extension for Firefox in its end of support message. Mozilla's Firefox web browser will continue to support Manifest V2 next to Manifest V3, which means that the given reason does not apply to the open source browser.
</p>

<p>
	 
</p>

<p>
	There is one exception. Mac users who run 1Password for Mac may continue to run the extension for Safari, at least for the time being.
</p>

<p>
	 
</p>

<p>
	The support page offers no solution to customers who do not want their vaults to be pushed to the cloud.
</p>

<p>
	 
</p>

<p>
	Migration from 1Password to other password management solutions is possible. Other password management solutions include import options for 1Password passwords. <a data-wpel-link="external" href="https://bitwarden.com/help/import-from-1password/" rel="external nofollow" target="_blank">Bitwarden</a> and <a data-wpel-link="external" href="https://keepass.info/help/base/importexport.html" rel="external nofollow" target="_blank">KeePass</a> support it, and 1Password has a s<a data-wpel-link="external" href="https://support.1password.com/export/" rel="external nofollow" target="_blank">upport page</a> that explains how password data can be exported.
</p>

<p>
	 
</p>

<p>
	<strong>Now You: </strong>which password management solution do you use?
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/04/20/1password-ending-support-for-classic-browser-extensions/" rel="external nofollow">1Password ending support for classic browser extensions</a>
</p>
]]></description><guid isPermaLink="false">14687</guid><pubDate>Thu, 20 Apr 2023 05:25:14 +0000</pubDate></item><item><title>How ChatGPT&#x2014;and Bots Like It&#x2014;Can Spread Malware</title><link>https://nsaneforums.com/news/security-privacy-news/how-chatgpt%E2%80%94and-bots-like-it%E2%80%94can-spread-malware-r14679/</link><description><![CDATA[<h3>
	Generative AI is a tool, which means it can be used by cybercriminals, too. Here’s how to protect yourself.
</h3>

<p>
	 
</p>

<p>
	The AI landscape has started to move very, very fast: consumer-facing tools such as <a href="https://www.wired.com/gallery/where-the-ai-art-boom-came-from-and-where-its-going/" rel="external nofollow">Midjourney</a> and <a href="https://www.wired.com/story/11-tips-better-chatgpt-prompts/" rel="external nofollow">ChatGPT</a> are now able to produce incredible image and text results in seconds based on natural language prompts, and we're seeing them get deployed everywhere from web search to <a href="https://time.com/6240569/ai-childrens-book-alice-and-sparkle-artists-unhappy/" rel="external nofollow">children's books</a>.
</p>

<p>
	 
</p>

<p>
	However, these AI applications are being turned to more nefarious uses, including <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.techradar.com/news/chatgpt-is-being-used-to-lure-victims-into-downloading-malware"}' data-offer-url="https://www.techradar.com/news/chatgpt-is-being-used-to-lure-victims-into-downloading-malware" href="https://www.techradar.com/news/chatgpt-is-being-used-to-lure-victims-into-downloading-malware" rel="external nofollow" target="_blank">spreading malware</a>. Take the traditional scam email, for example: It's usually littered with obvious mistakes in its grammar and spelling—mistakes that the latest group of AI models don't make, as noted in <a href="https://www.europol.europa.eu/media-press/newsroom/news/criminal-use-of-chatgpt-cautionary-tale-about-large-language-models" rel="external nofollow">a recent advisory report from Europol</a>.
</p>

<p>
	 
</p>

<p>
	Think about it: A lot of phishing attacks and other security threats rely on social engineering, duping users into revealing passwords, financial information, or other sensitive data. The persuasive, authentic-sounding text required for these scams can now be pumped out quite easily, with no human effort required, and endlessly tweaked and refined for specific audiences.
</p>

<p>
	 
</p>

<p>
	In the case of ChatGPT, it's important to note first that developer OpenAI has built safeguards into it. Ask it to "write malware" or a "phishing email" and  it will tell you that it's "programmed to follow strict ethical guidelines that prohibit me from engaging in any malicious activities, including writing or assisting with the creation of malware."
</p>

<p>
	 
</p>

<figure>
	<div>
		<picture></picture><img alt="ChatGPT-Malware-Security-01-chatgpt.jpg" class="ipsImage" data-ratio="75.10" height="411" width="720" src="https://media.wired.com/photos/643f0b1eccab20835732aed1/master/w_1600,c_limit/ChatGPT-Malware-Security-01-chatgpt.jpg">
	</div>

	<div data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true">
		<p>
			<em>ChatGPT won't code malware for you, but it's polite about it.</em>
		</p>

		<p>
			<em> OpenAI via David Nield</em>
		</p>
	</div>
</figure>

<p>
	However, these protections aren't too difficult to get around: ChatGPT can certainly code, and it can certainly compose emails. Even if it doesn't know it's writing malware, it can be prompted into <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.malwarebytes.com/blog/news/2023/03/chatgpt-happy-to-write-ransomware-just-really-bad-at-it"}' data-offer-url="https://www.malwarebytes.com/blog/news/2023/03/chatgpt-happy-to-write-ransomware-just-really-bad-at-it" href="https://www.malwarebytes.com/blog/news/2023/03/chatgpt-happy-to-write-ransomware-just-really-bad-at-it" rel="external nofollow" target="_blank">producing something like it</a>. There are <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://blog.checkpoint.com/2023/02/07/cybercriminals-bypass-chatgpt-restrictions-to-generate-malicious-content/"}' data-offer-url="https://blog.checkpoint.com/2023/02/07/cybercriminals-bypass-chatgpt-restrictions-to-generate-malicious-content/" href="https://blog.checkpoint.com/2023/02/07/cybercriminals-bypass-chatgpt-restrictions-to-generate-malicious-content/" rel="external nofollow" target="_blank">already signs</a> that cybercriminals are working to get around the safety measures that have been put in place.
</p>

<p>
	 
</p>

<p>
	We're not particularly picking on ChatGPT here, but pointing out what's possible once large language models (LLMs) like it are used for more sinister purposes. Indeed, it's not too difficult to imagine criminal organizations developing their own LLMs and similar tools in order to <a href="https://www.wired.com/story/large-language-model-phishing-scams/" rel="external nofollow">make their scams sound more convincing</a>. And it's not just text either: Audio and video are more difficult to fake, but it's happening as well.
</p>

<p>
	 
</p>

<p>
	When it comes to your boss asking for a report urgently, or company tech support telling you to install a security patch, or your bank informing you there's a problem you need to respond to—all these potential scams rely on building up trust and sounding genuine, and that's something AI bots are <a data-event-click='{"element":"ExternalLink","outgoingURL":"https://www.information-age.com/darktrace-warns-of-phishing-scam-powered-by-chatgpt-123502038/"}' data-offer-url="https://www.information-age.com/darktrace-warns-of-phishing-scam-powered-by-chatgpt-123502038/" href="https://www.information-age.com/darktrace-warns-of-phishing-scam-powered-by-chatgpt-123502038/" rel="external nofollow" target="_blank">doing very well at</a>. They can produce text, audio, and video that sounds natural and tailored to specific audiences, and they can do it quickly and constantly on demand.
</p>

<p>
	 
</p>

<p>
	So is there any hope for us mere humans in the wave of these AI-powered threats? Is the only option to give up and accept our fate? Not quite. There are still ways you can minimize your chances of getting scammed by the latest technology, and they aren't so different from the precautions you should already be thinking about.
</p>

<h2 aria-level="3" role="heading">
	How to Guard Against AI-powered Scams
</h2>

<p>
	There are two types of AI-related security threats to think about. The first involves tools such as ChatGPT or Midjourney being used to get you to install something you shouldn't, like a browser plugin. You could be tricked into paying for a service when you don't need to, perhaps, or using a tool that looks official but isn't.
</p>

<p>
	 
</p>

<p>
	To avoid falling into these traps, make sure you're up to date with what's happening with AI services like the ones we've mentioned, and always go to the original source first. In the case of ChatGPT for example, there's no officially approved mobile app, and the tool is web-only. The standard rules apply when working with these apps and their spinoffs: Check their history, the reviews associated with them, and the companies behind them, just as you would when installing any new piece of software.
</p>

<p>
	 
</p>

<p>
	The second type of threat is potentially more dangerous: AI that’s used to create text, audio, or video that sounds convincingly real. The output might even be used to mimic someone you know—like the case of the voice recording <a href="https://www.wsj.com/articles/fraudsters-use-ai-to-mimic-ceos-voice-in-unusual-cybercrime-case-11567157402" rel="external nofollow">purportedly from a chief executive</a> asking for an urgent release of funds, which duped a company employee.
</p>

<p>
	 
</p>

<p>
	While the technology may have evolved, the same techniques are still being used to try and get you to do something urgently that feels slightly (or very) unusual. Take your time, double-check wherever possible using different methods (a phone call to check an email or vice versa), and watch out for red flags—a time limit on what you're being asked to do, or a task that's out of the ordinary.
</p>

<p>
	 
</p>

<figure>
	<div>
		<picture><noscript><img alt="Windows Update settings menu shown on desktop" class="ResponsiveImageContainer-dkDswF jdxiQR responsive-image__image" srcset="https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_120,c_limit/ChatGPT-Malware-Security-02-windows.jpg 120w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_240,c_limit/ChatGPT-Malware-Security-02-windows.jpg 240w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_320,c_limit/ChatGPT-Malware-Security-02-windows.jpg 320w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_640,c_limit/ChatGPT-Malware-Security-02-windows.jpg 640w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_960,c_limit/ChatGPT-Malware-Security-02-windows.jpg 960w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_1280,c_limit/ChatGPT-Malware-Security-02-windows.jpg 1280w, https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_1600,c_limit/ChatGPT-Malware-Security-02-windows.jpg 1600w" sizes="100vw" src="https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_1600%2Cc_limit/ChatGPT-Malware-Security-02-windows.jpg"></noscript></picture>
	</div>

	<div data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true">
		<p>
			<img alt="ChatGPT-Malware-Security-02-windows.jpg" class="ipsImage" data-ratio="75.10" height="411" width="720" src="https://media.wired.com/photos/643f0b1eefb7c021c4e00dd7/master/w_1600,c_limit/ChatGPT-Malware-Security-02-windows.jpg">
		</p>

		<p>
			<em>As always, keep your software and systems up to date.</em>
		</p>

		<p>
			<em> Microsoft via David Nield</em>
		</p>
	</div>
</figure>

<p>
	Following links you're not expecting from texts and emails is usually not a good idea, especially when you're being asked to log in somewhere. If your bank has apparently got in touch with a message, for example, go to the bank website directly in your browser to log in, rather than following any embedded link.
</p>

<p>
	 
</p>

<p>
	Keeping your operating systems, apps, and browsers up to date is a must (and this mostly happens automatically now, so there's no excuse). The most recent browsers will protect you against a whole host of phishing and scam attacks, whether the prompt designed to dupe you has been generated by AI or not.
</p>

<p>
	 
</p>

<p>
	There's no foolproof tool for detecting the presence of AI text, audio, or video at the moment, but there are certain signs to look out for: Think blurring and inconsistencies in pictures, or text that sounds generic and vague. While scammers may have scraped details about your life or your workplace from somewhere, it's unlikely that they know all the ins and outs of your operations.
</p>

<p>
	 
</p>

<p>
	In short, be cautious and question everything—that was true before the dawn of these new AI services, and it's true now. Like the face-morphing masks of the Mission: Impossible film series (which remain science fiction for now), you need to be absolutely sure that you're dealing with who you think you're dealing with before revealing anything.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/chatgpt-ai-bots-spread-malware/" rel="external nofollow">How ChatGPT—and Bots Like It—Can Spread Malware</a>
</p>

<p>
	 
</p>

<p>
	(May require free registration to view)
</p>
]]></description><guid isPermaLink="false">14679</guid><pubDate>Wed, 19 Apr 2023 20:35:18 +0000</pubDate></item><item><title>Dangerous Chrome zero-day exploit discovered &#x2014; update your browser now</title><link>https://nsaneforums.com/news/security-privacy-news/dangerous-chrome-zero-day-exploit-discovered-%E2%80%94-update-your-browser-now-r14672/</link><description><![CDATA[<p>
	<span style="font-size:14px;"><strong>This is the second Chrome zero-day exploit patched in the past week</strong></span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It seems like it was just yesterday that we told you to <a href="https://www.tomsguide.com/how-to/how-to-update-chrome" rel="external nofollow">update Google Chrome</a> because of a <a href="https://www.tomsguide.com/news/hackers-are-using-this-chrome-zero-day-in-their-attacks-update-your-browser-right-now" rel="external nofollow">zero-day flaw</a> being exploited. But we promise it wasn’t — it was five days ago.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to <a href="https://www.bleepingcomputer.com/news/security/google-patches-another-actively-exploited-chrome-zero-day/" rel="external nofollow">Bleeping Computer</a>(opens in new tab), Google has now updated a second zero-day vulnerability. This is based on an update from <a href="https://chromereleases.googleblog.com/2023/04/stable-channel-update-for-desktop_18.html" rel="external nofollow">Google</a>(opens in new tab) yesterday (April 18) that fixes an exploit for CVE-2023-2136, which is a “high-severity integer overflow” exploit.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Integer overflows are when a computer program performs a calculation that results in an answer larger than the available space. This results in the program providing incorrect numbers, which can cause the program to behave erratically. This is what attackers are able to exploit — the erratic behavior.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This particular vulnerability occurs in Skia, which is an open-source 2D graphics library owned by Google and used in Chrome. Practically, it is used to give Chrome the ability to render “graphics, text, shapes, images, and animations.” So it is a key component of how the web browser operates.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, we don’t know much beyond that in terms of how the exploit works. Google’s standard operating procedure for these bugs is to identify them and fix them. They typically don’t divulge much information about the bug if it is being actively exploited.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The good news is that there is an easy way to keep yourself safe — download the latest update. The Stable Channel Update for Desktop - 112.0.5615.137 fixes CVE-2023-2136 along with seven other fixes and is currently available for Windows and macOS users.</span>
</p>

<p>
	<span style="font-size:14px;">A Linux update is expected to come soon according to Google.</span>
</p>

<h2>
	<span style="font-size:14px;">Google’s second zero-day fix in a week</span>
</h2>

<p>
	<span style="font-size:14px;">Of course, this isn’t the first time we’ve reported a <a href="https://www.tomsguide.com/news/hackers-are-using-this-chrome-zero-day-in-their-attacks-update-your-browser-right-now" rel="external nofollow">zero-day flaw on Chrome</a> recently. Last week we reported on exploit CVE-2023-2033, which Google has also subsequently released an update for. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Again, because this is an actively exploited bug, Google didn’t release many details on the exploit. All we know is that it is a type confusion exploit in the Chrome V8 Javascript engine. These exploits can lead to memory access outside the normal bounds of the program.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While it’s certainly scary to see these exploits found in quick succession, the good news is this is only the second such exploit this year. So hopefully, it is just a weird coincidence that they were found so close together rather than a sign that Chrome is more vulnerable than usual. </span>
</p>

<h2>
	<span style="font-size:14px;">How to keep your browser protected from hackers</span>
</h2>

<p>
	<span style="font-size:14px;">The most important thing you can do when these flaws are discovered is to update your browser. Regularly updating your browser won’t keep you necessarily safe from everything, but it will keep you as safe as possible.</span>
</p>

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

<p>
	<span style="font-size:14px;"><img alt="8U4pLyXXLQDffsXNuLx49f-970-80.png" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://cdn.mos.cms.futurecdn.net/8U4pLyXXLQDffsXNuLx49f-970-80.png" /></span>
</p>

<p>
	<span style="font-size:14px;"> (Image credit: Google) </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If you haven’t installed the latest update yet, you should see a bubble next to your profile picture in Chrome. This bubble is color-coded based on how long it has been since the update became available. Green means it's just two days old, orange means it's now a four-day-old update and red means that the update is at least a week old. Don’t let it get to red.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To download the latest version of Chrome, all you need to do is click on the bubble. If you do that, Chrome will install the update the next time you relaunch your browser. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">You can also manually update Chrome. To do this, just click on the three dots next to your profile picture, then click Help and then click About Google Chrome. This takes you to Chrome’s settings page where you can check to see if you’re running the latest version of Chrome.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Keeping your browser up to date is essential to protecting your computer from malware and other viruses. But you also want to install the <a href="https://www.tomsguide.com/us/best-antivirus,review-2588.html" rel="external nofollow">best antivirus software</a> on your PC or the best <a href="https://www.tomsguide.com/best-picks/best-mac-antivirus" rel="external nofollow">Mac antivirus software</a> on your Apple computer to make sure all your bases are covered.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.tomsguide.com/news/dangerous-chrome-zero-day-exploit-discovered-update-your-browser-now" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14672</guid><pubDate>Wed, 19 Apr 2023 20:13:46 +0000</pubDate></item><item><title>March 2023 broke ransomware attack records with 459 incidents</title><link>https://nsaneforums.com/news/security-privacy-news/march-2023-broke-ransomware-attack-records-with-459-incidents-r14670/</link><description><![CDATA[<p>
	<span style="font-size:14px;">March 2023 was the most prolific month recorded by cybersecurity analysts in recent years, measuring 459 attacks, an increase of 91% from the previous month and 62% compared to March 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to NCC Group, which compiled a report based on statistics derived from its observations, the reason last month broke all ransomware attack records was CVE-2023-0669.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is a vulnerability in Fortra's GoAnywhere MFT secure file transfer tool that the Clop ransomware gang <a href="https://www.bleepingcomputer.com/news/security/goanywhere-mft-zero-day-vulnerability-lets-hackers-breach-servers/" rel="external nofollow">exploited as a zero-day</a> to steal data from <a href="https://www.bleepingcomputer.com/news/security/clop-ransomware-claims-it-breached-130-orgs-using-goanywhere-zero-day/" rel="external nofollow">130 companies</a> within ten days.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">March 2023 activity continues the upward trend observed by NCC Group since the start of the year (January and February), with the highest number of hack and data leak incidents recorded in the past three years.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="graph.jpg" class="ipsImage" data-ratio="64.31" height="425" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/22/graph.jpg" />
</div>

<div>
	<span style="font-size:14px;">Monthly ransomware attack graph, dark blue: 2022, light blue: 2023 (NCC Group)</span>
</div>

<h2>
	<span style="font-size:14px;">Activity spikes</span>
</h2>

<p>
	<span style="font-size:14px;">Clop performed 129 recorded attacks last month, topping NCC Group's graph with the most active ransomware gangs for the first time in its operational history.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Clop's CVE-2023-0669 exploitation spree displaced LockBit 3.0, which had 97 recorded attacks, to second place for the second time since September 2021.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Other ransomware groups that had relatively significant activity during March 2023 are Royal ransomware, BlackCat (ALPHV), Bianlian, Play, Blackbasta, Stormous, Medusa, and Ransomhouse.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="actors.jpg" class="ipsImage" data-ratio="62.78" height="423" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/22/actors.jpg" />
	<p>
		<span style="font-size:14px;">Threat actors with the most attacks last month (NCC Group)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">This is not the first time Clop has performed a mass hack that propelled it to the top, as in early 2021, the ransomware group quickly <a href="https://www.bleepingcomputer.com/news/security/global-accellion-data-breaches-linked-to-clop-ransomware-gang/" rel="external nofollow">amassed over 100 victims</a> leveraging a zero-day vulnerability in Accellion's legacy File Transfer Appliance (FTA).</span>
</p>

<p>
	 
</p>

<div>
	<img alt="clop-spike.jpg" class="ipsImage" data-ratio="55.83" height="376" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/22/clop-spike.jpg" />
</div>

<div>
	<span style="font-size:14px;">Clop ransomware activity spike (NCC Group)</span>
</div>

<h2>
	<span style="font-size:14px;">Targeted sectors</span>
</h2>

<p>
	<span style="font-size:14px;">The most targeted sector in March 2023 was "Industrials," receiving 147 ransomware attacks, accounting for 32% of the recorded attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This sector includes professional and commercial services, machinery, tools, construction, engineering, aerospace &amp; defense, logistics, transport services, and more.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="sectors.jpg" class="ipsImage" data-ratio="63.19" height="428" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/22/sectors.jpg" />
	<p>
		<span style="font-size:14px;">Most targeted sectors by ransomware actors (NCC Group)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">In second place are "Consumer Cyclicals," encompassing construction supplies, specialty retailers, hotels, automobiles, media &amp; publishing, household goods, etc.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Other sectors that received significant attention from ransomware gangs are "Technology," "Healthcare," "Basic Materials," "Financials," and "Educational Services."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This month's three most active ransomware groups, namely Clop, LockBit, and Royal, primarily targeted companies within the "Industrials" sector. Clop and LockBit also directed a considerable amount of their efforts toward the "Technology" sector.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While these may be the most targeted sectors, it is important to note that ransomware attacks are usually not targeted but rather opportunistic.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Regarding the location of last month's victims, almost half of all attacks (221) breached entities in North America, Europe followed with 126 episodes, and Asia came third with 59 ransomware attacks.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="location.jpg" class="ipsImage" data-ratio="62.50" height="419" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/22/location.jpg" />
	<p>
		<span style="font-size:14px;">Location of ransomware victims (NCC Group)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The recorded activity spike in March 2023 highlights the importance of applying security updates as soon as possible, mitigating potentially unknown security gaps like zero days by implementing additional measures and monitoring network traffic and logs for suspicious activity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/march-2023-broke-ransomware-attack-records-with-459-incidents/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">14670</guid><pubDate>Wed, 19 Apr 2023 19:05:09 +0000</pubDate></item><item><title>Ransomware gangs abuse Process Explorer driver to kill security software</title><link>https://nsaneforums.com/news/security-privacy-news/ransomware-gangs-abuse-process-explorer-driver-to-kill-security-software-r14669/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Threat actors use a new hacking tool dubbed AuKill to disable Endpoint Detection &amp; Response (EDR) Software on targets' systems before deploying backdoors and ransomware in Bring Your Own Vulnerable Driver (BYOVD) attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In such attacks, malicious actors drop legitimate drivers signed with a valid certificate and capable of running with kernel privileges on the victims' devices to disable security solutions and take over the system.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This technique is popular among various threat actors, from <a href="https://www.bleepingcomputer.com/news/security/lazarus-hackers-abuse-dell-driver-bug-using-new-fudmodule-rootkit/" rel="external nofollow">state-backed hacking groups</a> to financially-motivated <a href="https://www.bleepingcomputer.com/news/security/blackbyte-ransomware-abuses-legit-driver-to-disable-security-products/" rel="external nofollow">ransomware gangs</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The AuKill malware, first spotted by Sophos X-Ops security researchers, drops a vulnerable Windows driver (procexp.sys) next to the one used by Microsoft's Process Explorer v16.32. This is a very popular and legitimate utility that helps collect information on active Windows processes.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To escalate privileges, it first checks if it's already running with SYSTEM privileges, and if not, it impersonates the TrustedInstaller Windows Modules Installer service to escalate to SYSTEM.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To disable security software, AuKill starts several threads to continuously probe and disable security processes and services (and ensure they remain disabled by preventing them from restarting).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">So far, multiple AuKill versions have been observed in the wild, some deployed in at least three separate incidents that have led to Medusa Locker and LockBit ransomware infections since the start of the year.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The tool was used during at least three ransomware incidents since the beginning of 2023 to sabotage the target's protection and deploy the ransomware," Sophos X-Ops <a href="https://news.sophos.com/en-us/2023/04/19/aukill-edr-killer-malware-abuses-process-explorer-driver/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In January and February, attackers deployed Medusa Locker ransomware after using the tool; in February, an attacker used AuKill just prior to deploying Lockbit ransomware."</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="AuKill%20timeline.png" class="ipsImage" data-ratio="75.10" height="417" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/AuKill%20timeline.png" />
		
			<p>
				<span style="font-size:14px;">AuKill timeline (Sophos X-Ops)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">AuKill is similar to an open-source tool called <a href="https://github.com/Yaxser/Backstab" rel="external nofollow">Backstab</a>, which also uses a Process Explorer driver to disable security solutions running on compromised devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Backstab was previously <a href="https://news.sophos.com/en-us/2022/11/30/lockbit-3-0-black-attacks-and-leaks-reveal-wormable-capabilities-and-tooling/" rel="external nofollow">deployed by the LockBit gang</a> in at least one attack observed by Sophos X-Ops while analyzing the cybercrime group's latest malware version, LockBit 3.0 or LockBit Black.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We have found multiple similarities between the open-source tool Backstab and AuKill," the researchers said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Some of these similarities include similar, characteristic debug strings, and nearly identical code flow logic to interact with the driver."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The oldest AuKill sample has a November 2022 compilation timestamp, while the newest was compiled in mid-February when it was also used as part of an attack linked to the LockBit ransomware group.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/ransomware-gangs-abuse-process-explorer-driver-to-kill-security-software/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">14669</guid><pubDate>Wed, 19 Apr 2023 19:00:04 +0000</pubDate></item></channel></rss>
