<?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/105/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Hackers use Microsoft IIS web server logs to control malware</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-use-microsoft-iis-web-server-logs-to-control-malware-r9566/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The Cranefly hacking group, aka UNC3524, uses a previously unseen technique of controlling malware on infected devices via Microsoft Internet Information Services (IIS) web server logs.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft Internet Information Services (IIS) is a web server that allows hosting websites and web applications. It’s also used by other software such as Outlook on the Web (OWA) for Microsoft Exchange to host management apps and web interfaces.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Like any web server, when a remote user accesses a webpage, IIS will log the request to log files that contain the timestamp, source IP addresses, the requested URL, HTTP status codes, and more.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These logs are typically used for troubleshooting and analytics, but a new report by Symantec shows that a hacking group is utilizing the novel technique of using IIS logs to send commands to backdoor malware installed on the device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Malware commonly receives commands through network connections to command and control servers. However, many organizations monitor network traffic to find malicious communication.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On the other hand, web server logs are used to store requests from any visitor worldwide and are rarely monitored by security software, making them an interesting location to store malicious commands while reducing the chances of being detected.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is somewhat similar to the technique of hiding malware <a href="https://www.bleepingcomputer.com/news/security/hackers-are-now-hiding-malware-in-windows-event-logs/" rel="external nofollow">in Windows Event Logs</a>, seen in May 2022, used by threat actors to evade detection.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Researchers at Symantec who discovered this new tactic say it’s the first time they observed it in the wild.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For a group of skillful cyberspies like Cranefly, previously <a href="https://www.bleepingcomputer.com/news/security/cyberspies-use-ip-cameras-to-deploy-backdoors-steal-exchange-emails/" rel="external nofollow">spotted by Mandiant</a> spending 18 months in compromised networks, evading detection is a crucial factor in their malicious campaigns.</span>
</p>

<h2>
	<span style="font-size:14px;">New trojan for new tricks</span>
</h2>

<p>
	<span style="font-size:14px;">Symantec discovered a new dropper used by Cranefly, named "Trojan.Geppei," which installs "Trojan.Danfuan," a previously unknown malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Geppei reads commands directly from the IIS logs, looking for specific strings (Wrde, Exco, Cllo) that are then parsed to extract commands and payloads.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The strings Wrde, Exco, and Cllo don't normally appear in IIS log files," explains the report by Symantec.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"These appear to be used for malicious HTTP request parsing by Geppei; the presence of these strings prompts the dropper to carry out activity on a machine."</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="strings.png" class="ipsImage" data-ratio="75.10" height="540" width="714" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/strings.png" />
	</p>

	<p>
		<span style="font-size:14px;">Geppei's primary function (Symantec)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Depending on the string found in the IIS log, the malware will install additional malware ('Wrde' string), execute a command ('Exco' string), or drop a tool that disables IIS logging ('Cllo' string).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For example, if the HTTP request contains the "Wrde" string, Geppei drops a ReGeorg webshell or a previously undocumented Danfuan tool in a specified folder.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">ReGeorg is a documented malware that Cranefly uses for reverse proxying, while Danfuan is a newly discovered malware that can receive C# code and compile it dynamically on the host's memory.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If the request contains the "Exco" string, the backdoor decrypts and launches an OS command on the server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Finally, the "Cllo" string calls the clear() function that drops a hacking tool named "sckspy.exe," which disables event log logging on the Service Control Manager.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="clear-function.png" class="ipsImage" data-ratio="75.10" height="411" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/clear-function.png" />
</div>

<div>
	<span style="font-size:14px;">The clear function (Symantec)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Cranefly uses this stealthy technique to maintain a foothold on compromised servers and silently gather intelligence.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This tactic also helps evade tracking by law enforcement and researchers, as the attackers can deliver commands through various means like proxy servers, VPNs, Tor, or <a href="https://www.bleepingcomputer.com/news/security/online-programming-ides-can-be-used-to-launch-remote-cyberattacks/" rel="external nofollow">online programming IDEs</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It is unknown how long the threat actors might have been abusing this method in their attacks or how many servers have been compromised. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While many defenders are likely already monitoring IIS logs for signs of web shells, those routines may need to be tweaked to also search for the command strings used in this campaign.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/hackers-use-microsoft-iis-web-server-logs-to-control-malware/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9566</guid><pubDate>Fri, 28 Oct 2022 21:13:06 +0000</pubDate></item><item><title>Student arrested for running one of Germany&#x2019;s largest dark web markets</title><link>https://nsaneforums.com/news/security-privacy-news/student-arrested-for-running-one-of-germany%E2%80%99s-largest-dark-web-markets-r9565/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Germany's Federal Criminal Police Office (BKA) has arrested a 22-year-old student in Bavaria, who is suspected of being the administrator of 'Deutschland im Deep Web' (DiDW), one of the largest darknet markets in the country.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The platform had already gone offline in March 2022, with 16,000 registered users, 28,000 posts, and 72 high-volume sellers of prohibited goods, including weapons and drugs.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The suspect now faces criminal charges for operating an illicit trading platform, which incurs up to ten years of imprisonment.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="banner.png" class="ipsImage" data-ratio="64.03" height="410" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/banner.png" />
</div>

<div>
	<span style="font-size:14px;">BKA's seizure banner on DiDW3 last active domain</span>
</div>

<h2>
	<span style="font-size:14px;">Deutschland im Deep Web history</span>
</h2>

<p>
	<span style="font-size:14px;">The original DiDW platform was launched in 2013 as a forum to discuss IT security and anonymization. At its peak in 2017, it reached 23,000 registered users and 6 million monthly hits.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, the site was also used for selling illegal items such as weapons and drugs, using an escrow system for payments to protect members from fraudulent listings. This essentially made DiDW a darknet market under the guise of a forum.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bka.de/DE/Presse/Listenseite_Pressemitteilungen/2022/Presse2022/221027_PM_Darknet_Markplatz_Festnahme.html" rel="external nofollow">BKA's announcement</a> of the arrest mentions a characteristic example of a Munich shooter in 2016 who used the platform at the time to procure the murder weapon and ammunition.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In 2017, soon after that incident, the website was shut down by law enforcement, and its operator was arrested and sentenced to seven years in prison.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In 2018, two new versions of the platform appeared on the dark web, using the motto "No control, everything allowed," implying the new operators no longer cared about masking illegal activities on the site.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This second iteration of DiDW shut down on its own in 2019 without giving any reason, and only ten days later, a third version of the site appeared online as the official successor of the darknet market brand.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Eventually, after five years of investigation, the federal police managed to identify the alleged admin of the third version of DiDW, arresting him on October 25, 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Identifying the operators of darknet platforms that have gone defunct for several years isn't uncommon, as cybercrime investigators work on these cases for extended periods.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On Tuesday, the U.S. Department of Justice <a href="https://www.bleepingcomputer.com/news/security/notorious-bestbuy-hacker-arraigned-for-running-dark-web-market/" rel="external nofollow">arraigned a 34-year-old hacker</a> suspected of operating the darknet market 'The Real Deal,' which shut down back in November 2016.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/student-arrested-for-running-one-of-germany-s-largest-dark-web-markets/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">9565</guid><pubDate>Fri, 28 Oct 2022 21:10:18 +0000</pubDate></item><item><title>Largest EU copper producer Aurubis suffers cyberattack, IT outage</title><link>https://nsaneforums.com/news/security-privacy-news/largest-eu-copper-producer-aurubis-suffers-cyberattack-it-outage-r9564/</link><description><![CDATA[<p>
	<span style="font-size:14px;">German copper producer Aurubis has announced that it suffered a cyberattack that forced it to shut down IT systems to prevent the attack's spread.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Aurubis is Europe's largest copper producer and the second largest in the world, with 6,900 employees worldwide, and produces one million tonnes of copper cathodes yearly.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In an announcement published on their website, Aurubis says they shut down various systems at their locations but that it has not impacted production.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The production and environmental protection facilities at the smelter sites are running, and incoming and outgoing goods are also being maintained manually," comments <a href="https://www.aurubis.com/en/media/press-releases/press-releases-2022/update-on-cyber-attack-at-aurubis" rel="external nofollow">Aurubis' announcement</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">At this time, the company is still assessing the impact of the cyberattack, and is working closely with the authorities to speed up the process.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The priority now is to maintain the production volumes at normal levels and keep the raw material supply and the delivery of finished goods unruffled.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For this reason, some operations have turned to manual mode to keep the flow of incoming and outgoing goods adequate for as long as required until computer-assisted automation returns at the smelters.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Aurubis states that it's impossible to estimate how long it will take for all its systems to return to normal operations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Until that happens, there's a plan to establish transitional solutions that will give the company and its customers an alternative communication channel. For now, the only way to reach Aurubis is via the phone.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While all the above carry the typical signs of a ransomware attack, Aurubis has not provided any details on its cyberattack.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, Aurubis states that the attack "part of a larger attack on the metals and mining industry."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer has contacted the company to learn more about the incident, and we will update this post as soon as we receive a response.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The last time such a large metal producer was hit by ransomware was <a href="https://www.bleepingcomputer.com/news/security/lockergoga-ransomware-sends-norsk-hydro-into-manual-mode/" rel="external nofollow">in March 2019</a>, when LockerGoga forced aluminum giant Norsk Hydro to shut down its IT systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/largest-eu-copper-producer-aurubis-suffers-cyberattack-it-outage/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9564</guid><pubDate>Fri, 28 Oct 2022 21:08:29 +0000</pubDate></item><item><title>Meet the Windows servers that have been fueling massive DDoSes for months</title><link>https://nsaneforums.com/news/security-privacy-news/meet-the-windows-servers-that-have-been-fueling-massive-ddoses-for-months-r9553/</link><description><![CDATA[<h3>
	Misconfigured CLDAP services on MS domain controllers are amplifying data floods.
</h3>

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

	<p>
		A small retail business in North Africa, a North American telecommunications provider, and two separate religious organizations: What do they have in common? They’re all running poorly configured Microsoft servers that for months or years have been spraying the Internet with gigabytes-per-second of junk data in distributed-denial-of-service attacks designed to disrupt or completely take down websites and services.
	</p>

	<p>
		 
	</p>

	<p>
		In all, <a href="https://blog.lumen.com/cldap-reflectors-on-the-rise-despite-best-practice/" rel="external nofollow">recently published research</a> from Black Lotus Labs, the research arm of networking and application technology company Lumen, identified more than 12,000 servers—all running Microsoft domain controllers hosting the company’s Active Directory services—that were regularly used to magnify the size of distributed-denial-of-service attacks, or DDoSes.
	</p>

	<h2>
		A never-ending arms race
	</h2>

	<p>
		For decades, DDoSers have battled with defenders in a never-ending arms race. Early on, DDoSers simply corralled ever-larger numbers of Internet-connected devices into botnets and then used them to simultaneously send a target more data than it could handle. Targets—be they games, new sites, or even crucial pillars of Internet infrastructure—often buckled at the strain and either completely fell over or slowed to a trickle.
	</p>

	<p>
		 
	</p>

	<p>
		Companies like Lumen, Netscout, Cloudflare, and Akamai then countered with defenses that filtered out the junk traffic, allowing their customers to withstand the torrents. DDoSers responded by rolling out new types of attacks that temporarily stymied those defenses. The race continues to play out.
	</p>

	<p>
		 
	</p>

	<p>
		One of the chief methods DDoSers use to gain the upper hand is known as reflection. Rather than sending the torrent of junk traffic to the target directly, DDoSers send network requests to one or more third parties. By choosing third parties with known misconfigurations in their networks and spoofing the requests to give the appearance that they were sent by the target, the third parties end up reflecting the data at the target, often in sizes that are tens, hundreds, or even thousands of times bigger than the original payload.
	</p>

	<p>
		 
	</p>

	<p>
		Some of the better-known reflectors are misconfigured servers running services such as <a href="open%20DNS%20resolvers" rel="">open DNS resolvers</a>, the <a href="https://arstechnica.com/information-technology/2014/01/dos-attacks-that-took-down-big-game-sites-abused-webs-time-synch-protocol/" rel="external nofollow">network time protocol</a>, <a href="https://arstechnica.com/information-technology/2018/02/in-the-wild-ddoses-use-new-way-to-achieve-unthinkable-sizes/" rel="external nofollow">memcached for database caching</a>, and the <a href="https://arstechnica.com/information-technology/2019/09/in-the-wild-ddoses-are-abusing-webcams-and-dvrs-to-amplify-their-crippling-effects/" rel="external nofollow">WS-Discovery protocol</a> found in Internet-of-Things devices. Also known as amplification attacks, these reflection techniques allow record-breaking DDoSes to be delivered by the <a href="https://arstechnica.com/information-technology/2022/06/tsunami-of-junk-traffic-that-broke-ddos-records-delivered-by-tiniest-of-botnets/" rel="external nofollow">tiniest of botnets</a>.
	</p>

	<h2>
		When domain controllers attack
	</h2>

	<p>
		Over the past year, a growing source of reflection attacks has been the Connectionless Lightweight Directory Access Protocol. A Microsoft derivation of the industry-standard <a href="https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol" rel="external nofollow">Lightweight Directory Access Protocol</a>, CLDAP uses User Datagram Protocol packets so Windows clients can discover services for authenticating users.
	</p>

	<p>
		 
	</p>

	<p>
		“Many versions of MS Server still in operation have a CLDAP service on by default,” Chad Davis, a researcher at Black Lotus Labs, wrote in an email. “When these domain controllers are not exposed to the open Internet (which is true for the vast majority of the deployments), this UDP service is harmless. But on the open Internet, all UDP services are vulnerable to reflection.”
	</p>

	<p>
		 
	</p>

	<p>
		DDoSers have been using the protocol since <a href="https://www.akamai.com/our-thinking/threat-advisories/cldap-reflection-ddos" rel="external nofollow">at least 2017</a> to magnify data torrents by a factor of 56 to 70, making it among the more powerful reflectors available. When CLDAP reflection was first discovered, the number of servers exposing the service to the Internet was in the tens of thousands. After coming to public attention, the number dropped. Since 2020, however, the number has once again climbed, with a 60-percent spike in the past 12 months alone, according to Black Lotus Labs.
	</p>

	<p>
		 
	</p>
</div>

<nav>
	<div data-page="2">
		<div>
			<section>
				<div itemprop="articleBody">
					<p>
						The researcher went on to profile four of those servers. The most destructive one was affiliated with an unidentified religious organization and routinely generates torrents of unthinkable sizes of reflected DDoS traffic. As the following figure shows, this source was responsible for numerous bursts from July through September, with four of them exceeding 10Gbps and one approaching 17Gbps.
					</p>

					<figure>
						<img alt="religious-org-01-640x270.jpg" class="ipsImage" data-ratio="42.19" height="270" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/religious-org-01-640x270.jpg">
						<figcaption>
							<div>
								<em>Black Lotus Labs</em>
							</div>
						</figcaption>
					</figure>

					<p>
						“This traffic is perhaps strong enough to DoS some less well provisioned servers all by itself,” Davis wrote in his report. “In theory, a hundred of these, working in unison, could generate a Terabit per second of attack traffic.”
					</p>

					<p>
						 
					</p>

					<p>
						Besides exposing CLDAP to the Internet at large, Davis said, the server also has an open DNS resolver that can be abused for reflection, and it has an exposed vulnerable SMB service. It also sends bi-directional communications with confirmed control servers for multiple malware families.
					</p>

					<p>
						 
					</p>

					<p>
						A second profiled Microsoft server was also affiliated with a religious organization, this one in North America. Over an 18-month period, it has delivered peak bit rates of more than 2Gbps. Like the other religious organization's servber, it also had an open DNS resolver and served as a bot for multiple malware families.
					</p>

					<p>
						 
					</p>

					<p>
						Davis went on to discuss a CLDAP service hosted on an IP address associated with a telecommunications provider in North America that has been delivering potent DDoSes for more than a year. Some of the regularly changing targets are hosted on a single IP range. In other cases, the target is an entire network prefix.
					</p>

					<p>
						 
					</p>

					<p>
						Last was a server associated with a regional retail business in North Africa. For more than nine months, Black Lotus Labs has observed it repeatedly DDoSing an array of targets, with peaks of 7.8Gbps. Like the two religious organizations' servers, it exhibits signs of being exploited by malware. It’s also exposing vulnerable remote desktop and SMB services to the Internet.
					</p>

					<p>
						 
					</p>

					<p>
						“Trying to build a story out of these facts leads us to see this system as the MS Domain Controller in a small organization,” Davis wrote. “Small sites might only have a single data center, and they would also likely host SMB, DNS, and RDP. Additionally, it’s inherent that smaller organizations, on the whole, will have less sophisticated security practices, thus suggesting more likelihood of being infected with bot malware.”
					</p>

					<figure>
						<img alt="retail-reflector-640x334.jpg" class="ipsImage" data-ratio="52.19" height="334" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/retail-reflector-640x334.jpg">
						<figcaption>
							<div>
								<em>Black Lotus Labs</em>
							</div>
						</figcaption>
					</figure>

					<p>
						Davis said that Black Lotus was able to further confirm all four servers were engaged in actual DDoS attacks by analyzing the targets on the receiving end of the data torrents. In an email, Black Lotus Labs said it was able to confirm all 12,142 servers identified as CLDAP reflectors as Microsoft domain controllers by analyzing their response to LDAP pings, which included communications through the expected port (389/UDP) and the expected number of bytes.
					</p>
				</div>
			</section>
		</div>
	</div>

	<div data-page="3">
		<div>
			<section>
				<div itemprop="articleBody">
					<h2>
						Reining in CLDAP
					</h2>

					<p>
						Active Directory is among the only Microsoft products to include CLDAP. Even then, the implementation is limited to a single command—the <a href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/895a7744-aff3-4f64-bcfa-f8c05915d2e9" rel="external nofollow">LDAP ping</a>. Davis wrote:
					</p>

					<blockquote>
						<p>
							This command is not a directory-related command; it’s used by Windows clients attempting to discover a service via which they may authenticate users. While it’s hard to imagine why someone would design their network topology such that a client would need to discover a local authentication service over the open Internet, it happens. The motivations of the deployment are less salient than the simple fact that, when exposed to the public Internet, the service is open to reflection.
						</p>
					</blockquote>

					<p>
						One interesting observation is that anomalous spikes increased in frequency the longer a CLDAP reflector remained open. “This makes sense as we would expect that attackers would need some time to locate new reflectors and update their arsenal,” Davis wrote.
					</p>

					<figure>
						<img alt="reflectors-by-age-640x443.png" class="ipsImage" data-ratio="69.22" height="443" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/reflectors-by-age-640x443.png">
						<figcaption>
							<div>
								<em>Black Lotus Labs</em>
							</div>
						</figcaption>
					</figure>

					<p>
						Black Lotus Labs provided the following advice for locking down servers running Directory:
					</p>

					<blockquote>
						<ul>
							<li>
								Network administrators: Consider not exposing CLDAP service (389/UDP) to the open Internet.
								<ul>
									<li>
										If exposure of the CLDAP service to the open Internet is absolutely necessary, take pains to secure and defend the system:
										<ul>
											<li>
												On versions of MS Server supporting LDAP ping on the TCP LDAP service, turn off the UDP service and access LDAP ping via TCP.
											</li>
											<li>
												If MS Server version doesn’t support LDAP ping on TCP, rate limit the traffic generated by the 389/UDP service to prevent use in DDoS.
											</li>
											<li>
												If MS Server version doesn’t support LDAP ping on TCP, firewall access to the port so that only your legitimate clients can reach the service.
											</li>
										</ul>
									</li>
								</ul>
							</li>
							<li>
								Network defenders: Implement some measures to prevent spoofed IP traffic, such as Reverse Path Forwarding (RPF), either loose or, if feasible, strict. For more guidance, the MANRS initiative offers in-depth discussion of <a href="https://www.manrs.org/netops/guide/antispoofing/" rel="external nofollow" target="_blank">anti-spoofing guidelines</a> and real-world applications.
							</li>
						</ul>
					</blockquote>

					<p>
						The post said Black Lotus Labs has notified operators of the misconfigured CLDAP services in the IP space provided by Lumen. The company is working to notify other operators and possibly begin blocking long-lived CLDAP reflectors on the Lumen backbone. Microsoft had no immediate comment for this post.
					</p>
				</div>
			</section>
		</div>
	</div>

	<p>
		 
	</p>
</nav>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/information-technology/2022/10/researchers-id-12k-microsoft-servers-that-are-a-ddosers-best-friend/" rel="external nofollow">Meet the Windows servers that have been fueling massive DDoSes for months</a>
</p>
]]></description><guid isPermaLink="false">9553</guid><pubDate>Fri, 28 Oct 2022 19:26:55 +0000</pubDate></item><item><title>A scientist&#x2019;s quest for an accessible, unhackable voting machine</title><link>https://nsaneforums.com/news/security-privacy-news/a-scientist%E2%80%99s-quest-for-an-accessible-unhackable-voting-machine-r9551/</link><description><![CDATA[<h3>
	After 19 years of work, Juan Gilbert says he has invented the most secure voting machine.
</h3>

<div itemprop="articleBody">
	<p>
		<img alt="voting-machine-800x450.jpg" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/voting-machine-800x450.jpg">
	</p>

	<div>
		<em>Juan Gilbert demonstrates his transparent voting machine, which he says is a breakthrough in election security.</em>
	</div>

	<div>
		<em>Lawren Simmons for Undark</em>
	</div>

	<p>
		 
	</p>

	<p>
		In late 2020, a large box arrived at Juan Gilbert’s office at the University of Florida. The computer science professor had been looking for this kind of product for months. Previous orders had yielded poor results. This time, though, he was optimistic.
	</p>

	<p>
		 
	</p>

	<p>
		Gilbert drove the package home. Inside was a transparent box, built by a French company and equipped with a 27-inch touchscreen. Almost immediately, Gilbert began modifying it. He put a printer inside and connected the device to Prime III, the voting system he has been building since the first term of the George W. Bush administration.
	</p>

	<p>
		 
	</p>

	<p>
		After 19 years of building, tinkering, and testing, he told Undark this spring, he had finally invented “the most secure voting technology ever created.”
	</p>

	<p>
		 
	</p>

	<p>
		Gilbert didn’t just want to publish a paper outlining his findings. He wanted the election security community to recognize what he’d accomplished—to acknowledge that this was, in fact, a breakthrough. In the spring of 2022, he emailed several of the most respected and vocal critics of voting technology, including Andrew Appel, a computer scientist at Princeton University. He issued a simple challenge: Hack my machine.
	</p>

	<p>
		 
	</p>

	<p>
		Their access would be unfettered—no tamper-evident seals to avoid, chain of custody procedures to subvert, or mock poll workers to dupe—and they’d have to agree to only one condition: Flip every vote to the same candidate.
	</p>

	<p>
		 
	</p>

	<p>
		By this point, Gilbert had <a href="http://www.transparentvotingmachine.com/" rel="external nofollow">published a video</a> of his ballot-marking device, or BMD, in action, but he was unsure how the hacking community would respond. “There’s a part of that community that’s very confident in what they do,” he said. “And if they hear how it works, they may run away from it.”
	</p>

	<p>
		 
	</p>

	<p>
		After nearly two decades in the election space, Gilbert knew he was jumping feet-first into perhaps the most contentious debate over election administration in the United States—what role, if any, touchscreen ballot-marking devices should play in the voting process. Federal law requires polling sites to have at least one voting machine on-site that can serve voters with disabilities, and <a href="https://verifiedvoting.org/verifier/#mode/navigate/map/ppEquip/mapType/normal/year/2020" rel="external nofollow">at least 30 percent</a> of votes were cast on some kind of machine in the 2020 general election, as opposed to a hand-marked ballot.
	</p>

	<p>
		 
	</p>

	<p>
		Advocates say the electronic voting systems can be relatively secure, improve accessibility, and simplify voting and vote tallying. Meanwhile, academic critics like Appel have argued that they are insecure and should be used as infrequently as possible. Those arguments have at times been bolstered by a rich, informal community of hackers who spend their time proving that they can hack the devices.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="gilbert-640x427.jpg" class="ipsImage" data-ratio="66.72" height="427" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/gilbert-640x427.jpg">
	</p>

	<div style="width:720px;">
		<em>Computer science professor Juan Gilbert stands in his office at the University of Florida. After spending nearly 20 years developing a new voting machine, Gilbert issued a simple challenge: Hack my machine.</em>
	</div>

	<div>
		<em>Lawren Simmons for Undark</em>
	</div>

	<p>
		 
	</p>

	<p>
		Recently, this formerly niche debate has been embraced by a chorus of conspiracy theorists who claim, <a href="https://www.nytimes.com/2021/09/21/us/politics/trump-dominion-voting.html" rel="external nofollow">with no evidence</a>, that compromised machines cost Donald Trump the presidency.
	</p>

	<p>
		 
	</p>

	<p>
		Amid these concerns about election technology, a handful of innovators—including Gilbert—have searched for a solution that will silence critics: a voting machine that’s easy to use, based in open source software, and significantly more difficult to hack than existing models. But some experts believe that the pursuit is misguided, because no computer could ever be unhackable. And even if Gilbert’s machine were foolproof, he and others argue that vote hacker culture—one that’s more intent on destroying devices than creating them—makes it unlikely the machine would ever get a fair hearing, let alone be adopted.
	</p>

	<p>
		 
	</p>

	<p>
		For two decades, the rise of voting technology has enabled some of the United States’ loftiest democratic ideals, and also embodied its most visceral political suspicions.
	</p>

	<p>
		 
	</p>

	<p>
		Gilbert believes he’s invented his way out of that dilemma. Who will prove him wrong?
	</p>

	<p>
		 
	</p>
</div>

<nav>
	<div data-page="2">
		<div>
			<section>
				<div itemprop="articleBody">
					<p>
						Today, the voting machine market is dominated by <a href="https://www.npr.org/2019/05/02/718270183/trips-to-vegas-and-chocolate-covered-pretzels-election-vendors-come-under-scruti" rel="external nofollow">three major vendors</a>: Election Systems &amp; Software, Dominion Voting Systems, and Hart InterCivic. According to one estimate, the entire industry <a href="https://www.propublica.org/article/the-market-for-voting-machines-is-broken-this-company-has-thrived-in-it" rel="external nofollow">generates</a> approximately $300 million in revenue annually.
					</p>

					<p>
						 
					</p>

					<p>
						In much of the country, when somebody votes, they just fill out a paper ballot, which is typically fed through a tallying device called an optical scanner. Elsewhere, some voters use fully digital setups, called direct recording electronic systems, that sometimes use the computer to both mark and tally the votes.
					</p>

					<p>
						 
					</p>

					<p>
						A ballot-marking device has elements of both kinds of systems. While specific designs vary, BMDs have a computer touchscreen for voters to make their selections. The machine then prints out a paper ballot that can be fed into a scanner. Unlike hand-marked paper ballots, BMDs have the ability to accommodate every voter using a variety of accessibility devices—including the ones who can’t see, handle paper, or even touch a screen.
					</p>

					<p>
						 
					</p>

					<p>
						The machines have proliferated since 2002, when Congress passed the Help America Vote Act.
					</p>

					<p>
						 
					</p>

					<p>
						Among other momentous changes, HAVA phased out punch card systems, like the one that produced the infamous “hanging chads” in Florida in 2000, and allocated roughly $3 billion to states, part of which was used to buy new machines—whether they wanted to or not. As a requirement of the bill, every polling site in the country must have at least one machine for people with disabilities.
					</p>

					<p>
						 
					</p>

					<p>
						The importance of HAVA to "the disability vote can’t be overstated,” said Michelle Bishop, voter access and engagement manager for the National Disability Rights Network, the nation’s largest provider of legal advocacy services for people with disabilities. Prior to the law, she said, “we had just sort of been living with systems that essentially disenfranchised large numbers of voters.”
					</p>

					<p>
						 
					</p>

					<p>
						Machines have other advantages over paper ballots: They can offer multiple language options, support larger jurisdictions that need thousands of different ballot types, and ensure that voters don’t inadvertently miss a race or make a mistake that disqualifies their ballot. Those errors can sometimes have a decisive effect: In 2008, for example, the margin of victory in Minnesota’s Senate race was well below the number of ballots rejected due to voter error.
					</p>

					<p>
						 
					</p>

					<p>
						But mechanized voting brings its own set of fears, too—in particular, that someone could tamper with the machines and manipulate the results. And, some experts say, the companies’ behavior has done little to inspire public trust. “They’ve generally done things the way I would say a ’90s IT firm would do things,” said Ben Adida, the executive director of VotingWorks, a nonprofit that has developed its own open source voting machine. “Very secretive, don’t talk to the press much, definitely don’t talk to researchers, curl up into a ball every time there’s a security report and deny, deny, deny.” (The companies tell the story differently—saying that protecting their source code, audit logs, and parts of the machines’ operating manuals is a necessary security protocol, especially now.)
					</p>

					<p>
						 
					</p>

					<p>
						Over the past two years, questioning the security of our voting machines has become its own political movement.
					</p>

					<p>
						 
					</p>

					<p>
						In York County, Pennsylvania, residents <a href="https://www.yorkdispatch.com/story/news/local/2022/09/07/voter-referendum-throw-out-dominion-voting-machines-falls-short-signatures/8012003001/" rel="external nofollow">attempted</a> to get an initiative on the November ballot that would remove the area’s electronic voting machines. In <a href="https://click.ngpvan.com/k/51344689/369056533/-1455446552?nvep=ew0KICAiVGVuYW50VXJpIjogIm5ncHZhbjovL3Zhbi9OR1AvTkdQMDYvMS84NjE1NiIsDQogICJEaXN0cmlidXRpb25VbmlxdWVJZCI6ICI1NGQ0ZDliZi05MjNkLWVkMTEtYTI3Yy0yODE4NzhiODNkOGEiLA0KICAiRW1haWxBZGRyZXNzIjogInNwZW5zZXJtZXN0ZWxAZ21haWwuY29tIg0KfQ%3D%3D&amp;hmac=6mmeMmjlEJZCkWVkq72UfOC25CiENFg384BxlG5Bjno=&amp;emci=4cd5f3fd-bc3a-ed11-a27c-281878b83d8a&amp;emdi=54d4d9bf-923d-ed11-a27c-281878b83d8a&amp;ceid=7463280" rel="external nofollow" target="_blank">Arizona</a>, <a href="https://click.ngpvan.com/k/51344696/369056542/-925027859?nvep=ew0KICAiVGVuYW50VXJpIjogIm5ncHZhbjovL3Zhbi9OR1AvTkdQMDYvMS84NjE1NiIsDQogICJEaXN0cmlidXRpb25VbmlxdWVJZCI6ICI1NGQ0ZDliZi05MjNkLWVkMTEtYTI3Yy0yODE4NzhiODNkOGEiLA0KICAiRW1haWxBZGRyZXNzIjogInNwZW5zZXJtZXN0ZWxAZ21haWwuY29tIg0KfQ%3D%3D&amp;hmac=6mmeMmjlEJZCkWVkq72UfOC25CiENFg384BxlG5Bjno=&amp;emci=4cd5f3fd-bc3a-ed11-a27c-281878b83d8a&amp;emdi=54d4d9bf-923d-ed11-a27c-281878b83d8a&amp;ceid=7463280" rel="external nofollow" target="_blank">Kansas</a>, <a href="https://click.ngpvan.com/k/51344699/369056545/1347825794?nvep=ew0KICAiVGVuYW50VXJpIjogIm5ncHZhbjovL3Zhbi9OR1AvTkdQMDYvMS84NjE1NiIsDQogICJEaXN0cmlidXRpb25VbmlxdWVJZCI6ICI1NGQ0ZDliZi05MjNkLWVkMTEtYTI3Yy0yODE4NzhiODNkOGEiLA0KICAiRW1haWxBZGRyZXNzIjogInNwZW5zZXJtZXN0ZWxAZ21haWwuY29tIg0KfQ%3D%3D&amp;hmac=6mmeMmjlEJZCkWVkq72UfOC25CiENFg384BxlG5Bjno=&amp;emci=4cd5f3fd-bc3a-ed11-a27c-281878b83d8a&amp;emdi=54d4d9bf-923d-ed11-a27c-281878b83d8a&amp;ceid=7463280" rel="external nofollow" target="_blank">Michigan</a>, <a href="https://click.ngpvan.com/k/51344702/369056548/-1956789947?nvep=ew0KICAiVGVuYW50VXJpIjogIm5ncHZhbjovL3Zhbi9OR1AvTkdQMDYvMS84NjE1NiIsDQogICJEaXN0cmlidXRpb25VbmlxdWVJZCI6ICI1NGQ0ZDliZi05MjNkLWVkMTEtYTI3Yy0yODE4NzhiODNkOGEiLA0KICAiRW1haWxBZGRyZXNzIjogInNwZW5zZXJtZXN0ZWxAZ21haWwuY29tIg0KfQ%3D%3D&amp;hmac=6mmeMmjlEJZCkWVkq72UfOC25CiENFg384BxlG5Bjno=&amp;emci=4cd5f3fd-bc3a-ed11-a27c-281878b83d8a&amp;emdi=54d4d9bf-923d-ed11-a27c-281878b83d8a&amp;ceid=7463280" rel="external nofollow" target="_blank">New Hampshire</a>, and <a href="https://click.ngpvan.com/k/51344705/369056556/-739019428?nvep=ew0KICAiVGVuYW50VXJpIjogIm5ncHZhbjovL3Zhbi9OR1AvTkdQMDYvMS84NjE1NiIsDQogICJEaXN0cmlidXRpb25VbmlxdWVJZCI6ICI1NGQ0ZDliZi05MjNkLWVkMTEtYTI3Yy0yODE4NzhiODNkOGEiLA0KICAiRW1haWxBZGRyZXNzIjogInNwZW5zZXJtZXN0ZWxAZ21haWwuY29tIg0KfQ%3D%3D&amp;hmac=6mmeMmjlEJZCkWVkq72UfOC25CiENFg384BxlG5Bjno=&amp;emci=4cd5f3fd-bc3a-ed11-a27c-281878b83d8a&amp;emdi=54d4d9bf-923d-ed11-a27c-281878b83d8a&amp;ceid=7463280" rel="external nofollow" target="_blank">Oregon</a>, there are pending lawsuits challenging the reliability of electronic voting machines, and a special prosecutor in Michigan will investigate whether the Republican candidate for attorney general <a href="https://apnews.com/article/2022-midterm-elections-voting-michigan-machines-073c28bb2e4b9c74c77e5b83755c72d1" rel="external nofollow">illegally gained access</a> to voting machines after the 2020 election to perform “tests.”
					</p>

					<p>
						 
					</p>

					<p>
						These advocates offer little proof that the machines have been hacked.
					</p>

					<p>
						 
					</p>

					<p>
						However, there is a legitimate concern that they could be, say computer scientists like Appel, the Princeton professor. An expert in programming languages and computer security, Appel has publicly questioned voting technology for years. In one 2009 appearance before a court in New Jersey, he installed vote-stealing software in a machine in just seven minutes, using only a lock pick and a screwdriver.
					</p>

					<figure>
						<img alt="chads-640x480.jpg" class="ipsImage" data-ratio="75.00" height="480" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/chads-640x480.jpg">
						<figcaption>
							<div style="width:720px;">
								<em>On November 24, 2000, Judge Robert Rosenberg of the Broward County Canvassing Board looks at a dimpled chad on a punch-hole ballot during a recount of votes in Florida.</em>
							</div>

							<div>
								<em>Robert King/Newsmakers via Getty Images</em>
							</div>
						</figcaption>
					</figure>

					<p>
						Appel and other computer scientists fear that a hacker could slip malicious code onto a ballot-marking device—changing votes, sowing chaos, and perhaps even altering the outcome of an election.
					</p>

					<p>
						 
					</p>

					<p>
						These critics say that the code in BMDs is complex, often poorly organized, and extremely long, making it easier to insert code that goes undetected. Because the races and candidates change every election, a new ballot design must be uploaded before every contest, offering another opportunity for malicious code to slip in. And because voting is done anonymously, Appel notes that it’s impossible to link a specific ballot to the person who cast it. “There is no action a voter can take to demonstrate to election officials that a BMD altered their expressed votes,” Appel and two colleagues <a href="https://oar.princeton.edu/bitstream/88435/pr1qj9r/1/BallotMarkingDeviceVoters.pdf" rel="external nofollow">wrote</a> in a 2020 paper.
					</p>

					<p>
						 
					</p>

					<p>
						In response to such concerns, voting machine companies acknowledge that their equipment may have vulnerabilities. But, they say, nearly all the machines leave a paper trail that can be audited, making it possible to catch incidents.
					</p>

					<p>
						 
					</p>

					<p>
						Still, experts say, a hack could have far-reaching effects. In September 2016, Appel submitted <a href="https://republicans-oversight.house.gov/wp-content/uploads/2016/09/2016-09-28-Appel-Princeton-Testimony.pdf" rel="external nofollow">written testimony</a> to a House committee hearing on election integrity. “I strongly recommend,” he wrote, “that, at a minimum, the Congress seek to ensure the elimination of ‘touchscreen’ voting machines, immediately after this November’s election.”
					</p>

					<p>
						 
					</p>

					<p>
						Juan Gilbert may seem like an unlikely candidate for a voting machine inventor. His family wasn’t particularly political growing up, he said. He doesn’t remember when he first voted.
					</p>

					<p>
						 
					</p>

					<p>
						But Gilbert loves a challenge.
					</p>
				</div>
			</section>
		</div>

		<div>
			 
		</div>
	</div>

	<div data-page="3">
		<div>
			<section>
				<div itemprop="articleBody">
					<p>
						During Gilbert’s junior year of college, when a professor of his suggested he become an academic himself, Gilbert thought it was a joke. At Miami University, 20 minutes from where he grew up in Hamilton, Ohio, he planned to get an undergraduate degree, find a job, and start earning a living.
					</p>

					<p>
						 
					</p>

					<p>
						“I had never seen an African-American computer science professor,” he <a href="https://www.science.org/content/article/msn-hero-juan-egilbert-phd" rel="external nofollow">wrote</a> in a 2002 essay, “and so had concluded that it was not a job for me.” In 2001, he was the first African American at the University of Cincinnati to receive a PhD in computer science.
					</p>

					<p>
						 
					</p>

					<p>
						Ever since, Gilbert has worked to diversify the field. The graduate students in his <a href="http://www.hxrlab.org/" rel="external nofollow">Computing for Social Good Lab</a> are mostly women and mostly Black, and Gilbert also does outreach at organizations like UF’s chapter of the <a href="https://ufnsbe.org/" rel="external nofollow">National Society of Black Engineers</a>. At one of those meetings several years back, he met Jean Louis, then an undergraduate who had never considered graduate school. “Beforehand, I had a different view of what a computer science PhD was supposed to look like,” Louis said.
					</p>

					<p>
						 
					</p>

					<p>
						Louis now works in Gilbert’s lab, where he and other researchers are employing technology to try to solve big, ambitious problems. One piece of software they developed, <a href="http://www.applicationsquest.com/" rel="external nofollow">Applications Quest</a>, uses artificial intelligence to address the issue of diversity in admissions and hiring. (It’s currently used by the University of Florida for scholarship selection.) Another product, <a href="http://virtualtrafficstop.com/" rel="external nofollow">Virtual Traffic Stop</a>, allows a police officer to initiate a video call with the driver they’ve just pulled over, making the encounter safer for both parties.
					</p>

					<p>
						 
					</p>

					<p>
						“The central point is that this technology interacts with people,” said Louis of the work being conducted in Gilbert’s lab.
					</p>

					<p>
						 
					</p>

					<p>
						“It’s not just theory,” he said, “but like actually putting into practice where you can help people out.”
					</p>

					<p>
						 
					</p>

					<p>
						Louis was a co-author with Gilbert on one of their <a href="https://dl.acm.org/doi/10.1145/3484937" rel="external nofollow">recent papers</a> about the BMD, and the voting machine, he said, has been a special obsession for Gilbert. “Dr. G is on another level,” Louis said. “He’s visibly, auditorily, all the ‘-lys’ passionate about Prime III.”
					</p>

					<figure>
						<img alt="jean-louis-640x427.jpg" class="ipsImage" data-ratio="66.72" height="427" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2022/10/jean-louis-640x427.jpg">
						<figcaption>
							<div style="width:720px;">
								<em>Before he met Gilbert, Jean Louis had never considered going to graduate school. Last year he co-authored a paper with Gilbert on the transparent voting machine.</em>
							</div>

							<div>
								<em>Lawren Simmons for Undark</em>
							</div>
						</figcaption>
					</figure>

					<p>
						In the early 2000s, Gilbert said, he was at an engineering conference with his graduate students. None of them had been previously looking at voting machine design but were interested, especially after the 2000 election and the meltdown of Florida’s punch card system. The students were crushed by what the speakers there had to say: “You can’t use machines. It won’t work. There’s no way to do it,” remembers Gilbert.
					</p>

					<p>
						 
					</p>

					<p>
						Now that Gilbert had heard someone say it couldn’t be done, he was fired up. In 2003, he and his team released their first prototype of Prime III. The machine allowed voters to make their selections not just by touching a screen, but also by using a headset and microphone or a paddle system, accommodating voters with physical disabilities and those who have difficulty seeing, hearing, speaking, or reading. Real-world testing led to adjustments: After there was a distracting amount of background noise during a test-run at the Alabama Institute for the Deaf and Blind, he changed the system to better detect a voter’s voice. Before it was used by a group of voters with varying degrees of literacy, he added pictures to the ballot.
					</p>

					<p>
						 
					</p>

					<p>
						As Gilbert’s machine was taking shape in the early 2000s, the politics around voting technology became increasingly complicated.
					</p>

					<p>
						 
					</p>

					<p>
						In August 2003, the year before George W. Bush would win re-election, Walden O’Dell, the CEO of Diebold Inc., wrote a letter inviting 100 friends to a Republican fundraiser at his home. In the letter, O’Dell, whose company made the machines that roughly 8 percent of voters used in 2000, said he was “committed to helping Ohio deliver its electoral votes to the president next year.” The letter alarmed some observers. “There are enough conflicts in this story to fill an ethics manual,” then-Senator Jon Corzine, a New Jersey Democrat, <a href="https://www.nytimes.com/2003/11/09/business/machine-politics-in-the-digital-age.html" rel="external nofollow">told</a> The New York Times that year.
					</p>

					<p>
						 
					</p>

					<p>
						In 2007, another voting machine vendor, Smartmatic, sold its US subsidiary in order to end a <a href="https://www.wsj.com/articles/SB116674617078557263" rel="external nofollow">months-long review</a> by the Committee on Foreign Investment in the United States of whether the Venezuelan-owned company had ties to the Venezuelan government.
					</p>

					<p>
						 
					</p>

					<p>
						Around the same time, some computer scientists and hackers were exposing grave insecurities. In California, a team commissioned by then-Secretary of State Debra Bowen found a litany of problems with one of the state’s machines: Viruses could jump from machine to machine and even to the election management system; a voter could delete all electronic records of the previous votes cast, even the backup copies; and the electronic and paper records had enough detail to put the secrecy of the ballot at risk.
					</p>

					<p>
						 
					</p>

					<p>
						Based on those discoveries, Bowen took the radical step of <a href="https://votingsystems.cdn.sos.ca.gov/oversight/ttbr/diebold-102507.pdf" rel="external nofollow">temporarily decertifying</a> many of the state’s machines in 2007, just three months before the state’s presidential primary. “It was a scary thing, thinking about not having a system,” said Cathy Darling Allen, the county clerk for Shasta County, in Northern California.
					</p>

					<p>
						 
					</p>

					<p>
						But “in hindsight,” she said, “it was really the right thing to do.”
					</p>

					<p>
						 
					</p>

					<p>
						As hackers began to challenge voting machines, Gilbert kept developing his solution. In 2018, Prime III’s software was <a href="https://dreamscapefoundation.org/first-of-its-kind-blind-voting-system-available-to-new-hampshire-in-primary-election/" rel="external nofollow">used in New Hampshire</a>, after being <a href="https://www.concordmonitor.com/blind-voting-election-system-training-nh-19989563" rel="external nofollow">piloted</a> a few years prior. That year, it also <a href="https://verifiedvoting.org/election-system/prime-iii/" rel="external nofollow">debuted</a> in Butler County, Ohio, where Gilbert grew up.
					</p>

					<p>
						 
					</p>

					<p>
						“It's nice to see somebody who's passionate about the work he does,” said Eric Corbin, deputy director of Butler County's elections board. Corbin occasionally needs technical support and small tweaks to the Prime III code, so he calls or texts Gilbert. “I'd be surprised if I looked back and it took him more than 24 hours to get back to us,” Corbin said.
					</p>

					<p>
						 
					</p>

					<p>
						The latest version of the machine, which Gilbert and his students finalized this year, has all the parts of a normal voting machine: a touch screen for voters to make their selections and a printer to create a paper ballot that is then fed into a scanner.
					</p>

					<figure>
						<figcaption>
							<div>
								<div class="ipsEmbeddedVideo" contenteditable="false">
									<div>
										<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" id="ips_uid_4541_4" src="https://nsaneforums.com/applications/core/interface/index.html" title="Transparent Voting Machine Prototype" width="200" data-embed-src="https://www.youtube.com/embed/6_G8bdlXBAc?feature=oembed"></iframe>
									</div>
								</div>
								<em>Juan Gilbert demonstrates his transparent voting machine.</em>
							</div>

							<div>
								<em>Juan Gilbert</em>
							</div>
						</figcaption>
					</figure>
				</div>
			</section>
		</div>
	</div>

	<div data-page="4">
		<div>
			<section>
				<div itemprop="articleBody">
					<p>
						The machine also has some more distinctive security features. The touchscreen is transparent, allowing voters to watch the machine print their ballot, in real-time, and notice any issues. The whole machine is also encased in fully transparent glass, making it difficult to insert, say, a malicious USB drive undetected. And the machine’s operating system, software, printer connection, and ballot information are stored on a read-only Blu-ray Disc. Unlike a typical hard drive, which voting technology skeptics say could be manipulated to change a person’s votes, the disc cannot be overwritten, modified, or changed in any way. “I have taken away that ability,” said Gilbert. “You cannot change it.”
					</p>

					<p>
						 
					</p>

					<p>
						To further ensure that the USB ports can’t be used to upload mischievous code, Gilbert’s machine reboots after every cast vote. “That caveat blows out a whole lot of their issues,” he said. “No software can persist, right?”
					</p>

					<p>
						 
					</p>

					<p>
						Like most BMDs today, the machine also produces a paper ballot that can be audited. One longstanding concern about these paper trails is that voters <a href="https://jhalderm.com/pub/papers/bmd-verifiability-sp20.pdf" rel="external nofollow">don’t actually verify</a> whether what’s printed on their ballot matches what they selected on the machine. If that’s the case, then audits are no use.
					</p>

					<p>
						 
					</p>

					<p>
						This is why Gilbert’s machine is so innovative, he said. The transparent touchscreen forces voters to look directly at the paper being printed, making it far more likely that voters will notice any tampering. And if that happens, he said, the voter can raise an alarm.
					</p>

					<p>
						 
					</p>

					<p>
						By early May, Gilbert said, he had emailed about a half-dozen experts, including Appel and Harri Hursti, the co-founder and co-organizer of the Voting Machine Hacking Village at DEF CON, the annual hacking conference in Las Vegas. He’d issued his challenge: Could they hack the machine?
					</p>

					<p>
						 
					</p>

					<p>
						DEF CON, in particular, seemed like the perfect opportunity for Gilbert to showcase his BMD.
					</p>

					<p>
						 
					</p>

					<p>
						According to a <a href="https://harris.uchicago.edu/files/cpi_-_def_con_25_report_-_final_3.pdf" rel="external nofollow">2017 report</a> written by Hursti and several collaborators, the Voting Village was launched in 2017 “to highlight cyber vulnerabilities in U.S. election infrastructure.” At the gathering, <a href="https://www.vice.com/en/article/m7v7nb/hacker-convention-voting-machines-the-big-lie" rel="external nofollow">attendees</a> have the tools, access, and free time to unscrew, disassemble, and essentially destroy all of the machines on-site. The event sometimes produces viral content, like a 2018 <a href="https://twitter.com/RachelTobac/status/1028437783050776576" rel="external nofollow">Twitter video</a> in which hacker Rachel Tobac says she’s gained administrator access on a voting machine used in 18 states. “Requires no tools and takes under 2 minutes,” Tobac wrote on Twitter. “I’m concerned for our upcoming elections.”
					</p>

					<p>
						 
					</p>

					<p>
						Hackers there do exactly what Gilbert had been asking for—spend days tearing machines apart, free of charge—and their confidence that all BMDs are insecure rivals Gilbert’s confidence that his is not.
					</p>

					<p>
						 
					</p>

					<p>
						“We know every single machine in this room can be hacked,” Hursti <a href="https://www.vice.com/en/article/m7v7nb/hacker-convention-voting-machines-the-big-lie" rel="external nofollow">said</a> at the start of the convention in August 2021. “And every future machine can be hacked.”
					</p>

					<p>
						 
					</p>

					<p>
						In addition, DEF CON attendees habitually criticize the machine vendors for keeping their code secret. Not only is Prime III open source, but Gilbert’s BMD, with its transparent casing and automatic reboot after every vote, would present a unique challenge.
					</p>

					<p>
						 
					</p>

					<p>
						The DEF CON culture has frustrated some observers. "At some point, you have to move beyond just the constant critiquing and move on to productive solutions," said Amber McReynolds, the former director of elections for the City and County of Denver and a current member of the Postal Service Board of Governors. Otherwise, she said, you risk having your research weaponized by people bent on discrediting the whole system. "I'd like to see the community of election security professionals be more thoughtful about the downstream impacts of their comments and their work on election officials, and also democracy as a whole."
					</p>

					<p>
						 
					</p>

					<p>
						By September, Gilbert still hadn’t heard from Hursti. In fact, nobody had agreed to test the machine.
					</p>

					<p>
						 
					</p>

					<p>
						When Undark reached out to the experts Gilbert had originally contacted, they offered different explanations for their silence. One said that he had retired. A second was in the hospital. Hursti said that Gilbert had emailed his personal account, not the official one for DEF CON’s voting village. Asked whether he would include the machine in next year’s event, Hursti did not respond to repeated messages from Undark. The day before the publication of this story, he wrote to clarify that Gilbert's machine would be welcome at next year’s convention, provided that he followed certain DEF CON policies, including that the hackers not be required to sign non-disclosure agreements.
					</p>

					<p>
						 
					</p>

					<p>
						Appel declined to test the machine, saying he didn’t have the resources to give it a thorough vetting. But he had seen the <a href="https://www.youtube.com/watch?v=6_G8bdlXBAc&amp;feature=youtu.be" rel="external nofollow">video</a> of the device in action and heard Gilbert give a <a href="https://mediacentral.princeton.edu/media/CITP+SeminarA+Juan+Gilbert+%E2%80%93+Can+Voters+Detect+Ballot+Manipulations+with+a+Transparent+Voting+MachineF/1_67s0hsf9" rel="external nofollow">presentation</a> on the new model. It was a good design idea, he said, and the lack of a hard drive provides fewer attack surfaces for a hacker to exploit. The device, he added, is addressing a problem with ballot-marking devices that nobody else has really tried to tackle.
					</p>

					<p>
						 
					</p>

					<p>
						Still, Appel said, he is skeptical of the very idea of unhackability. And he imagined scenarios during which, he said, Gilbert’s design might flounder. In a <a href="https://freedom-to-tinker.com/2021/04/12/juan-gilberts-transparent-bmd/" rel="external nofollow">blog post</a> published in April of last year, for example, he wrote that the system depends a great deal on human voters being prompted to review their votes. A subtle hack, Appel suggested, could simply remove that prompt. “This gives the opportunity to deliberately misprint in a way that we know voters don’t detect very well,” he wrote.
					</p>

					<p>
						 
					</p>

					<p>
						Appel brought up another scenario: Say that a voter tells a poll worker that the machine printed the wrong name on the ballot. Gilbert has prepared for this scenario: It’s possible to compare the master disc to the one in the machine to detect if there’s fraudulent code. Assume that the poll worker is able to execute that plan perfectly during the confusion of Election Day, and it reveals that the machine’s been tampered with. What then?
					</p>

					<p>
						 
					</p>

					<p>
						It’s unclear whether Gilbert’s machine will ever find wider use. Dan Wallach, a computer scientist at Rice University, said the machine was a promising step forward. Still, he voiced concerns about the durability of the machine’s parts. Appel pointed out that any new technology will face issues in being scaled for mass production and require training and for voters and poll workers.
					</p>

					<p>
						 
					</p>

					<p>
						There are other hurdles, too. For potential newcomers to the industry, it’s tough to break in, said Ben Hovland, a commissioner with the Election Assistance Commission, which was originally created by HAVA to enact the law’s requirements, including distributing the federal funding for machines. For starters, the industry isn’t that big. “While there are a lot of jurisdictions all over the country, there’s a fixed amount of equipment to sell,” he said.
					</p>

					<p>
						 
					</p>

					<p>
						“And if the jurisdiction recently bought equipment, they may not be looking for 10 years, maybe more,” he continued.
					</p>

					<p>
						 
					</p>

					<p>
						Most states also require machines to be certified, which the vendors must pay for. Under EAC guidelines, Gilbert could have to fork over hundreds of thousands of dollars to undergo that process.
					</p>

					<p>
						 
					</p>

					<p>
						Moving forward, Gilbert is planning to write a new paper detailing his design, and still hoping to find a hacker willing to test out the machine. The experience has left him sounding jaded about the world of election hacking ­— a world, he suggested, that often seems focused more on performatively tearing apart machines than actually working toward solutions.
					</p>

					<p>
						 
					</p>

					<p>
						“They only look at things they know they can break,” Gilbert said.
					</p>

					<p>
						 
					</p>

					<p>
						“If you have something that you can’t on the face of it figure out before you touch it,” he continued, “they’re not going to touch it.”
					</p>
				</div>
			</section>
		</div>
	</div>

	<p>
		 
	</p>
</nav>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/tech-policy/2022/10/a-scientists-quest-for-an-accessible-unhackable-voting-machine/" rel="external nofollow">A scientist’s quest for an accessible, unhackable voting machine</a>
</p>
]]></description><guid isPermaLink="false">9551</guid><pubDate>Fri, 28 Oct 2022 19:21:10 +0000</pubDate></item><item><title>Australian Clinical Labs says patient data stolen in ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/australian-clinical-labs-says-patient-data-stolen-in-ransomware-attack-r9521/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Australian Clinical Labs (ACL) has disclosed a February 2022 data breach that impacted its Medlab Pathology business, exposing the medical records and other sensitive information of 223,000 people.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">ACL is an Australian healthcare company that operates 89 laboratories and performs six million tests annually, offering its services to 92 private and public hospitals across Australia.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While the firm says it’s not aware of any misuse of the stolen information, it is notifying all impacted clients individually of what data was exposed in the attack.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A data breach incident notification published today gives the following summary of leaked data:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">128,608 Medicare numbers, along with full names.</span>
	</li>
	<li>
		<span style="font-size:14px;">28,286 credit card numbers, 12% of which include CVV code, and 55% expired.</span>
	</li>
	<li>
		<span style="font-size:14px;">17,539 individual medical and health records associated with pathology tests.</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Australia’s Cyber Security Center (ACSC) and the Office of the Information Commissioner (OAIC) have already been notified about the incident earlier in the year, with ACSC initially warning MedLab that hackers posted their data to the dark web.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">All impacted individuals will also be offered free-of-charge credit monitoring and identity theft protection services, while ACL will cover the costs of ID document replacements where needed.</span>
</p>

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

<p>
	<span style="font-size:14px;">The ransomware gang that took responsibility for the attack on Medlab Pathology is Quantum, which uploaded all stolen files on its Tor site on June 14, 2022.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="quantum.png" class="ipsImage" data-ratio="75.10" height="540" width="479" src="https://www.bleepstatic.com/images/news/u/1220909/ransomware/quantum.png" />
</div>

<div>
	<span style="font-size:14px;">Quantum ransomware lists Medlab Pathology (KELA)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The threat actors leaked 86GB of data, including patient and employee details, financial reports, invoices, contracts, forms, subpoenas, and other private documents.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to Quantum ransomware’s website, the data leak page for MedLab has been accessed 130,000 times.</span>
</p>

<h2>
	<span style="font-size:14px;">Overly delayed disclosure</span>
</h2>

<p>
	<span style="font-size:14px;">The disclosure of a cybersecurity incident nine months after it happened isn’t a rapid response, and ACL’s announcement includes a section that attempts to justify this delay.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When MedLab detected unauthorized access to its network in February 2022, the firm conducted a forensic investigation which they say didn’t reveal anything worrying.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In March 2022, ACSC contacted ACL after receiving intelligence that the incident they had suffered was a ransomware attack. In June 2022, the ACSC notified MedLab that the ransomware gang posted the stolen data to a data leak site.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">So, according to the company, it took them roughly five months to even realize someone had exfiltrated files from their systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As for the four more months from that point until today’s disclosure, ACL says the data set was too complicated to quickly determine what customers were affected.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">“Given the highly complex and unstructured nature of the data set being investigated, it has taken the forensic analysts and experts until now to determine the individuals and the nature of their information involved,” <a href="https://medlab.com.au/sites/default/files/inline-files/20221027%20ASX%20Announcement%20-%20cyber%20incident.pdf" rel="external nofollow">explains ACL</a>.</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Sydney-based reporter <a href="https://twitter.com/Jeremy_Kirk/status/1585438850645884928" rel="external nofollow">Jeremy Kirk</a> tweeted that sources examining the leaked data confirmed it was unstructured but not to the point of taking months to analyze.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Over the past two months, Australia has been hit with numerous data breaches and cyberattacks, including attacks on <a href="https://www.bleepingcomputer.com/news/security/optus-confirms-21-million-id-numbers-exposed-in-data-breach/" rel="external nofollow">Optus</a>, <a href="https://www.bleepingcomputer.com/news/security/australian-insurance-firm-medibank-confirms-ransomware-attack/" rel="external nofollow">Medibank</a>, <a href="https://www.bleepingcomputer.com/news/security/mydeal-data-breach-impacts-22m-users-stolen-data-for-sale-online/" rel="external nofollow">MyDeal</a>, and <a href="https://www.vinomofo.com/cyber-incident-faqs" rel="external nofollow">Vinomofo</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While hackers are likely not specifically targeting organizations in the country, the Australian government is <a href="http://ministers.ag.gov.au/media-centre/tougher-penalties-serious-data-breaches-22-10-2022" rel="external nofollow">proposing new data protection laws</a> to provide greater insight into data breaches and to impose more significant fines on companies not adequately protecting data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/australian-clinical-labs-says-patient-data-stolen-in-ransomware-attack/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9521</guid><pubDate>Thu, 27 Oct 2022 20:10:36 +0000</pubDate></item><item><title>Drinik Android malware now targets users of 18 Indian banks</title><link>https://nsaneforums.com/news/security-privacy-news/drinik-android-malware-now-targets-users-of-18-indian-banks-r9520/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A new version of the Drinik Android trojan targets 18 Indian banks, masquerading as the country's official tax management app to steal victims' personal information and banking credentials.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Drinik has been circulating in India since 2016, operating as an SMS stealer, but in September 2021, it added banking trojan features that target 27 financial institutes by directing victims to phishing pages.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Analysts at <a href="https://blog.cyble.com/2022/10/27/drinik-malware-returns-with-advanced-capabilities-targeting-indian-taxpayers/" rel="external nofollow">Cyble</a> have been following the malware and report that its developers have evolved it into a full Android banking trojan with screen recording, keylogging, abuse of Accessibility services, and the ability to perform overlay attacks.</span>
</p>

<h2>
	<span style="font-size:14px;">Stealing credentials from real sites</span>
</h2>

<p>
	<span style="font-size:14px;">The latest version of the malware comes in the form of an APK named 'iAssist,' which is supposedly India's Income Tax Department's official tax management tool.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Upon installation, it requests permissions to receive, read, and send SMS, read the user's call log, and read and write to external storage.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Next, it requests the user the allow the app to (ab)use the Accessibility Service. If granted, it disables Google Play Protect and uses it to perform navigation gestures, record the screen, and capture key presses.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Eventually, the app loads the actual Indian income tax site via WebView instead of phishing pages like past variants and instead steals user credentials by recording the screen and using a keylogger.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="loading-real-site.png" class="ipsImage" data-ratio="75.10" height="305" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Phishing/loading-real-site.png" />
	<p>
		<span style="font-size:14px;">Loading the actual tax site and activating the screen recorder (Cyble)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Drinik will also check if the victim ended up on a URL that indicates a successful login to ensure that the exfiltrated details (user ID, PAN, AADHAR) are valid.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">At this stage, the victim is served a fake dialogue box saying that the tax agency found they're eligible for a refund of Rs 57,100 ($700) due to previous tax miscalculations and are invited to tap the "Apply" button to receive it.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="refund-message.png" class="ipsImage" data-ratio="75.10" height="335" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Android%20malware/refund-message.png" />
	<p>
		<span style="font-size:14px;">Code to display the fake refund message (Cyble)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">This action takes the victims to a phishing page that is a clone of the real Income Tax Department site, where they are directed to enter financial information, including account number, credit card number, CVV, and card PIN.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="phishing-site(3).png" class="ipsImage" data-ratio="75.10" height="526" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Phishing/phishing-site(3).png" />
</div>

<div>
	<span style="font-size:14px;">The phishing site that mimics the real tax portal (Cyble)</span>
</div>

<h2>
	<span style="font-size:14px;">Targeting banks</span>
</h2>

<p>
	<span style="font-size:14px;">To target the eighteen banks, Drinik constantly monitors the Accessibility Service for events related to the targeted banking apps, such as their apps.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="keywords.png" class="ipsImage" data-ratio="71.81" height="247" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Android%20malware/keywords.png" />
	<p>
		<span style="font-size:14px;">The keywords that activate Drinik's loggers (Cyble)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The targeted banks include SBI (State Bank of India), one of the largest banks in the world, serving 450,000,000 people via a massive network of 22,000 branches.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If there’s a match, the malware collects keylogging data that contain user credentials and siphons them to the C2 server.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">During this attack, Drinik abuses the “CallScreeningService” to disallow incoming calls that may interrupt the login and, by extension, the data-stealing process.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="blocking-calls.png" class="ipsImage" data-ratio="75.10" height="375" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Android%20malware/blocking-calls.png" />
</div>

<div>
	<span style="font-size:14px;">Drinik blocking incoming calls (Cyble)</span>
</div>

<h2>
	<span style="font-size:14px;">Drinik evolving</span>
</h2>

<p>
	<span style="font-size:14px;">While Drinik isn’t as sophisticated or advanced as other banking trojans, its authors appear determined to make it more powerful, constantly adding features that make it harder to detect.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="drinik-evolution(1).png" class="ipsImage" data-ratio="48.75" height="289" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/drinik-evolution(1).png" />
	<p>
		<span style="font-size:14px;">Evolution of Drinik (Cyble)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Going after Indian taxpayers and banking customers means that Drinik has a massive targeting pool, so every new successful feature potentially translates to substantial financial gains for the malware’s operators.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To avoid this threat, always avoid APK downloads from outside the Play Store and enable biometric authentication, such as 2FA, for logging in to e-banking portals.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/drinik-android-malware-now-targets-users-of-18-indian-banks/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">9520</guid><pubDate>Thu, 27 Oct 2022 20:05:21 +0000</pubDate></item><item><title>Microsoft fixes TLS handshake failures in Windows 11 22H2</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-fixes-tls-handshake-failures-in-windows-11-22h2-r9498/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Microsoft has addressed a known issue that triggers SSL/TLS handshake failures on client and server platforms with the release of the KB5018496 preview cumulative update.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Caused by Windows security updates released during this month's Patch Tuesday, on October 11th, the issue has now also been fixed on Windows 11 22H2 systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">On impacted Windows 11 devices, users see SEC_E_ILLEGAL_MESSAGE errors in applications when connections to servers experience issues.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We address an issue that might affect some types of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) connections. These connections might have handshake failures," Microsoft <a href="https://support.microsoft.com/en-us/topic/october-25-2022-kb5018496-os-build-22621-755-preview-64040bea-1e02-4b6d-bad1-b036200c2cb3" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"For developers, the affected connections are likely to receive one or more records followed by a partial record with a size of less than 5 bytes within a single input buffer."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Since KB5018496 is an optional preview update, it doesn't contain any security fixes and will not be installed automatically.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">You can install it on your device by going into Settings &gt; Windows Update, clicking 'Check for Updates,' and then selecting the optional preview to download and install.</span>
</p>

<h2>
	<span style="font-size:14px;">Out-of-band updates for older Windows versions</span>
</h2>

<p>
	<span style="font-size:14px;">Microsoft has also released out-of-band standalone packages and cumulative updates to address the issue on older Windows versions:</span>
</p>

<p>
	 
</p>

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

		<ul>
			<li>
				<span style="font-size:14px;">Windows 11, version 21H2: <a href="https://support.microsoft.com/help/5020387" rel="external nofollow">KB5020387</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows Server 2022: <a href="https://support.microsoft.com/help/5020436" rel="external nofollow">KB5020436</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows 10, version 20H2; Windows 10, version 21H1; Windows 10, version 22H1; Windows 10 Enterprise LTSC 2021: <a href="https://support.microsoft.com/help/5020435" rel="external nofollow">KB5020435</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows 10 Enterprise LTSC 2019; Windows Server 2019: <a href="https://support.microsoft.com/help/5020438" rel="external nofollow">KB5020438</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows 10 2016 LTSB; Windows Server 2016: <a href="https://support.microsoft.com/help/5020439" rel="external nofollow">KB5020439</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows 10 2015 LTSB; <a href="https://support.microsoft.com/help/5020440" rel="external nofollow">KB5020440</a></span>
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

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

		<ul>
			<li>
				<span style="font-size:14px;">Windows 8.1; Windows Server 2012 R2: <a href="https://support.microsoft.com/help/5020447" rel="external nofollow">KB5020447</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows Server 2012: <a href="https://support.microsoft.com/help/5020449" rel="external nofollow">KB5020449</a></span>
			</li>
			<li>
				<span style="font-size:14px;">Windows 7 SP1; Windows Server 2008 R2 SP1: <a href="https://support.microsoft.com/help/5020448" rel="external nofollow">KB5020448</a></span>
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These updates can't be installed via Windows Update, Windows Update for Business, or Windows Server Update Services (WSUS).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To install them, you must download them <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5020438" rel="external nofollow">from the Microsoft Update Catalog</a> and import them into WSUS and Microsoft Endpoint Configuration Manager.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">You can find the complete list of fixes and improvements included with the KB5018496 preview update in this <a href="https://support.microsoft.com/en-us/topic/october-25-2022-kb5018496-os-build-22621-755-preview-64040bea-1e02-4b6d-bad1-b036200c2cb3" rel="external nofollow">support bulletin</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-tls-handshake-failures-in-windows-11-22h2/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9498</guid><pubDate>Wed, 26 Oct 2022 20:57:36 +0000</pubDate></item><item><title>Microsoft fixes Windows vulnerable driver blocklist sync issue</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-fixes-windows-vulnerable-driver-blocklist-sync-issue-r9497/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Microsoft says it addressed an issue preventing the Windows kernel vulnerable driver blocklist from being synced to systems running older Windows versions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-driver-block-rules" rel="external nofollow">This blocklist</a> (stored in the DriverSiPolicy.p7b file) is designed to block threat actors from dropping legitimate but vulnerable drivers on targets' systems in Bring Your Own Vulnerable Driver (BYOVD) attacks on HVCI-enabled Windows machines or those running Windows in S Mode.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The flawed drivers are then exploited to escalate privileges in the Windows kernel and execute malicious code, disabling security solutions and taking control of the device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is a well-known and popular attack technique amongst threat actors of all skill levels, from <a href="https://www.bleepingcomputer.com/news/security/lazarus-hackers-abuse-dell-driver-bug-using-new-fudmodule-rootkit/" rel="external nofollow">ransomware gangs</a> to <a href="https://www.bleepingcomputer.com/news/security/blackbyte-ransomware-abuses-legit-driver-to-disable-security-products/" rel="external nofollow">state-sponsored hacking groups</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Although Microsoft has been advertising its driver blocklist as capable of hardening Windows systems against vulnerable third-party drivers, ANALYGENCE security analyst Will Dormann <a href="https://twitter.com/wdormann/status/1570801410681470985" rel="external nofollow">found</a> that wasn't the case.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As Dormann discovered, unlike Windows 11 devices, even up-to-date Windows 10 and Windows Server systems were being provided with an outdated list of vulnerable drivers <a href="https://twitter.com/wdormann/status/1573367167982116864" rel="external nofollow">from December 2019</a>, exposing customers who thought they were protected to BYOVD attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft reluctantly <a href="https://twitter.com/j3ffr3y1974/status/1578158506456145921" rel="external nofollow">acknowledged his findings</a> and promised to address this issue and update its misleading online support docs.</span>
</p>

<p>
	 
</p>

<div>
	<div class="ipsEmbeddedOther">
		<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="embed2826317654" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/j3ffr3y1974/status/1578158506456145921?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1578158506456145921%257Ctwgr%255Ec0b641bf4484323f1ba92f8d4b364de956302721%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-windows-vulnerable-driver-blocklist-sync-issue/" style="height:447px;"></iframe>
	</div>
</div>

<h2>
	<span style="font-size:14px;">Driver blocklist sync finally fixed</span>
</h2>

<p>
	<span style="font-size:14px;">More than a month after Dormann revealed that the list of vulnerable drivers wasn't kept up to date on Windows 10 and some Windows Server systems, Microsoft has now finally addressed this issue.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The vulnerable driver list is regularly updated, however we received feedback there has been a gap in synchronization across OS versions," a Microsoft spokesperson told BleepingComputer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Unfortunately, this “gap” meant that the driver blocklist was not synced with any Windows 10 systems since 2019 even though Microsoft kept updating on their end, effectively breaking the feature.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We have corrected this and it will be serviced in upcoming and future Windows Updates. The documentation page will be updated as new updates are released."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Redmond has <a href="http://support.microsoft.com/en-gb/topic/october-25-2022-kb5018482-os-builds-19042-2193-19043-2193-and-19044-2193-preview-42a9588e-da20-4de4-aad3-053fa32c03c1#:~:text=This%20update%20also%20ensures%20that%20the%20blocklist%20is%20the%20same%20across%20Windows%2010%20and%20Windows%2011" rel="external nofollow">addressed</a> the driver blocklist sync issue with the <a href="https://learn.microsoft.com/en-us/windows/release-health/windows-message-center#2926" rel="external nofollow">October 2022 preview update</a>, ensuring that the blocklist is the same across Windows 10 and 11.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Starting with the Windows 11 2022 update (version 22H2), the blocklist is also enabled by default on all devices. Still, customers can disable it <a href="https://support.microsoft.com/en-us/topic/kb5020779-the-vulnerable-driver-blocklist-after-the-october-2022-preview-release-3fcbe13a-6013-4118-b584-fcfbc6a09936#:~:text=Disable%20the%20blocklist%20on%20Windows%2011%2C%20version%2022H2%20systems" rel="external nofollow">using the Windows Security app</a> (only in Insider builds) by turning off HVCI (memory integrity) or disabling Windows in S Mode.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Blocking drivers can cause devices or software to malfunction. In rare cases, it leads to a stop error," Microsoft <a href="https://support.microsoft.com/en-us/topic/kb5020779-the-vulnerable-driver-blocklist-after-the-october-2022-preview-release-3fcbe13a-6013-4118-b584-fcfbc6a09936" rel="external nofollow">warned</a> on Tuesday. "There is no guarantee that the blocklist will block every driver that has weaknesses."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Update October 26, 15:10 EDT: The article was revised to make it clear that only Insiders can disable the blocklist using the Windows Security app.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-windows-vulnerable-driver-blocklist-sync-issue/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9497</guid><pubDate>Wed, 26 Oct 2022 20:55:10 +0000</pubDate></item><item><title>Medibank now says hackers accessed all its customers&#x2019; personal data</title><link>https://nsaneforums.com/news/security-privacy-news/medibank-now-says-hackers-accessed-all-its-customers%E2%80%99-personal-data-r9487/</link><description><![CDATA[<p>
	Australian insurance firm Medibank has confirmed that hackers accessed all of its customers' personal data and a large amount of health claims data during a recent ransomware attack.
</p>

<p>
	 
</p>

<p>
	In an announcement published today, the companies warned that an internal investigation into the attack has shown that the threat actors had far greater access to customer data than initially thought.
</p>

<p>
	 
</p>

<p>
	More specifically, Medibank has confirmed that the following data was compromised:
</p>

<p>
	 
</p>

<ul>
	<li>
		All ahm customers' personal data and significant amounts of health claims data.
	</li>
	<li>
		All international student customers' personal data and significant amounts of health claims data.
	</li>
	<li>
		All Medibank customers' personal data and significant amounts of health claims data.
	</li>
</ul>

<p>
	 
</p>

<p>
	While data access and data exfiltration are separate things, Medibank found evidence that, in some cases, the threat actors managed to remove some of the accessed data, so customers should assume that all of this data was stolen.
</p>

<p>
	 
</p>

<p>
	"As previously advised, we have evidence that the criminal has removed some of this data, and it is now likely that the criminal has stolen further personal and health claims data," <a href="https://www.medibank.com.au/health-insurance/info/cyber-security/" rel="external nofollow" target="_blank">explains the announcement</a>.
</p>

<p>
	 
</p>

<p>
	"As a result, we expect that the number of affected customers could grow substantially."
</p>

<p>
	 
</p>

<p>
	Last week, Medibank assured its 2.8 million customers that there was <a href="https://www.bleepingcomputer.com/news/security/australian-insurance-firm-medibank-confirms-ransomware-attack/" rel="external nofollow" target="_blank">no evidence</a> of any customer data having been accessed or exfiltrated and claimed the hackers didn't encrypt anything before they were stopped.
</p>

<p>
	 
</p>

<p>
	However, many ransomware gangs steal corporate data before attempting to encrypt devices, which appears to have happened during this attack.
</p>

<p>
	 
</p>

<p>
	A few days after the company played down the impact of the security incident, the ransomware gang <a href="https://www.medibank.com.au/livebetter/newsroom/post/medibank-cyber-incident-response" rel="external nofollow" target="_blank">made contact</a> to extort the company, providing a sample of 100 stolen files out of an alleged 200GB of data stolen during the attack.
</p>

<p>
	 
</p>

<p>
	Medibank soon realized that the threat actors had exfiltrated client data, so the internal investigation took a more targeted approach, eventually revealing a full-scale data breach.
</p>

<p>
	 
</p>

<p>
	Based on this development, Medibank now upgrades its response and support to customers by providing the following:
</p>

<p>
	 
</p>

<ul>
	<li>
		Financial support for customers who are in a uniquely vulnerable position as a result of this crime.
	</li>
	<li>
		Free identity monitoring services for customers who have had their primary ID compromised
	</li>
	<li>
		Reimbursement of fees for re-issue of identity documents that have been fully compromised in this crime.
	</li>
	<li>
		Specialist identity protection advice and resources from IDCARE.
	</li>
	<li>
		Medibank's mental health and wellbeing support line.
	</li>
</ul>

<h2>
	Australia responds to breaches
</h2>

<p>
	Meanwhile, following a series of high-profile and damaging data breaches that hit several Australian firms in the past couple of weeks, the government is working to introduce stricter data protection laws.
</p>

<p>
	 
</p>

<p>
	A <a href="https://ministers.ag.gov.au/media-centre/tougher-penalties-serious-data-breaches-22-10-2022" rel="external nofollow" target="_blank">proposal</a> published by the Australian Government on Saturday for the new Privacy Legislation Amendment Bill 2022 aims to:
</p>

<p>
	 
</p>

<ul>
	<li>
		Increase privacy breach penalties from $2.22 million AUD to $50 million AUD,
	</li>
	<li>
		or three times the value of any benefit obtained through the misuse of information, if greater,
	</li>
	<li>
		or 30% of a company's adjusted turnover in the relevant period, if greater.
	</li>
</ul>

<p>
	 
</p>

<p>
	The Bill will also give the Australian Information Commissioner greater powers to resolve privacy breaches and force companies to share all details about what was compromised with the agency.
</p>

<p>
	 
</p>

<p>
	It also establishes a data-sharing channel between the Commissioner and the Australian Communications and Media Authority.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/medibank-now-says-hackers-accessed-all-its-customers-personal-data/" rel="external nofollow">Medibank now says hackers accessed all its customers’ personal data</a>
</p>
]]></description><guid isPermaLink="false">9487</guid><pubDate>Wed, 26 Oct 2022 20:30:22 +0000</pubDate></item><item><title>New Samsung Maintenance Mode protects your data during phone repairs</title><link>https://nsaneforums.com/news/security-privacy-news/new-samsung-maintenance-mode-protects-your-data-during-phone-repairs-r9459/</link><description><![CDATA[<p>
	<span style="font-size:14px;">After a successful pilot program in Korea, Samsung is now rolling out 'Maintenance Mode' to select Galaxy devices globally, to help users protect their sensitive data when they hand over their smartphones at service points.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This new system aims at relieving user anxiety and bolstering confidence that nobody can access or copy their personal data, even with physical access to the device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Our whole lives are on our phones, from credit card information to family photos," comments Samsung's VP and Head of Security, Seungwon Shin, in <a href="https://news.samsung.com/global/samsung-releases-maintenance-mode-a-new-feature-to-hide-your-personal-information-from-prying-eyes" rel="external nofollow">the announcement</a>.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">"With Maintenance Mode, we are giving extra reassurance that Galaxy users can keep their privacy, even if they hand their phone to someone" - Samsung</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The new mode is available in Settings, under the "Battery and device care" menu. Once enabled, the mode is active after rebooting the device.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="maintenance-mode.png" class="ipsImage" data-ratio="134.00" height="540" width="264" src="https://www.bleepstatic.com/images/news/u/1220909/Software/maintenance-mode.png" />
</div>

<div>
	<span style="font-size:14px;">Samsung's new Maintenance Mode</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Doing so creates an auxiliary user account on the device, completely isolated from all applications the owner installed, the stored data, and the filesystem.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This makes photos, documents, and messages associated with the owner's account unavailable to the new user.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Samsung still recommends backing up valuable personal data to ensure make sure it can be recovered if the storage media or other component fails during servicing.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Maintenance Mode will allow service technicians to perform any action they need to carry out in the context of repair work, like testing device functions, running system apps, downloading software from the Galaxy Store, etc.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Once the device is returned to its owner and they enter their regular account password, the second account, data created, and apps installed during Maintenance Mode are automatically wiped.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Note that Maintenance Mode will not reach every Galaxy phone in the world immediately. Samsung is planning to roll out the new feature gradually.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Korean tech giant has prioritized the Samsung Galaxy S21 and S22 series models running on One UI 5, so these will get the feature first.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The rollout will continue throughout 2023, expanding to more Galaxy models, but Samsung hasn't published a list of them yet.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/new-samsung-maintenance-mode-protects-your-data-during-phone-repairs/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9459</guid><pubDate>Tue, 25 Oct 2022 20:03:12 +0000</pubDate></item><item><title>Massive cryptomining campaign abuses free-tier cloud dev resources</title><link>https://nsaneforums.com/news/security-privacy-news/massive-cryptomining-campaign-abuses-free-tier-cloud-dev-resources-r9457/</link><description><![CDATA[<p>
	<span style="font-size:14px;">An automated and large-scale 'freejacking' campaign abuses free GitHub, Heroku, and Buddy services to mine cryptocurrency at the provider's expense.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The operation relies on abusing the limited resources offered to free-tier cloud accounts to generate a tiny profit from each free account, which, when combined, becomes something more significant.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat actor behind the campaign, called 'Purpleurchin,' was observed performing over a million function calls daily, using CI/CD service providers such as GitHub (300 accounts), Heroku (2,000 accounts), and Buddy.works (900 accounts).</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The use of those accounts is rotated and channeled through 130 Docker Hub images with mining containers, while obfuscation on all operational levels has kept Purpleurchin undetected until now.</span>
</p>

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

<p>
	<span style="font-size:14px;">In a <a href="https://sysdig.com/blog/massive-cryptomining-operation-github-actions/" rel="external nofollow">new report</a> by Sysdig, researchers explain that the core of the operation is a linuxapp container ('linuxapp84744474447444744474') that acts as the command and control server (C2) and Stratum server, coordinating all active mining agents and directing them to the threat actor's mining pool.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A shell script ('userlinux8888') is used to automate the creation of GitHub accounts, create a repository, and replicate the workflow using GitHub actions. All GitHub actions are obfuscated using random strings for the names.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="obf-action.png" class="ipsImage" data-ratio="75.10" height="536" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/obf-action.png" />
</div>

<div>
	<span style="font-size:14px;">Obfuscated GitHub action (Sysdig)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Purpleurchin uses OpenVPN and Namecheap VPN to register each account with a different IP address to evade GitHub's bot activity detection.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="vpn.png" class="ipsImage" data-ratio="75.10" height="266" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/vpn.png" />
</div>

<div>
	<span style="font-size:14px;">List with VPN configurations (Sysdig)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The GitHub actions launch over 30 instances of Docker images on each run, using pre-set arguments for the script to be executed, proxy IP and port to connect to, Stratum ID name, and max memory and CPU amounts to use.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Eventually, another script ("linuxwebapp88") will validate the configuration on the Stratum server, receive the Docker command contained in the GitHub repository, and start the miner container.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="operation-diagram(1).png" class="ipsImage" data-ratio="75.10" height="277" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/operation-diagram(1).png" />
	<p>
		<span style="font-size:14px;">The campaign's operational diagram (Sysdig)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The miner uses a tiny part of the server's CPU power to stealthily mine a range of crypto coins such as Tidecoin, Onyx, Surgarchain, Sprint, Yenten, Arionum, MintMe, and Bitweb.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The mining process employs a custom Stratum mining protocol relay that hampers network scanners' ability to discover the outbound connections to mining pools.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This relay also obscures the threat actor's crypto wallet address, so Purpleurchin's profit remains an unanswered question for Sysdig's analysts.</span>
</p>

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

<p>
	<span style="font-size:14px;">The cryptocurrency chosen by the threat actors to mine are marginally profitable, so Sysdig presumes the operation is either in an early experimental phase or attempting to take control of blockchains by creating a network control majority of 51%.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If the first scenario is true, the threat actor could soon switch to more profitable coins like Monero or Bitcoin.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In either case, the goal of Purpleurchin cannot be anything other than financial profit, but the ongoing freejacking operation might not be the direct channel to achieve that yet.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The damage for GitHub, however, is still significant and measurable, with Sysdig's analysts estimating it to be $15 per month per account. For Heroku and Buddy, the cost is between $7 and $10 per month per account.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Based on these calculations, it would cost the service provider over $100,000 for the threat actor to mine one Monero (XMR) via freejacking.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">That's about ten times higher than the damage caused by normal cryptojacking operations, estimated to be roughly <a href="https://www.bleepingcomputer.com/news/security/cryptominers-hijack-53-worth-of-system-resources-to-earn-1/" rel="external nofollow">$11,000 per Monero</a>.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/massive-cryptomining-campaign-abuses-free-tier-cloud-dev-resources/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">9457</guid><pubDate>Tue, 25 Oct 2022 20:00:05 +0000</pubDate></item><item><title>Microsoft: Vice Society targets schools with multiple ransomware families</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-vice-society-targets-schools-with-multiple-ransomware-families-r9454/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A threat group known as Vice Society has been switching ransomware payloads in attacks targeting the education sector across the United States and worldwide.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While this isn't necessarily new information, since the group is known for using multiple ransomware strains in some attacks, Microsoft has also seen them use this tactic against organizations in the U.S. education sector between July and October 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As Microsoft Security Threat Intelligence analysts shared in a report published today, Vice Society (tracked by Redmond as DEV-0832) has been swapping between BlackCat, QuantumLocker, Zeppelin, and a Vice Society-branded variant of Zeppelin ransomware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Since September, they've shifted to a modified version of their payload dubbed <a href="https://www.bleepingcomputer.com/news/security/new-redalert-ransomware-targets-windows-linux-vmware-esxi-servers/" rel="external nofollow">RedAlert</a> that adds the .locked file extension to encrypted documents, according to Microsoft’s analysts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While Vice Society runs its own data leak site, it should be noted that the RedAlert and BlackCat operations have their own leak sites as well.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Vice_Society_leak_site.png" class="ipsImage" data-ratio="75.10" height="398" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2022/Vice_Society_leak_site.png" />
		
			<p>
				<span style="font-size:14px;">Vice Society leak site (BleepingComputer)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Besides the strains mentioned in the report, BleepingComputer is aware that the gang has also been deploying HelloKitty/Five Hands ransomware as part of their attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Vice Society will also skip the ransomware deployment stage in some attacks, with the operators opting for stealing sensitive data from their victims' networks and extorting them under the threat of leaking the stolen files online.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In several cases, Microsoft assesses that the group did not deploy ransomware and instead possibly performed extortion using only exfiltrated stolen data," the company <a href="https://www.microsoft.com/en-us/security/blog/2022/10/25/dev-0832-vice-society-opportunistic-ransomware-campaigns-impacting-us-education-sector/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The shift from a ransomware as a service (RaaS) offering (BlackCat) to a purchased wholly-owned malware offering (Zeppelin) and a custom Vice Society variant indicates DEV-0832 has active ties in the cybercriminal economy and has been testing ransomware payload efficacy or post-ransomware extortion opportunities."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><strong>Targets set on U.S. schools</strong></span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/tag/vice-society/" rel="external nofollow">Vice Society</a> is a threat group active since at least early June 2021, known for deploying multiple ransomware strains on their victims' networks, such as <a href="https://www.cisa.gov/sites/default/files/publications/FLASH_CU_000154_MW_508c.pdf" rel="external nofollow">Hello Kitty/Five Hands</a> and <a href="https://www.cisa.gov/uscert/ncas/alerts/aa22-223a" rel="external nofollow">Zeppelin ransomware</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">They also exfiltrate data from compromised systems before encryption and use it for double extortion, threatening victims to leak it online if their ransom demands aren't met.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">One of the group's most recent victims is <a href="https://www.bleepingcomputer.com/news/security/vice-society-claims-lausd-ransomware-attack-theft-of-500gb-of-data/" rel="external nofollow">Los Angeles Unified (LAUSD)</a>, the second-largest school district in the United States.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Another high-profile education sector victim is the <a href="https://www.bleepingcomputer.com/news/security/vice-society-claims-ransomware-attack-on-med-university-of-innsbruck/" rel="external nofollow">Austrian Medical University of Innsbruck</a> which had to reset all 3,400 students' and 2,200 employees' account passwords following severe IT service disruption.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In November, a group of U.S. Senators urged the Departments of Education and Homeland Security to <a href="https://www.bleepingcomputer.com/news/security/us-education-dept-urged-to-boost-k-12-schools-ransomware-defenses/" rel="external nofollow">strengthen cybersecurity protections at K-12 schools</a> so that they can keep up with this ongoing wave of ransomware attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Last month, the FBI and CISA also warned in a joint advisory that the <a href="https://www.bleepingcomputer.com/news/security/fbi-warns-of-vice-society-ransomware-attacks-on-school-districts/" rel="external nofollow">Vice Society group disproportionately targets</a> the U.S. education sector.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/microsoft-vice-society-targets-schools-with-multiple-ransomware-families/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9454</guid><pubDate>Tue, 25 Oct 2022 19:56:51 +0000</pubDate></item><item><title>PayPal goes passwordless with support for passkeys</title><link>https://nsaneforums.com/news/security-privacy-news/paypal-goes-passwordless-with-support-for-passkeys-r9450/</link><description><![CDATA[<p>
	PayPal has announced that it’s stepping into a passwordless future by adding support for passkeys. Passkeys are a new industry standard that help to keep accounts safe without the need for users to remember complex passwords. Google is among passkey’s supporters and <a href="https://www.neowin.net/news/google-starts-bringing-passkey-support-to-android-and-chrome/" rel="external nofollow">recently made Android and Chrome compatible with them</a>.
</p>

<p>
	 
</p>

<p>
	According to PayPal, the new passkey technology will first be made available on iPhone, iPad, and Mac on PayPal.com before it’s expanded to other platforms. Commenting on today’s new, Doug Bland, SVP and GM, Head of Consumer, PayPal, said:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	“Launching passkeys for PayPal is foundational to our commitment to offering our customers safe, secure and easy ways to access and manage their daily financial lives. We are excited to provide our customers a more seamless checkout experience that eliminates the risks of weak and reused credentials and removes the frustration of remembering a password. We are making it easier for customers to shop online.”
</p>

<p>
	 
</p>


<p>
	Once you log in to PayPal in the browser on a supported operating system, you’ll be given the option to “Create a passkey”. You can then use Apple Face ID or Touch ID to authenticate. Once the passkey is created it’ll be synced with your iCloud Keychain, and you’ll just need to authenticate to log in, rather than provide a password.
</p>

<p>
	 
</p>

<p>
	If you’re logging in on an unsupported device, you’ll be offered a QR code that you can scan with your iPhone, from there you can verify in the usual way to log in on the original device. PayPal says passkeys are now rolling out to customers in the United States and will be arriving in other countries in early 2023 and on other platforms as support for passkeys is added.
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://newsroom.paypal-corp.com/2022-10-24-PayPal-Introduces-More-Secure-Payments-with-Passkeys" rel="external nofollow">PayPal</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/paypal-goes-passwordless-with-support-for-passkeys/" rel="external nofollow">PayPal goes passwordless with support for passkeys</a>
</p>
]]></description><guid isPermaLink="false">9450</guid><pubDate>Tue, 25 Oct 2022 19:47:02 +0000</pubDate></item><item><title>Massive Fake Website Campaign Spreading Malware detected</title><link>https://nsaneforums.com/news/security-privacy-news/massive-fake-website-campaign-spreading-malware-detected-r9425/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Security researchers have detected a big malware campaign that is using fake websites to impersonate popular products and brands to spread malware. So-called typosquatting attacks register domain names that resemble the domain names of legitimate products. Many times, only a single character is different, added or removed from the domain name.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While observant Internet users may spot the fake site by looking at the domain name, many rely on visual elements of the site instead to judge its authentiticy.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The campaign uses at least over 200 typosquatting domains to impersonate 27 brands, including TikTok, Figma, PayPal, SnapChat, APK Pure, Google Wallet or Microsoft Visual Studio Code.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://blog.cyble.com/2022/10/18/ermac-android-malware-increasingly-active/" rel="external nofollow">Originally</a> detected by cyber-security firm Cyble, the company believed that the campaign was targeting Android primarily by creating fake sites to download Android APK files. Our colleagues over at Bleeping Computer <a href="https://www.bleepingcomputer.com/news/security/typosquat-campaign-mimics-27-brands-to-push-windows-android-malware/" rel="external nofollow">discovered</a> that the campaign extends beyond Android, as it targets brands in software, cryptocurrency and other niches as well.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Even popular open source programs, such as Notepad++, Thunderbird or Tor Browser, are among the impersonated brands. Some domain names look very similar to the original and most websites look like exact replicas of the original sites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The campaign spreads different types of malware. Bleeping Computer found the info-stealing malware Vidar Stealer on a fake Notepad++ site, and the Agent Tesla keylogger and RAT on a site impersonating the Tor Project website.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The malicious sites are spread using various methods, including by email, by accidental typos from users, and other means, which may include via chat messages, social sites or by SMS.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Most sites should be blocked in modern web browsers by now. An attempt to open them in a browser should display a security warning. There is the chance, however, that new sites are created that are not yet blocked.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The main protection against these type of sites is to check the address of the site before interacting with it. It takes just a second or two to check the URL of the site and determine whether it is the real site or not. If users do not know the real domain, they may use search engines to find the right homepage. Sometimes, local data may also help in identifying the correct website.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It is also a good idea to avoid clicking on any links in emails and on social sites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2022/10/24/massive-fake-website-campaign-spreading-malware-detected/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9425</guid><pubDate>Mon, 24 Oct 2022 20:45:52 +0000</pubDate></item><item><title>Pendragon car dealer refuses $60 million LockBit ransomware demand</title><link>https://nsaneforums.com/news/security-privacy-news/pendragon-car-dealer-refuses-60-million-lockbit-ransomware-demand-r9423/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Pendragon Group, with more than 200 car dealerships in the U.K., was breached in a cyberattack from the LockBit ransomware gang, who allegedly demanded $60 million to decrypt files and not leak them.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Pendragon owns CarStore, Evans Halshaw, and Stratstone luxury car retailer, that sell brands cars for all budgets, from Jaguar, Porsche, Ferrari, Mercedes-Benz, BMW, Land Rover, or Aston Martin, to Renault, Ford, Hyundai, Nissan, Peugeot, Vauxhall, Citroen, DS, Dacia, and DAF.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Pendragon did not provide many details about the security incident and limited the information to saying that there is no impact on operations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We have identified suspicious activity on part of our IT systems and have confirmed we experienced an IT security incident," Pendragon says in the <a href="https://www.pendragonplc.com/media/security-update/" rel="external nofollow">security announcement</a>.</span>
</p>

<p>
	 
</p>

<div>
	<p>
		<span style="font-size:14px;">"This has not affected our ability to operate, and we continue to service our customers and communities as normal" - Pendragon</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">However, in an interview for <a href="https://www.thetimes.co.uk/article/44708586-511d-11ed-b120-ca4f3ffbcdc5" rel="external nofollow">The Times</a> publication on Friday, the company chief marketing officer, Kim Costello, pointed to LockBit rasnsomware gang as the culprit and said that the attack happened about a month ago.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to Costello, the company has been in contact with the hackers and received stolen files as proof of the breach but did not engage in negotiations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The hackers asked for "tens of millions of dollars before a deadline" under the threat of publishing stolen data, Costello added. According to the U.K. publication, the LockBit asked for a $60 million ransom.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The company spokesperson said that Pendragon stands firm on its decision to not pay the hackers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After discovering the attack, Pendragon reported the incident to law enforcement in the U.K. as well as to the country's data protection office.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Pendragon's spokesperson also clarified that the company's IT team reacted immediately to the attack. Results from the investigation showed that the hackers stole only 5% of the database.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer contacted the company for more info about the stolen data and the impact it would have if the hackers leak it but received no response at publishing time.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">LockBit's attack on Pendragon comes around the time the U.K. car dealer received a <a href="https://www.standard.co.uk/business/business-news/pendragon-eyes-up-ps400m-takeover-offer-b1028092.html" rel="external nofollow">takeover offer</a> of £400 million from the Sweden-based Hedin Mobility Group.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/pendragon-car-dealer-refuses-60-million-lockbit-ransomware-demand/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">9423</guid><pubDate>Mon, 24 Oct 2022 20:29:21 +0000</pubDate></item><item><title>Iran&#x2019;s atomic energy agency confirms hack after stolen data leaked online</title><link>https://nsaneforums.com/news/security-privacy-news/iran%E2%80%99s-atomic-energy-agency-confirms-hack-after-stolen-data-leaked-online-r9422/</link><description><![CDATA[<p>
	<span style="font-size:14px;">The Iranian Atomic Energy Organization (AEOI) has confirmed that one of its subsidiaries' email servers was hacked after the ''Black Reward' hacking group published stolen data online.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">AEOI says an unauthorized party from a specific foreign country, which is not named, stole emails from the hacked server, which consisted of daily correspondence and technical memos.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The agency says it immediately took the necessary preventive measures to mitigate the results of this incident and informed all concerned parties and officials to be prepared for potential exploitation attempts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">AEIO says that the purpose of the breach and the data leak was to attract public attention and smear the image of AEOI in the media.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"It is obvious that the purpose of such illegal efforts, which are carried out out of desperation, is to attract public attention, create media atmospheres, and psychological operations, and lack any other value," reads the machine-translated <a href="http://www.aeoi.org.ir/?news/48466/318330/337446/%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%DB%8C%D9%87-%D8%B3%D8%A7%D8%B2%D9%85%D8%A7%D9%86-%D8%A7%D9%86%D8%B1%DA%98%DB%8C-%D8%A7%D8%AA%D9%85%DB%8C-%D8%A7%DB%8C%D8%B1%D8%A7%D9%86-%D8%AF%D8%B1%D8%A8%D8%A7%D8%B1%D9%87-%D9%86%D9%81%D9%88%D8%B0-%D8%A8%D9%87-%D8%B3%D8%B1%D9%88%D8%B1-%D9%BE%D8%B3%D8%AA-%D8%A7%D9%84%DA%A9%D8%AA%D8%B1%D9%88%D9%86%DB%8C%DA%A9-%DB%8C%DA%A9%DB%8C-%D8%A7%D8%B2-%D8%B4%D8%B1%DA%A9%D8%AA%E2%80%8C%D9%87%D8%A7%DB%8C-%D8%AA%D8%A7%D8%A8%D8%B9%D9%87" rel="external nofollow">AEOI statement</a>.</span>
</p>

<h2>
	<span style="font-size:14px;">'Black Reward' leak</span>
</h2>

<p>
	<span style="font-size:14px;">The hacker group responsible for the attack calls itself 'Black Reward' and has leaked some of the stolen data on their Telegram channel.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">There, Black Reward posted a 27GB 14-part collection of RAR archives allegedly containing 85,000 email messages characterized as "perfect for researchers."</span>
</p>

<p>
	 
</p>

<div>
	<img alt="telegram(4).png" class="ipsImage" data-ratio="75.10" height="540" width="688" src="https://www.bleepstatic.com/images/news/u/1220909/Forum%20and%20Marketplace%20Posts/telegram(4).png" />
</div>

<div>
	<span style="font-size:14px;">Links to download the stolen emails posted on Telegram</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The hackers claim to have scrutinized the collection before publication, removing all marketing messages and spam emails and keeping only the valuable content.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The leaked data includes alleged passports and visas of Iranian and Russians working with the agency, power plant status and performance reports, contracts, and technical reports.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat actors' message ends with an oblation to Mehsa Amini, the young woman who died in the custody of Iran's "moral" police force.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The event pushed the country's people into a month-long uprising against the ruling theocratic regime, which responded with violent crackdowns <a href="https://www.bleepingcomputer.com/news/security/signal-calls-on-users-to-run-proxies-for-bypassing-iran-blocks/" rel="external nofollow">and censorship</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The hackers' message is signed "For women, life, freedom," giving the email server breach and data leak action the character of hacktivism.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/iran-s-atomic-energy-agency-confirms-hack-after-stolen-data-leaked-online/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9422</guid><pubDate>Mon, 24 Oct 2022 20:26:21 +0000</pubDate></item><item><title>Apple fixes new zero-day used in attacks against iPhones, iPads</title><link>https://nsaneforums.com/news/security-privacy-news/apple-fixes-new-zero-day-used-in-attacks-against-iphones-ipads-r9421/</link><description><![CDATA[<p>
	<span style="font-size:14px;">In security updates released on Monday, Apple has fixed the ninth zero-day vulnerability used in attacks against iPhones since the start of the year. </span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Apple revealed in an advisory today that it's aware of reports saying the security flaw "may have been actively exploited."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The bug (CVE-2022-42827) is an <a href="https://cwe.mitre.org/data/definitions/787.html" rel="external nofollow">out-of-bounds write</a> issue reported to Apple by an anonymous researcher and caused by software writing data outside the boundaries of the current memory buffer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This can result in data corruption, application crashes, or code execution because of undefined or unexpected results (also known as memory corruption) resulting from subsequent data written to the buffer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As Apple explains, if successfully exploited in attacks, this zero-day could have been used by potential attackers to execute arbitrary code with kernel privileges.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The complete list of impacted devices includes iPhone 8 and later, iPad Pro (all models), iPad Air 3rd generation and later, iPad 5th generation and later, and iPad mini 5th generation and later.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Apple addressed the zero-day vulnerability in <a href="https://support.apple.com/en-us/HT213489#:~:text=improved%20bounds%20checking.-,CVE-2022-42827,-%3A%20an%20anonymous%20researcher" rel="external nofollow">iOS 16.1 and iPadOS 16</a> with improved bounds checking.</span>
</p>

<h2>
	<span style="font-size:14px;">Patch your iPhones and iPads</span>
</h2>

<p>
	<span style="font-size:14px;">While Apple has disclosed that it knows of active exploitation reports of this vulnerability in the wild, it has yet to release any information regarding these attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This will likely allow Apple customers to patch their devices before more attackers develop additional exploits and start using them in attacks targeting vulnerable iPhones and iPads.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Even though this zero-day bug was most likely only used in highly-targeted attacks, installing today's security updates is strongly recommended to block any attack attempts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is the ninth zero-day fixed by Apple since the start of the year:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">In September, Apple <a href="https://www.bleepingcomputer.com/news/security/apple-fixes-eighth-zero-day-used-to-hack-iphones-and-macs-this-year/" rel="external nofollow">addressed a flaw</a> in the iOS Kernel (CVE-2022-32917).</span>
	</li>
	<li>
		<span style="font-size:14px;">In August, it fixed <a href="https://www.bleepingcomputer.com/news/security/apple-security-updates-fix-2-zero-days-used-to-hack-iphones-macs/" rel="external nofollow">two more zero-days</a> in the iOS Kernel (CVE-2022-32894) and WebKit (CVE-2022-32893)</span>
	</li>
	<li>
		<span style="font-size:14px;">In March, Apple <a href="https://www.bleepingcomputer.com/news/security/apple-emergency-update-fixes-zero-days-used-to-hack-iphones-macs/" rel="external nofollow">patched two zero-day</a> in the Intel Graphics Driver (CVE-2022-22674) and AppleAVD (CVE-2022-22675).</span>
	</li>
	<li>
		<span style="font-size:14px;">In February, Apple released security updates <a href="https://www.bleepingcomputer.com/news/security/apple-patches-new-zero-day-exploited-to-hack-iphones-ipads-macs/" rel="external nofollow">to address another WebKit zero-day bug</a> exploited to target iPhones, iPads, and Macs.</span>
	</li>
	<li>
		<span style="font-size:14px;">In January, <a href="https://www.bleepingcomputer.com/news/apple/apple-fixes-new-zero-day-exploited-to-hack-macos-ios-devices/" rel="external nofollow">Apple patched another pair of zero-days</a> allowing code execution with kernel privileges (CVE-2022-22587) and web browsing activity tracking (CVE-2022-22594). </span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/apple/apple-fixes-new-zero-day-used-in-attacks-against-iphones-ipads/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">9421</guid><pubDate>Mon, 24 Oct 2022 20:24:09 +0000</pubDate></item><item><title>Chrome extensions with 1 million installs hijack targets&#x2019; browsers</title><link>https://nsaneforums.com/news/security-privacy-news/chrome-extensions-with-1-million-installs-hijack-targets%E2%80%99-browsers-r9420/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Researchers at Guardio Labs have discovered a new malvertizing campaign pushing Google Chrome extensions that hijack searches and insert affiliate links into webpages.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Because all these extensions offer color customization options and arrive on the victim's machine with no malicious code to evade detection, the analysts named the campaign "Dormant Colors."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to the Guardio report, by mid-October 2022, 30 variants of the browser extensions were available on both the Chrome and the Edge web stores, amassing over a million installs.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="extensions.png" class="ipsImage" data-ratio="75.10" height="540" width="450" src="https://www.bleepstatic.com/images/news/u/1220909/Adware/extensions.png" />
</div>

<div>
	<span style="font-size:14px;">30 add-ons that were present on web stores until recently (Guardio)</span>
</div>

<h2>
	<span style="font-size:14px;">More than hijacking</span>
</h2>

<p>
	<span style="font-size:14px;">The infection begins with advertisements or redirects when visiting web pages that offer a video or download.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, when attempting to download the program or watch the video, you are redirected to another site stating you must install an extension to continue, as demonstrated below.</span>
</p>

<p>
	 
</p>

<div>
	<div class="ipsEmbeddedVideo">
		<div>
			<iframe allowfullscreen="" frameborder="0" height="113" title="Dormant Colors - Deployment" width="200" data-embed-src="https://www.youtube.com/embed/3qNqGhzL0yA?feature=oembed"></iframe>
		</div>
	</div>
</div>

<div>
	<span style="font-size:14px;">When the visitor clicks on the 'OK' or 'Continue' button, they are then prompted to install an innocuous-looking color-changing extension.</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">However, when these extensions are first installed, they will redirect users to various pages that side-load malicious scripts that instruct the extension on how to perform search hijacking and on what sites to insert affiliate links.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The first one dynamically creates elements on the page while trying desperately to obfuscate the JavaScript API calls," explains the <a href="https://guardiosecurity.medium.com/dormant-colors-live-campaign-with-over-1m-data-stealing-extensions-installed-9a9a459b5849" rel="external nofollow">Guardio report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Both of those HTML elements (colorstylecsse and colorrgbstylesre) include content (InnerText) that for the first is a '#' separated list of strings and regexes and the last is a comma-separated list of 10k+ domains."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"To finish it up, it also assigns a new URL to the location object so you are redirected to the advertisement that finalizes this flow as it is was just another advertisement popup."</span>
</p>

<p>
	 
</p>

<div>
	<img alt="process-diagram.png" class="ipsImage" data-ratio="81.20" height="540" width="356" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/process-diagram.png" />
</div>

<div>
	<span style="font-size:14px;">How the extension attack unfolds on the host (Guardia)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">When performing search hijacking, the extension will redirect search queries to return results from sites affiliated with the extension's developer, thus generating income from ad impressions and the sale of search data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Dormant Colors goes beyond this by also hijacking the victim’s browsing on an extensive list of 10,000 websites by automatically redirecting users to the same page but this time with affiliate links appended to the URL.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Once the affiliate tags are appended to the URL, any purchase made on the site will generate a commission for the developers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Guardio has also shared a video demonstrating the affiliation hijacking component, shown below.</span>
</p>

<p>
	 
</p>

<div>
	<div class="ipsEmbeddedVideo">
		<div>
			<iframe allowfullscreen="" frameborder="0" height="150" title="Dormant Colors - Affiliation Hijacking" width="200" data-embed-src="https://www.youtube.com/embed/I-TayU9GrbY?feature=oembed"></iframe>
		</div>
	</div>
</div>

<h2>
	<span style="font-size:14px;">Potential for more</span>
</h2>

<p>
	<span style="font-size:14px;">The researchers warn that using the same stealthy malicious code side-loading technique, the operators of Dormant Colors could achieve potentially nastier things than hijacking affiliations.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The researchers say it’s possible to redirect victims to phishing pages to steal credentials for Microsoft 365, Google Workspace, bank sites, or social media platforms.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="more-damage.png" class="ipsImage" data-ratio="85.44" height="540" width="351" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/more-damage.png" />
	<p>
		<span style="font-size:14px;">Theoretical alternative attack (Guardia)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">While there are no signs that the campaigns are performing this more malicious behavior, the researchers say it could be enabled simply by side-loading additional scripts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The extensions and the websites listed in the report's IoCs section have been removed/taken offline, but the researchers warn that the operation is constantly renewed with new add-on names and domains.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/chrome-extensions-with-1-million-installs-hijack-targets-browsers/" rel="external nofollow">Source</a></span>
</div>
]]></description><guid isPermaLink="false">9420</guid><pubDate>Mon, 24 Oct 2022 20:14:58 +0000</pubDate></item><item><title>FBI warning: This ransomware group is targeting poorly protected VPN servers</title><link>https://nsaneforums.com/news/security-privacy-news/fbi-warning-this-ransomware-group-is-targeting-poorly-protected-vpn-servers-r9417/</link><description><![CDATA[<p>
	<span style="font-size:18px;"><strong>Attackers are using VPN servers to gain access, and then SSH and RDP to spread through networks. </strong></span>
</p>

<p>
	 
</p>

<p>
	The FBI and other agencies are warning of a rise in Daixin Team ransomware and data extortion attacks on healthcare providers.  
</p>

<p>
	 
</p>

<p>
	The Federal Bureau of Investigation (FBI), Cybersecurity and Infrastructure Security Agency (CISA), and Department of Health and Human Services (HHS) has issued a joint warning about Daixin Team activity against the healthcare and public health sector since June 2022.  
</p>

<p>
	 
</p>

<p>
	The group has used ransomware to encrypt servers providing services for electronic health records, diagnostics, imaging, and intranet. They have also exfiltrated personal identifiable information and patient health information.
</p>

<p>
	 
</p>

<p>
	The agencies are warning health providers to secure VPN servers as this was how the group gained access to previous targets, including exploiting an unpatched flaw in the victim's VPN server. In another confirmed case, the actors used previously compromised credentials to access a legacy VPN server where multi-factor authentication (MFA) was not enabled. The actors are believed to have acquired the VPN credentials through a phishing email with a malicious attachment.
</p>

<p>
	 
</p>

<p>
	After accessing the VPN, the group used remote protocols SSH and RDP to move laterally, then sought privileged accounts through credential dumping and 'pass the hash', where attackers use stolen password hashes to move laterally.      
</p>

<p>
	 
</p>

<p>
	The actors have also used privileged accounts to access VMware vCenter Server and reset account passwords for ESXi servers in the environment. Then they use SSH to connect to accessible ESXi servers and deploy ransomware on those servers, according to the advisory.
</p>

<p>
	The Daixin group also exfiltrated data from victim systems.
</p>

<p>
	 
</p>

<p>
	Among several mitigations, the advisory says organizations must prioritize patching VPN servers, remote-access software, virtual-machine software, and CISA's known-exploited vulnerabilities. It also recommends locking down RDP and turning off SSH, as well as Telnet, Winbox, and HTTP for wide-area networks, and securing them with strong passwords and encryption when enabled. Organizations should also require MFA for as many services as possible.
</p>

<p>
	 
</p>

<p>
	Because lives can depend on these systems, providers in the sector are routinely targeted by cyber criminals. The FBI's Internet Crime Complaint Center (IC3) data indicates the health sector accounts for 25% of ransomware complaints of victim reports across all 16 critical infrastructure sectors.
</p>

<p>
	 
</p>

<p>
	Also, in IC3's 2021 annual report, the HPH Sector accounted for 148 ransomware reports. It was the largest source of ransomware complaints within the 649 ransomware reports made that year across 14 critical infrastructure sectors.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.zdnet.com/article/fbi-warning-this-ransomware-group-is-targeting-poorly-protected-vpn-servers/" rel="external nofollow">source</a></strong>
</p>
]]></description><guid isPermaLink="false">9417</guid><pubDate>Mon, 24 Oct 2022 17:17:51 +0000</pubDate></item><item><title>Typosquat campaign mimics 27 brands to push Windows, Android malware</title><link>https://nsaneforums.com/news/security-privacy-news/typosquat-campaign-mimics-27-brands-to-push-windows-android-malware-r9408/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A massive, malicious campaign is underway using over 200 typosquatting domains that impersonate twenty-seven brands to trick visitors into downloading various Windows and Android malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Typosquatting is an old method of tricking people into visiting a fake website by registering a domain name similar to that used by genuine brands.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The domains used in this campaign are very close to the authentic ones, featuring a single letter position swap or an additional "s," making them easy for people to miss.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In terms of appearance, in most cases seen by BleepingComputer, the malicious websites are clones of the originals or at least convincing enough, so there's not much to give away the fraud.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Victims typically end up on these sites by mistyping the website name they want to visit in the browser's URL bar, which is not uncommon when typing on mobile.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, users could also be led on these sites via phishing emails or SMS, direct messages, malicious social media and forum posts, and other ways.</span>
</p>

<h2>
	<span style="font-size:14px;">A vast network of fake sites</span>
</h2>

<p>
	<span style="font-size:14px;">Some of the malicious sites were discovered by cyber-intelligence firm Cyble, which published a report this week focusing on domains mimicking popular Android app stores like Google Play, APKCombo, and APKPure, as well as download portals for PayPal, VidMate, Snapchat, and TikTok.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="paypal.png" class="ipsImage" data-ratio="75.10" height="515" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/paypal.png" />
		
			<p>
				<span style="font-size:14px;">Malicious site impersonating PayPal</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Some of the domains used for this purpose are:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">payce-google[.]com – impersonates Google Wallet</span>
	</li>
	<li>
		<span style="font-size:14px;">snanpckat-apk[.]com – impersonates Snapchat</span>
	</li>
	<li>
		<span style="font-size:14px;">vidmates-app[.]com – impersonates VidMate</span>
	</li>
	<li>
		<span style="font-size:14px;">paltpal-apk[.]com – impersonates PayPal</span>
	</li>
	<li>
		<span style="font-size:14px;">m-apkpures[.]com – impersonates APKPure</span>
	</li>
	<li>
		<span style="font-size:14px;">tlktok-apk[.]link – impersonates download portal for TikTok app</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In all these cases, the malware delivered to users attempting to download the APKs is <a href="https://www.bleepingcomputer.com/news/security/new-ermac-20-android-malware-steals-accounts-wallets-from-467-apps/" rel="external nofollow">ERMAC</a>, a banking trojan targeting banking accounts and cryptocurrency wallets from 467 apps.</span>
</p>

<h2>
	<span style="font-size:14px;">Part of a much larger campaign</span>
</h2>

<p>
	<span style="font-size:14px;">While <a href="https://blog.cyble.com/2022/10/18/ermac-android-malware-increasingly-active/" rel="external nofollow">Cyble's report</a> focused on the campaign's Android malware, BleepingComputer found a much larger typosquatting campaign from the same operators, distributing Windows malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This campaign consists of over 90 websites created to impersonate over twenty-seven popular brands to distribute Windows malware, steal cryptocurrency recovery keys, and, as described above, push Android malware.</span>
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1">
	<tbody>
		<tr>
			<td>
				<span style="font-size:14px;">Category</span>
			</td>
			<td>
				<span style="font-size:14px;">Impersonated Brands</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">Mobile Apps &amp; Services</span>
			</td>
			<td>
				<span style="font-size:14px;">TikTok<br />
				Vidmate<br />
				SnapChat<br />
				Paypal<br />
				APK Pure<br />
				APKCombo<br />
				Google Wallet</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">Software</span>
			</td>
			<td>
				<span style="font-size:14px;">Microsoft Visual Studio<br />
				Brave Browser<br />
				ThunderBird<br />
				Notepad+<br />
				Tor Browser</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">Cryptocurrency</span>
			</td>
			<td>
				<span style="font-size:14px;">TronLink<br />
				MetaMask<br />
				Phantom<br />
				Cosmos Wallet<br />
				Mintable<br />
				Ethermine<br />
				GenoPets</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">Crypto and Stock trading</span>
			</td>
			<td>
				<span style="font-size:14px;">Trading View<br />
				IQ Option<br />
				NinjaTrader<br />
				Tiger.Trade</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">Web sites</span>
			</td>
			<td>
				<span style="font-size:14px;">Figma<br />
				Quatro Casinos<br />
				Big Time<br />
				CS:Money</span>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A notable example of one of these typosquat sites is for the very popular Notepad++ text editor. This fake site uses the domain "notepads-plus-plus[.]org", which is only a character away from the authentic at "notepad-plus-plus.org".</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="notepad__.png" class="ipsImage" data-ratio="75.10" height="540" width="537" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/notepad__.png" />
		
			<p>
				<span style="font-size:14px;">Fake Notepad++ site delivering Vidar Stealer</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The files from this site install the Vidar Stealer information-stealing malware, which has had its size inflated to 700MB to evade analysis.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Another site discovered by BleepingComputer impersonates the Tor Project using the "tocproject.com" domain. In this case, the website drops the Agent Tesla keylogger and RAT.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="tor.png" class="ipsImage" data-ratio="75.10" height="486" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/tor.png" />
		
			<p>
				<span style="font-size:14px;">Fake Tor site dropping Agent Tesla</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">By digging deeper into the long list of the domains, we've found several targeting popular software like:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">thundersbird[.]org – Impersonates the popular Thunderbird open-source email suite, dropping Vidar Stealer</span>
	</li>
	<li>
		<span style="font-size:14px;">codevisualstudio[.]org – Impersonates Microsoft’s Visual Studio Code to drop Vidar</span>
	</li>
	<li>
		<span style="font-size:14px;">braves-browsers[.]org – Impersonates the Brave web browser to drop Vidar</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	
		<img alt="fake-sites.png" class="ipsImage" data-ratio="75.10" height="246" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/fake-sites.png" />
		
			<p>
				<span style="font-size:14px;">More fake sites dropping Windows malware</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The variety in the malware families delivered to victims may indicate that the campaign operators experiment with various strains to see what works best.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Another portion of these sites target cryptocurrency wallets and seed phrases, a very profitable activity for threat actors.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For example, BleepingComputer found "ethersmine[.]com", which attempts to steal the visitor's Ethereum wallet seed phrase.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="metamask.png" class="ipsImage" data-ratio="75.10" height="509" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Website%20snaps/metamask.png" />
		
			<p>
				<span style="font-size:14px;">Site impersonating the Ethermine mining pool</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Other sites in the campaign target cryptocurrency holders and digital asset investors impersonating popular crypto wallets, trading apps, and NFT sites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Of course, the threat actors use multiple variants of each domain to cover as many mistypes as possible, so these domains are only a small sample of the entire network of domains used in the campaign.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Some browsers like Google Chrome and Microsoft Edge include typosquatting protection. However, in our tests, the browsers did not block any of the domains we tested.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To protect yourself from typosquatting domains, the best method to find a legitimate site is to search for a particular brand in a search engine.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, you should avoid clicking on ads shown in search results, as there have been <a href="https://www.bleepingcomputer.com/news/security/convincing-youtube-google-ads-lead-to-windows-support-scams/" rel="external nofollow">many cases</a> where <a href="https://www.bleepingcomputer.com/news/security/crypto-investors-lose-500-000-to-google-ads-pushing-fake-wallets/" rel="external nofollow">malicious ads are created</a> to impersonate a real site.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/typosquat-campaign-mimics-27-brands-to-push-windows-android-malware/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9408</guid><pubDate>Sun, 23 Oct 2022 21:29:51 +0000</pubDate></item><item><title>Thousands of GitHub repositories deliver fake PoC exploits with malware</title><link>https://nsaneforums.com/news/security-privacy-news/thousands-of-github-repositories-deliver-fake-poc-exploits-with-malware-r9407/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Researchers at the Leiden Institute of Advanced Computer Science found thousands of repositories on GitHub that offer fake proof-of-concept (PoC) exploits for various vulnerabilities, some of them including malware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">GitHub is one of the largest code hosting platforms, and researchers use it to publish PoC exploits to help the security community verify fixes for vulnerabilities or determine the impact and scope of a flaw.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to the technical paper from the researchers at Leiden Institute of Advanced Computer Science, the possibility of getting infected with malware instead of obtaining a PoC could be as high as 10.3%, excluding proven fakes and prankware.</span>
</p>

<h2>
	<span style="font-size:14px;">Data collection and analysis</span>
</h2>

<p>
	<span style="font-size:14px;">The researchers analyzed a little over 47,300 repositories advertising an exploit for a vulnerability disclosed between 2017 and 2021 using the following three mechanisms:</span>
</p>

<ul>
	<li>
		<span style="font-size:14px;">IP address analysis: comparing the PoC's publisher IP to public blocklists and VT and AbuseIPDB.</span>
	</li>
	<li>
		<span style="font-size:14px;">Binary analysis: run VirusTotal checks on the provided executables and their hashes.</span>
	</li>
	<li>
		<span style="font-size:14px;">Hexadecimal and Base64 analysis: decode obfuscated files before performing binary and IP checks.</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	<img alt="method.png" class="ipsImage" data-ratio="45.56" height="148" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Diagrams/method.png" />
</div>

<div>
	<span style="font-size:14px;">Method of data analysis (Arxiv.org)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Of the 150,734 unique IPs extracted, 2,864 matched blocklist entries, 1,522 were detected as malicious in antivirus scans on Virus Total, and 1,069 of them were present in the AbuseIPDB database.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="IP-matches(1).png" class="ipsImage" data-ratio="117.65" height="540" width="415" src="https://www.bleepstatic.com/images/news/u/1220909/Tables/IP-matches(1).png" />
</div>

<div>
	<span style="font-size:14px;">IP addresses found on various blocklists (Arxiv.org)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The binary analysis examined a set of 6,160 executables and revealed a total of 2,164 malicious samples hosted in 1,398 repositories.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In total, 4,893 repositories out of the 47,313 tested were deemed malicious, with most of them concerning vulnerabilties from 2020.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><img alt="Malicious repositories per year" data-ratio="63.27" src="https://www.bleepstatic.com/images/news/u/1220909/Tables/repos-year(1).png" /></span>
</div>

<div>
	<span style="font-size:14px;">Malicious repositories per year (Arxiv.org)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The report contains a small set of repositories with fake PoCs that delivered malware. However, the researchers shared with BleepingComputer at least 60 other examples that are still live and in the process of being taken down by GitHub.</span>
</p>

<h2>
	<span style="font-size:14px;">Malware in the PoC</span>
</h2>

<p>
	<span style="font-size:14px;">By looking closer into some of those cases, the researchers found a plethora of different malware and harmful scripts, ranging from remote access trojans to Cobalt Strike.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">One interesting case is that of a PoC for CVE-2019-0708, commonly known as "BlueKeep", which contains a base64-obfuscated Python script that fetches a VBScript from Pastebin.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The script is the Houdini RAT, an old JavaScript-based trojan that supports remote command execution via the Windows CMD.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="houdini(1).png" class="ipsImage" data-ratio="75.10" height="355" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/houdini(1).png" />
</div>

<div>
	<span style="font-size:14px;">Obfuscated script and de-obfuscated Houdini</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">In another case, the researchers spotted a fake PoC that was an info-stealer collecting system information, IP address, and user agent.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This was created before as a security experiment by <a href="https://curtbraz.medium.com/exploiting-the-exploiters-46fd0d620fd8" rel="external nofollow">another researcher</a>, so finding it with the automated tool was a confirmation for the researchers that their approach worked.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="exfil-script.png" class="ipsImage" data-ratio="103.30" height="532" width="515" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/exfil-script.png" />
</div>

<div>
	<span style="font-size:14px;">Fake PoC exfiltration example (Arxiv.org)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">One of the researchers, El Yadmani Soufian, who is also a security researcher at Darktrace, was kind enough to provide BleepingComputer with additional examples not included in the technical report, which are given below:</span>
</p>

<p>
	<span style="font-size:14px;">PowerShell PoC containing a binary encoded in base64 flagged as malicious in Virus Total.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="powershell-slide1(1).png" class="ipsImage" data-ratio="75.10" height="354" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/powershell-slide1(1).png" />
</div>

<div>
	<span style="font-size:14px;">Fake PowerShell PoC</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Python PoC containing a one-liner that decodes a base64-encoded payload flagged as malicious on Virus Total.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="one-liner-slide-2(1).png" class="ipsImage" data-ratio="75.10" height="343" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/one-liner-slide-2(1).png" />
</div>

<div>
	<span style="font-size:14px;">Malicious one-liner payload posing as a PoC</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Fake BlueKeep exploit containing an executable that is flagged by most antivirus engines as malicious, and identified as Cobalt Strike.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="cobalt-slide3.png" class="ipsImage" data-ratio="75.10" height="351" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/cobalt-slide3.png" />
</div>

<div>
	<span style="font-size:14px;">Cobalt Strike dropped via fake PoC</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">A script hiding inside fake PoC with inactive malicious components that could cause damage if its author wishes so.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="non-malicious-slide4.png" class="ipsImage" data-ratio="75.10" height="305" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/non-malicious-slide4.png" />
</div>

<div>
	<span style="font-size:14px;">Harmless but fake PoC</span>
</div>

<h2>
	<span style="font-size:14px;">How to stay safe</span>
</h2>

<p>
	<span style="font-size:14px;">Blindly trusting a repository on GitHub from an unverified source would be a bad idea since the content is not moderated, so it falls on the users to review it before using it.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Software testers are advised to carefully scrutinize the PoCs they download and run as many checks as possible before executing them.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Soufian believes that all testers should follow these three steps:</span>
</p>

<ol>
	<li>
		<span style="font-size:14px;">Read carefully the code you are about to run on your or your customer's network.</span>
	</li>
	<li>
		<span style="font-size:14px;">If the code is too obfuscated and needs too much time to analyze manually, sandbox it in an environment (ex: an isolated Virtual Machine) and check your network for any suspicious traffic.</span>
	</li>
	<li>
		<span style="font-size:14px;">Use open-source intelligence tools like VirusTotal to analyze binaries.</span>
	</li>
</ol>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The researchers have reported all the malicious repositories they discovered to GitHub, but it will take some time until all of them are reviewed and removed, so many still remain available to the public.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As Soufian explained, their study aims not just to serve as a one-time cleaning action on GitHub but to act as a trigger to develop an automated solution that could be used to flag malicious instructions in the uploaded code.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This is the first version of the team's research and they are working on improving their detector. Currently, the the detection tool misses code with stronger obfuscation.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/thousands-of-github-repositories-deliver-fake-poc-exploits-with-malware/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">9407</guid><pubDate>Sun, 23 Oct 2022 21:20:03 +0000</pubDate></item><item><title>Android adware apps in Google Play downloaded over 20 million times</title><link>https://nsaneforums.com/news/security-privacy-news/android-adware-apps-in-google-play-downloaded-over-20-million-times-r9401/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Security researchers at McAfee have discovered a set of 16 malicious clicker apps that managed to sneak into Google Play, the official app store for Android.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Clicker apps are a special category of adware that loads ads in invisible frames or in the background and clicks them to generate revenue for their operators.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The effect on the device may be a drop in performance, overheating, increased battery usage, and inflated mobile data charges.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">All 16 apps have been removed from Google Play after McAfee reported them. However, they still amassed an install count of 20 million.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="clicker-apps(1).png" class="ipsImage" data-ratio="109.53" height="540" width="390" src="https://www.bleepstatic.com/images/news/u/1220909/Adware/clicker-apps(1).png">
</div>

<div>
	<span style="font-size:14px;">Some of the clicker apps discovered (McAfee)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The nastiest of the bunch is DxClean, which was installed five million times before it being removed. It had a relatively positive overall user rating of 4.1 out of 5 stars.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="dxclean.png" class="ipsImage" data-ratio="90.76" height="540" width="461" src="https://www.bleepstatic.com/images/news/u/1220909/Adware/dxclean.png">
</div>

<div>
	<span style="font-size:14px;">DxClean was downloaded 5 million times (McAfee)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">DxClean posed as a system cleaner and optimizer, promising to detect causes of system slowdowns and stop advertisement annoyances while performing the exact opposite actions in the background.</span>
</p>

<h2>
	<span style="font-size:14px;">Clicker app functions</span>
</h2>

<p>
	<span style="font-size:14px;">After launch, the apps download their configuration from a remote location via an HTTP request and register an FCM (Firebase Cloud Messaging) listener to receive push messages.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These messages contain instructions for the clickers, such as which functions to call and what parameters to use.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“When an FCM message receives and meets some condition, the latent function starts working,” McAfee explains in the <a href="http://www.mcafee.com/blogs/other-blogs/mcafee-labs/new-malicious-clicker-found-in-apps-installed-by-20m-users/" rel="external nofollow">report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“Mainly, it is visiting websites which are delivered by FCM message and browsing them successively in the background while mimicking user’s behavior,” the researchers add.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="list.png" class="ipsImage" data-ratio="75.10" height="379" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/list.png">
</div>

<div>
	<span style="font-size:14px;">Network traffic to collect info for the auto-clicks (McAfee)</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">The auto-clicking function is handled by the ‘click.cas’ component, while the agent managing the hidden adware services is ‘com.liveposting’.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><img alt="The two libraries supporting the clickers' operation" data-ratio="58.10" src="https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/modules.png"></span>

	<p>
		<span style="font-size:14px;">The two libraries supporting the clickers' operation - (McAfree)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">McAfee analysts say that the liveposting SDK can operate on its own, too, possibly to create only ad impressions, but recent versions of the apps feature both libraries.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The victim never interacts with the opened websites and is unlikely to realize the underground processes that generate profit for the remote operators.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To stay below the user's radar, the malicious operation does not begin in the first hour after installing the app delays its start when the user is actively using the device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Some ways to discover if apps of this kind are present on the device, users should check battery and internet usage. If the system stayed unused for a period, there is no justification for higher battery drainage and increased mobile data consumption.</span>
</p>

<p>
	<span style="font-size:14px;">For the complete list of the 16 clicker apps, check out the indicators of compromise section at the bottom of <a href="https://www.mcafee.com/blogs/other-blogs/mcafee-labs/new-malicious-clicker-found-in-apps-installed-by-20m-users/" rel="external nofollow">McAfee’s report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/android-adware-apps-in-google-play-downloaded-over-20-million-times/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9401</guid><pubDate>Sun, 23 Oct 2022 09:28:35 +0000</pubDate></item><item><title>TommyLeaks and SchoolBoys: Two sides of the same ransomware gang</title><link>https://nsaneforums.com/news/security-privacy-news/tommyleaks-and-schoolboys-two-sides-of-the-same-ransomware-gang-r9400/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Two new extortion gangs named 'TommyLeaks' and 'SchoolBoys' are targeting companies worldwide. However, there is a catch — they are both the same ransomware gang.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Last month, security researcher MalwareHunterTeam <a href="https://twitter.com/malwrhunterteam/status/1567761739223007232" rel="external nofollow">tweeted</a> about a new extortion gang known as 'TommyLeaks.'</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This hacking group claims to breach corporate networks, steal data, and demand a ransom not to leak data. Ransom demands seen by BleepingComputer range from $400,000 to $700,000.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ransom-note-tommyleaks.jpg" class="ipsImage" data-ratio="75.10" height="491" width="720" src="https://www.bleepstatic.com/images/news/ransomware/t/tommyleaks-schoolboys/ransom-note-tommyleaks.jpg" />
	<p>
		<span style="font-size:14px;">TommyLeaks ransom note - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">In October, MalwareHunterTeam <a href="https://twitter.com/malwrhunterteam/status/1580547324832464898" rel="external nofollow">discovered</a> another new extortion gang named ‘SchoolBoys Ransomware Gang’ that claims to steal data and encrypt victims’ devices as part of their attacks.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ransom-schoolboys.jpg" class="ipsImage" data-ratio="75.10" height="540" width="698" src="https://www.bleepstatic.com/images/news/ransomware/t/tommyleaks-schoolboys/ransom-schoolboys.jpg" />
	<p>
		<span style="font-size:14px;">SchoolBoys Ransomware Gang ransom note - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">BleepingComputer later found a sample of the SchoolBoys ransomware encryptor [<a href="https://www.virustotal.com/gui/file/54489dfab5d689cd969e26e32285029095088c2673f96a9bc3df6ec14ca0a6b2/details" rel="external nofollow">VirusTotal</a>] and confirmed it was created using the <a href="https://www.bleepingcomputer.com/news/security/lockbit-ransomware-builder-leaked-online-by-angry-developer-/" rel="external nofollow">leaked LockBit 3.0 builder</a>.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="schoolboys-encrypted-files.jpg" class="ipsImage" data-ratio="75.10" height="472" width="720" src="https://www.bleepstatic.com/images/news/ransomware/t/tommyleaks-schoolboys/schoolboys-encrypted-files.jpg" />
	<p>
		<span style="font-size:14px;">SchoolBoys ransomware using LockBit's encryptor - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The threat actors steal data during their attacks but do not have a known public data leak site at this time.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While there was nothing linking the groups at the time, they both used the same Tor chat system for their negotiation sites.</span>
</p>

<table cellpadding="1" cellspacing="1">
	<tbody>
		<tr>
			<td>
				<p>
					 
				</p>

				<p>
					<img alt="schoolboys-negotiation-site.jpg" class="ipsImage" data-ratio="75.10" height="540" width="720" src="https://www.bleepstatic.com/images/news/ransomware/t/tommyleaks-schoolboys/schoolboys-negotiation-site.jpg" /> 
				</p>

				<p>
					S<span style="font-size:14px;">choolBoy's Ransomware Gang negotiation site - Source: BleepingComputer.com</span>
				</p>

				<p>
					 
				</p>
			</td>
			<td>
				 
				<p>
					 
				</p>
			</td>
		</tr>
	</tbody>
</table>

<p>
	<img alt="tommyleaks-negotiation-site.jpg" data-ratio="75.10" width="719" src="https://www.bleepstatic.com/images/news/ransomware/t/tommyleaks-schoolboys/tommyleaks-negotiation-site.jpg" />
</p>

<p>
	<span style="font-size:14px;">TommyLeaks negotiation site - Source: BleepingComputer.com</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Even more curious, this same chat system has only been used before by the Karakurt extortion group.</span>
</p>

<h2>
	<span style="font-size:14px;">Two sides of the same coin</span>
</h2>

<p>
	<span style="font-size:14px;">This week, BleepingComputer has confirmed that both TommyLeaks and the SchoolBoys Ransomware Gang are, in fact, the same extortion group.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In a SchoolBoys negotiation chat shared with BleepingComputer, the threat actors greet their victim as "TommyLeaks" in their attempts to coerce a ransom payment.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While it is unclear why they are utilizing two different names as part of their operation, they may be trying a similar <a href="https://www.bleepingcomputer.com/news/security/karakurt-revealed-as-data-extortion-arm-of-conti-cybercrime-syndicate/" rel="external nofollow">approach to that taken by Conti and Karakurt</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Earlier this year, AdvIntel CEO Vitali Kremez told BleepingComputer that Karakurt was part of the Conti cybercrime syndicate.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When Conti's ransomware encryptor was blocked in attacks, the hackers extorted the victim using the already stolen data under the Karakurt name rather than the Conti brand.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To take it one step further, as the TommyLeaks/SchoolBoys group uses the chat system as Karakurt, we may be seeing a rebrand of the Conti offshoot into these newer brands.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While it is too soon to tell if this is what is occurring, the extortion group is one that enterprises need to keep an eye on as they are targeting entities of all sizes.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/tommyleaks-and-schoolboys-two-sides-of-the-same-ransomware-gang/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">9400</guid><pubDate>Sun, 23 Oct 2022 09:18:30 +0000</pubDate></item><item><title>Exploited Windows zero-day lets JavaScript files bypass security warnings</title><link>https://nsaneforums.com/news/security-privacy-news/exploited-windows-zero-day-lets-javascript-files-bypass-security-warnings-r9399/</link><description><![CDATA[<p>
	<span style="font-size:14px;">An update was added to the end of the article explaining that any Authenticode-signed file, including executables, can be modified to bypass warnings.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A new Windows zero-day allows threat actors to use malicious stand-alone JavaScript files to bypass Mark-of-the-Web security warnings. Threat actors are already seen using the zero-day bug in ransomware attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Windows includes a security feature called Mark-of-the-Web (MoTW) that flags a file as having been downloaded from the Internet and, therefore, should be treated with caution as it could be malicious.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The MoTW flag is added to a downloaded file or email attachment as a special Alternate Data Stream called 'Zone.Identifier,' which can be viewed using the 'dir /R' command and opened directly in Notepad, as shown below.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="dir-js-motw.jpg" class="ipsImage" data-ratio="75.10" height="540" width="683" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/dir-js-motw.jpg" />
	<p>
		<span style="font-size:14px;">The Mark-of-the-Web alternate data stream - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">This 'Zone.Identifier' alternate data stream includes what <a href="https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms537183(v=vs.85)?redirectedfrom=MSDN" rel="external nofollow">URL security zone</a> the file is from (three equals the Internet), the referrer, and the URL to the file.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When a user attempts to open a file with the Mark-of-the-Web flag, Windows will display a warning that the file should be treated with caution.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"While files from the Internet can be useful, this file type can potentially harm your computer. If you do not trust the source, do not open this software," reads the warning from Windows.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="calc-motw-warning(1).jpg" class="ipsImage" data-ratio="84.60" height="500" width="591" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/calc-motw-warning(1).jpg" />
	<p>
		<span style="font-size:14px;">Windows security warning when opening files with MoTW flags - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Microsoft Office also utilizes the MoTW flag to determine if the file should be opened in Protected View, causing macros to be disabled.</span>
</p>

<h2>
	<span style="font-size:14px;">Windows MoTW bypass zero-day flaw</span>
</h2>

<p>
	<span style="font-size:14px;">The HP threat intelligence team recently reported that threat actors are infecting devices with <a href="https://www.bleepingcomputer.com/news/security/magniber-ransomware-now-infects-windows-users-via-javascript-files/" rel="external nofollow">Magniber ransomware using JavaScript files</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To be clear, we are not talking about JavaScript files commonly used on almost all websites, but .JS files distributed by threat actors as attachments or downloads that can run outside of a web browser.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The JavaScript files seen distributed by the Magniber threat actors are digitally signed using an embedded base64 encoded signature block as described in this <a href="https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176795(v=technet.10)?redirectedfrom=MSDN" rel="external nofollow">Microsoft support article</a>.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="magniber-js.jpg" class="ipsImage" data-ratio="75.10" height="453" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/magniber-js.jpg" />
	<p>
		<span style="font-size:14px;">JavaScript file used to install the Magniber Ransomware - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">After being analyzed by <a href="https://twitter.com/wdormann" rel="external nofollow">Will Dormann</a>, a senior vulnerability analyst at ANALYGENCE, <a href="https://twitter.com/wdormann/status/1582466468968792064" rel="external nofollow">he discovered</a> that the attackers signed these files with a malformed key.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;"><img alt="Malformed signature in malicious JavaScript file" data-ratio="54.72" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/check-signature.jpg" /></span>

	<p>
		<span style="font-size:14px;">Malformed signature in malicious JavaScript file - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">When signed in this manner, even though the JS file was downloaded from the Internet and received a MoTW flag, Microsoft would not display the security warning, and the script would automatically execute to install the Magniber ransomware.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Dormann further tested the use of this malformed signature in JavaScript files and was able to create proof-of-concept JavaScript files that would bypass the MoTW warning.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Both of these JavaScript (.JS) files were shared with BleepingComputer, and as you can see below, they both received a Mark-of-the-Web, as indicated by the red boxes, when downloaded from a website.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="mark-of-the-web.jpg" class="ipsImage" data-ratio="75.10" height="462" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/mark-of-the-web.jpg" />
	<p>
		<span style="font-size:14px;">Mark-of-the-Web on Dormann's PoC exploits - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The difference between the two files is that one is signed using the same malformed key from the Magniber files, and the other contains no signature at all. </span>
</p>

<p>
	 
</p>

<div>
	<img alt="poc-exploits.jpg" class="ipsImage" data-ratio="75.10" height="540" width="628" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/poc-exploits.jpg" />
	<p>
		<span style="font-size:14px;">Dormann's PoC Exploits - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">When the unsigned file is opened in Windows 10, a MoTW security warning is properly displayed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, when double-clicking the 'calc-othersig.js,' which is signed with a malformed key, Windows does not display a security warning and simply executes the JavaSript code, as demonstrated below.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="demo.gif" class="ipsImage" data-ratio="75.10" height="540" width="564" src="https://www.bleepstatic.com/images/news/Microsoft/vulnerabilities/j/js-motw/demo.gif" />
	<p>
		<span style="font-size:14px;">Demonstration of the Windows zero-day bypassing security warnings - Source: BleepingComputer</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Using this technique, threat actors can bypass the normal security warnings shown when opening downloaded JS files and automatically execute the script.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer was able to reproduce the bug in Windows 10. However, for Windows 11, the bug would only trigger when running the JS file directly from an archive.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Dormann told BleepingComputer that he believes this bug was first introduced with the release of  Windows 10, as a fully patched Windows 8.1 device displays the MoTW security warning as expected.</span>
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="embed5820000893" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/wdormann/status/1582925407107821568" style="height:795px;"></iframe>
</div>

<div>
	 
</div>

<div>
	<span style="font-size:14px;">According to Dormann, the bug stems from Windows 10's new 'Check apps and files' SmartScreen feature under Windows Security &gt; App &amp; Browser Control &gt; Reputation-based protection settings.</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">"This issue is in the new-as-of-Win10 SmartScreen feature.  And disabling "Check apps and files" reverts Windows to the legacy behavior, where MotW prompts are unrelated to Authenticode signatures," Dormann told BleepingComputer.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"So that whole setting is unfortunately currently a tradeoff.  On one hand, it does scan for baddies that are downloaded."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"On the other, baddies that take advantage of this bug can get a LESS-SECURE behavior from Windows compared to when the feature is disabled."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The zero-day vulnerability is particularly concerning as we know threat actors are actively exploiting it in ransomware attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Dormann shared the proof-of-concept with Microsoft, who said they could not reproduce the MoTW security warning bypass.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, Microsoft told BleepingComputer that they are aware of the reported issue and are investigating it.</span>
</p>

<p>
	 
</p>

<p>
	<em><strong><span style="font-size:14px;">Update 10/22/22</span></strong></em>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After the publication of this article, Dormann told BleepingComputer that threat actors could modify any Authenticode-signed file, including executables (.EXE), to bypass the MoTW security warnings.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To do this, Dormann says that a signed executable can be modified using a hex editor to change some of the bytes in the signature portion of the file and thus corrupt the signature.</span>
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="embed2342621243" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/wdormann/status/1582493426494636032?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1582493426494636032%257Ctwgr%255Eb509c711e01035cfc78bff6edef9e7e02130d66f%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/exploited-windows-zero-day-lets-javascript-files-bypass-security-warnings/"></iframe>
</div>

<div>
	 
</div>

<div>
	<span style="font-size:14px;">Once the signature is corrupted, Windows will not check the file using SmartScreen, as if a MoTW flag was not present, and allow it to run.</span>
</div>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Files that have a MotW are treated as if there were no MotW if the signature is corrupt. What real-world difference that makes depends on what type of file it is," explained Dormann.</span>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/exploited-windows-zero-day-lets-javascript-files-bypass-security-warnings/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">9399</guid><pubDate>Sun, 23 Oct 2022 09:09:39 +0000</pubDate></item></channel></rss>
