<?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/164/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>Shifting the focus from reactive to proactive, with human-led secure coding</title><link>https://nsaneforums.com/news/security-privacy-news/shifting-the-focus-from-reactive-to-proactive-with-human-led-secure-coding-r398/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>Shifting the focus from reactive to proactive, with human-led secure coding</strong></span>
</p>

<p>
	 
</p>

<p>
	The same 10 software vulnerabilities have caused more security breaches in the last 20+ years than any others. And yet, many businesses still opt for post-breach, post-event remediation, muddling through the human and business ramifications of it all. But now, a new research study points to a new, human-led direction.
</p>

<p>
	 
</p>

<p>
	<em>‍The following discusses insights derived from a study conducted by Secure Code Warrior with Evans Data Corp titled 'Shifting from reaction to prevention: The changing face of application security' (2021) exploring developers attitudes towards secure coding, secure code practices, and security operations. Read the report.</em>
</p>

<p>
	 
</p>

<p>
	‍‍In the study, developers and development managers were asked about their common secure coding practices. The top three methods highlighted were:
</p>

<p>
	 
</p>

<ul>
	<li>
		Scanning applications for irregularities or vulnerabilities after they are deployed
	</li>
	<li>
		Scrutinizing write code to inspect for irregularities or vulnerabilities
	</li>
	<li>
		The reuse of pre-approved code that is known to be secure
	</li>
</ul>

<p>
	 
</p>

<p>
	Developers still view secure code practices as a reactive practice but slowly acknowledge it as a human issue with a focus on starting left.
</p>

<p>
	 
</p>

<p>
	So what is this telling us? Two of the top three responses are still focused on reactive approaches, the first dependent on tooling (scanners) and the second on the developer (i.e., human) performing manual checks – in both cases after the code is written. Vulnerabilities detected using these methods have to be kicked back to the development team for rework with knock-on effects on project timelines and project costs.
</p>

<p>
	 
</p>

<p>
	Whereas #3 recognizes the benefits of proactively writing software that is protected from vulnerabilities in the first place. This highlights a shift to starting left – a proactive and preventive approach that bakes security into software right from the start of the software development lifecycle.
</p>

<p>
	 
</p>

<p>
	<strong>Reactive equals EXPENSIVE</strong>
</p>

<p>
	<br />
	According to an IBM study*, it is thirty times more expensive to fix vulnerabilities in post-release code than if they were found and remediated at the beginning. That's a powerful incentive for a new proactive and more human approach to the defense of software security that equips developers to code more securely, right from the start.
</p>

<p>
	 
</p>

<p>
	This is what you could call a human-led defense. But to get developers to start caring about security, it has to become part of the way they think and code every day. This is a call for new approaches to training that are hyper-relevant to developers' everyday work and inspire them to want to learn – neither of which can be said of current training models.
</p>

<p>
	 
</p>

<p>
	To create a proactive security culture, new training is needed that:
</p>

<p>
	 
</p>

<ul>
	<li>
		makes secure coding a positive and engaging experience for developers as they increase their software security skills
	</li>
	<li>
		encourages developers to view their daily coding tasks through a security mindset
	</li>
	<li>
		makes secure coding intrinsic to their daily workflow
	</li>
</ul>

<p>
	 
</p>

<p>
	When these threads come together, vulnerabilities are prevented from occurring in the first place, allowing teams to ship quality code faster, with confidence. Read the full report to explore the changing face of software security with analysis and recommendations on how organizations can stop repeat vulnerabilities from happening and experience a positive shift in security culture throughout the SDLC. Learn how to:
</p>

<p>
	 
</p>

<ul>
	<li>
		Ensure security is considered from the start of the SDLC
	</li>
	<li>
		Take a human-led approach to secure coding
	</li>
	<li>
		Stamp out poor coding practices for good
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/06/shifting-focus-from-reactive-to.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">398</guid><pubDate>Mon, 07 Jun 2021 17:23:32 +0000</pubDate></item><item><title>Researchers Discover First Known Malware Targeting Windows Containers</title><link>https://nsaneforums.com/news/security-privacy-news/researchers-discover-first-known-malware-targeting-windows-containers-r397/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>Researchers Discover First Known Malware Targeting Windows Containers</strong></span>
</p>

<p>
	 
</p>

<p>
	Security researchers have discovered the first known malware, dubbed "Siloscope," targeting Windows Server containers to infect Kubernetes clusters in cloud environments.
</p>

<p>
	 
</p>

<p>
	"Siloscape is heavily obfuscated malware targeting Kubernetes clusters through Windows containers," said Unit 42 researcher Daniel Prizmant. "Its main purpose is to open a backdoor into poorly configured Kubernetes clusters in order to run malicious containers such as, but not limited to, cryptojackers."
</p>

<p>
	 
</p>

<p>
	Siloscape, first detected in March 2021, is characterized by several techniques, including targeting common cloud applications such as web servers to gain an initial foothold via known vulnerabilities, following which it leverages Windows container escape techniques to break out of the confines of the container and gain remote code execution on the underlying node.
</p>

<p>
	 
</p>

<p>
	A container is an isolated, lightweight silo for running an application on the host operating system. The malware's name — short for silo escape — is derived from its primary goal to escape the container, in this case, the silo. To achieve this, Siloscape uses a method called Thread Impersonation.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="Kubernetes-malware.jpg" class="ipsImage" data-ratio="64.03" height="455" width="720" src="https://thehackernews.com/images/-YA-Vz8FKpHM/YL4rUzayBXI/AAAAAAAACxQ/y0b31TBzHXoLzvplGiemk_tk_D31bTdGgCLcBGAsYHQ/s728-e1000/Kubernetes-malware.jpg" />
</p>

<p style="text-align:center;">
	 
</p>

<p>
	"Siloscape mimics CExecSvc.exe privileges by impersonating its main thread and then calls NtSetInformationSymbolicLink on a newly created symbolic link to break out of the container," said Prizmant. "More specifically, it links its local containerized X drive to the host's C drive."
</p>

<p>
	 
</p>

<p>
	Armed with this privilege, the malware then attempts to abuse the node's credentials to spread across the cluster, before anonymously establishing a connection to its command-and-control (C2) server using a Tor proxy for further instructions, including taking advantage of the computing resources in a Kubernetes cluster for cryptojacking and even exfiltrating sensitive data from applications running in the compromised clusters.
</p>

<p>
	 
</p>

<p>
	After gaining access to the C2 server, Unit 42 said it found 23 active victims, with the server hosting a total of 313 users. The campaign is said to have begun at least around Jan. 12, 2020, based on the creation date of the C2 server, suggesting that the malware could just be a small part of a larger campaign that started over a year ago.
</p>

<p>
	 
</p>

<p>
	"Unlike most cloud malware, which mostly focuses on resource hijacking and denial of service (DoS), Siloscape doesn't limit itself to any specific goal," Prizmant noted. "Instead, it opens a backdoor to all kinds of malicious activities." In addition to securely configuring Kubernetes clusters, it's also recommended to deploy Hyper-V containers if containerization is utilized as a form of the security boundary.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/06/researchers-discover-first-known.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">397</guid><pubDate>Mon, 07 Jun 2021 17:19:04 +0000</pubDate></item><item><title>Hackers Breached Colonial Pipeline Using Compromised VPN Password</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-breached-colonial-pipeline-using-compromised-vpn-password-r396/</link><description><![CDATA[<p>
	<span style="font-size:24px;"><strong>Hackers Breached Colonial Pipeline Using Compromised VPN Password</strong></span>
</p>

<p>
	 
</p>

<p>
	The ransomware cartel that masterminded the Colonial Pipeline attack early last month crippled the pipeline operator's network using a compromised virtual private network (VPN) account password, the latest investigation into the incident has revealed.
</p>

<p>
	 
</p>

<p>
	The development, which was reported by Bloomberg on Friday, involved gaining an initial foothold into the networks as early as April 29 through the VPN account, which allowed employees to access the company's networks remotely.
</p>

<p>
	 
</p>

<p>
	The VPN login — which didn't have multi-factor protections on — was unused but active at the time of the attack, the report said, adding the password has since been discovered inside a batch of leaked passwords on the dark web, suggesting that an employee of the company may have reused the same password on another account that was previously breached.
</p>

<p>
	 
</p>

<p>
	It's, however, unclear how the password was obtained, Charles Carmakal, senior vice president at the cybersecurity firm Mandiant, was quoted as saying to the publication. The FireEye-owned subsidiary is currently assisting Colonial Pipeline with the incident response efforts following a ransomware attack on May 7 that led to the company halting its operations for nearly a week.
</p>

<p>
	 
</p>

<p>
	DarkSide, the cybercrime syndicate behind the attack, has since disbanded, but not before stealing nearly 100 gigabytes of data from Colonial Pipeline in the act of double extortion, forcing the company to pay a $4.4 million ransom shortly after the hack and avoid disclosure of sensitive information. The gang is estimated to have made away with nearly $90 million during the nine months of its operations.
</p>

<p>
	 
</p>

<p>
	The Colonial Pipeline incident has also prompted the U.S. Transportation Security Administration to issue a security directive on May 28 requiring pipeline operators to report cyberattacks to the Cybersecurity and Infrastructure Security Agency (CISA) within 12 hours, in addition to mandating facilities to submit a vulnerability assessment identifying any gaps in their existing practices within 30 days.
</p>

<p>
	 
</p>

<p>
	The development comes amid an explosion of ransomware attacks in recent months, including that of Brazilian meat processing company JBS last week by Russia-linked REvil group, underscoring a threat to critical infrastructure and introducing a new point of failure that has had a severe impact on consumer supply chains and day-to-day operations, leading to fuel shortages and delays in emergency health procedures.
</p>

<p>
	 
</p>

<p>
	As the ransom demands have ballooned drastically, inflating from thousands to millions of dollars, so have the attacks on high-profile victims, with companies in energy, education, healthcare, and food sectors increasingly becoming prime targets, in turn fueling a vicious cycle that enables cybercriminals to seek the largest payouts possible.
</p>

<p>
	 
</p>

<p>
	The profitable business model of double extortion — i.e., combining data exfiltration and ransomware threats — have also resulted in attackers expanding on the technique to what's called triple extortion, wherein payments are demanded from customers, partners, and other third-parties related to the initial breach to demand even more money for their crimes.
</p>

<p>
	Worryingly, this trend of paying off criminal actors has also set off mounting concerns that it could establish a dangerous precedent, further emboldening attackers to single out critical infrastructure and put them at risk.
</p>

<p>
	 
</p>

<p>
	REvil (aka Sodinokibi), for its part, has begun incorporating a new tactic into its ransomware-as-a-service (RaaS) playbook that includes staging distributed denial-of-service (DDoS) attacks and making voice calls to the victim's business partners and the media, "aimed at applying further pressure on the victim's company to meet ransom demands within the designated time frame," researchers from Check Point disclosed last month.
</p>

<p>
	 
</p>

<p>
	"By combining file encryption, data theft, and DDoS attacks, cybercriminals have essentially hit a ransomware trifecta designed to increase the possibility of payment," network security firm NetScout said.
</p>

<p>
	 
</p>

<p>
	The disruptive power of the ransomware pandemic has also set in motion a series of actions, what with the U.S. Federal Bureau of Investigation (FBI) making the longstanding problem a "top priority." The Justice Department said it's elevating investigations of ransomware attacks to a similar priority as terrorism, according to a report from Reuters last week.
</p>

<p>
	 
</p>

<p>
	Stating that the FBI is looking at ways to disrupt the criminal ecosystem that supports the ransomware industry, Director Christopher Wray told the Wall Street Journal that the agency is investigating nearly 100 different types of ransomware, most of them traced backed to Russia, while comparing the national security threat to the challenge posed by the September 11, 2001 terrorist attacks.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://thehackernews.com/2021/06/hackers-breached-colonial-pipeline.html" rel="external nofollow">Source</a></strong>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">396</guid><pubDate>Mon, 07 Jun 2021 17:14:50 +0000</pubDate></item><item><title>Fujifilm refuses to pay ransomware demand, restores network from backups</title><link>https://nsaneforums.com/news/security-privacy-news/fujifilm-refuses-to-pay-ransomware-demand-restores-network-from-backups-r390/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>Fujifilm refuses to pay ransomware demand, restores network from backups</strong></span>
</p>

<p>
	 
</p>

<p>
	Japanese multinational conglomerate Fujifilm said it has refused to pay a ransom demand to the cyber gang that attacked its network in Japan last week and is instead relying on backups to restore operations.
</p>

<p>
	 
</p>

<p>
	The company’s computer systems in the US, Europe, the Middle East and Africa are now “fully operational and back to business as usual”, a Fujifilm spokesperson told Verdict.
</p>

<p>
	 
</p>

<p>
	Fujifilm – once known for selling photographic film but now produces biotechnology, chemical and other digital imaging products – detected unauthorised access to its servers on 1 June.
</p>

<p>
	 
</p>

<p>
	On 4 June it confirmed a ransomware attack was affecting a “specific network” in Japan and that it shut down “all networks and server systems” while it investigated the “extent and scale” of the attack.
</p>

<p>
	 
</p>

<p>
	Fujifilm said it would not comment on the amount demanded by the ransomware gang. It is not clear if systems in Japan have been restored.
</p>

<p>
	 
</p>

<p>
	“Fujifilm Corporation in Tokyo does not comment on the demand but I can confirm we have not paid any ransom,” the Fujifilm spokesperson said.
</p>

<p>
	<br />
	When asked if the company has sufficient backups in place to restore from, the spokesperson said: “Fujifilm does have backups in place as a part of its normal operation procedure aligned with its policy.”
</p>

<p>
	<br />
	Jake Moore, cybersecurity specialist at internet security firm ESET, said refusing to pay a ransom is “not a decision to be taken lightly.”
</p>

<p>
	 
</p>

<p>
	Ransomware gangs often threaten to leak or sell sensitive data if payment is not made.
</p>

<p>
	 
</p>

<p>
	However, Fujifilm Europe said it is “highly confident that no loss, destruction, alteration, unauthorised use or disclosure of our data, or our customers’ data, on Fujifilm Europe’s systems has been detected.”
</p>

<p>
	 
</p>

<p>
	The spokesperson added: “From a European perspective, we have determined that there is no related risk to our network, servers and equipment in the EMEA region or that of our customers across EMEA. We presently have no indication that any of our regional systems have been compromised, including those involving customer data.”
</p>

<p>
	 
</p>

<p>
	It is not clear if the ransomware gang stole Fujifilm data from the affected network in Japan, or if it has threatened to publish it if the ransom is not paid.
</p>

<p>
	<br />
	According to security news site Bleeping Computer, Fujifilm was infected with the Qbot trojan last month. The group operating it is reportedly working with prolific ransomware-as-a-service gang REvil.
</p>

<p>
	 
</p>

<p>
	Last week the FBI said REvil ransomware, also known as Sodinokibi, was behind an attack on JBS, the world’s largest meat processor. JBS became fully operational again over the weekend.
</p>

<p>
	 
</p>

<p>
	Recent high-profile attacks such as the Colonial Pipeline hack have brought ransomware firmly into the spotlight of policymakers and law enforcement.
</p>

<p>
	 
</p>

<p>
	Last week the White House published an advisory urging private sector organisations to “take ransomware crime seriously” and ensure “corporate cyber defences match the threat.”
</p>

<p>
	 
</p>

<p>
	The US Department of Justice is also moving to give ransomware intelligence sharing a similar structure to anti-terrorism.
</p>

<p>
	Ransomware continues to be a highly lucrative enterprise for cybercriminals. Ransom payments, made using the cryptocurrency bitcoin, can run into the millions.
</p>

<p>
	 
</p>

<p>
	According to Cybersecurity Ventures, the economic fallout caused by ransomware could cost $265bn globally by 2031.
</p>

<p>
	Cybersecurity experts advise against paying the ransom demand because there is no guarantee that systems will be restored, or that stolen data won’t be sold anyway.
</p>

<p>
	 
</p>

<p>
	“Backup solutions are essential in any business, but when push comes to shove and all data becomes encrypted it takes confidence to refuse payment knowing the consequences could potentially be more damaging,” said Moore. “It is often said that paying a ransom can be cheaper or quicker. But it fuels the ransomware cycle – not to mention it remains immoral.”
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.verdict.co.uk/fujifilm-ransom-demand/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">390</guid><pubDate>Mon, 07 Jun 2021 12:50:02 +0000</pubDate></item><item><title>New Evil Corp ransomware mimics PayloadBin gang to evade US sanctions</title><link>https://nsaneforums.com/news/security-privacy-news/new-evil-corp-ransomware-mimics-payloadbin-gang-to-evade-us-sanctions-r378/</link><description><![CDATA[<h1>
	New Evil Corp ransomware mimics PayloadBin gang to evade US sanctions
</h1>

<div>
	<p>
		 
	</p>

	<p>
		The new PayloadBIN ransomware has been attributed to the Evil Corp cybercrime gang, rebranding to evade sanctions imposed by the US Treasury Department's Office of Foreign Assets Control (OFAC).
	</p>

	<p>
		 
	</p>

	<p>
		The Evil Corp gang, also known as Indrik Spider and the Dridex gang, started as an affiliate for the ZeuS botnet. Over time, they formed a group that focused on distributing the banking trojan and downloader called Dridex via phishing emails.
	</p>

	<p>
		 
	</p>

	<p>
		As cybergangs started to transition to highly profitable ransomware attacks, Evil Corp launched a ransomware operation called BitPaymer, which was delivered via the Dridex malware in compromised corporate networks.
	</p>

	<p>
		 
	</p>

	<p>
		After being <a href="https://www.bleepingcomputer.com/news/security/evil-corp-hackers-charged-for-stealing-over-100-million/" target="_blank" rel="external nofollow">sanctioned by the US government in 2019</a>, ransomware negotiation firms refused to facilitate ransom payments for Evil Corp ransomware attacks to avoid facing fines or legal action from the Treasury Department.
	</p>

	<p>
		 
	</p>

	<p>
		Evil Corp began renaming their ransomware operations to different names such as <a href="https://www.bleepingcomputer.com/news/security/new-wastedlocker-ransomware-distributed-via-fake-program-updates/" target="_blank" rel="external nofollow">WastedLocker</a>, <a href="https://www.bleepingcomputer.com/news/security/evil-corp-switches-to-hades-ransomware-to-evade-sanctions/" target="_blank" rel="external nofollow">Hades</a>, and Phoenix to bypass these sanctions. 
	</p>

	<p>
		 
	</p>

	<p>
		The threat actors used Phoenix in an <a href="https://www.bleepingcomputer.com/news/security/insurance-giant-cna-hit-by-new-phoenix-cryptolocker-ransomware/" target="_blank" rel="external nofollow">attack on insurance firm CNA</a>.
	</p>

	<h2>
		Evil Corp impersonates Payload Bin hacking group
	</h2>

	<p>
		After <a href="https://www.bleepingcomputer.com/news/security/dc-police-confirms-cyberattack-after-ransomware-gang-leaks-data/" target="_blank" rel="external nofollow">breaching the Metropolitan Police Department </a>in Washington, DC, and stealing unencrypted data, the <a href="https://www.bleepingcomputer.com/news/security/babuk-quits-ransomware-encryption-focuses-on-data-theft-extortion/" target="_blank" rel="external nofollow">Babuk gang said they were quitting ransomware encryption</a> and instead focus on data theft and extortion.
	</p>

	<p>
		 
	</p>

	<p>
		At the end of May, the Babuk data leak site had a design refresh where the ransomware gang rebranded as a new group called 'payload bin,' shown below.
	</p>

	<div>
		<figure>
			<img data-ratio="70.14" style="width: 720px; height: auto;" width="720" alt="payloadbin-tor-site.jpg" src="https://www.bleepstatic.com/images/news/ransomware/p/payloadbin/payloadbin-tor-site.jpg">
			<figcaption>
				Babuk Tor site turned into Payload Bin site<br>
				Source: <a href="https://twitter.com/malwrhunterteam/status/1399610423750627330" rel="external nofollow" target="_blank">MalwareHunterTeam</a>
			</figcaption>
		</figure>
	</div>

	<p>
		On Thursday, BleepingComputer found a new ransomware sample called PayloadBIN [<a href="https://www.virustotal.com/gui/file/69775389eb0207fec3a3f5649a0ad9315856c810f595c086ac49d68cdbc1d136/detection" rel="external nofollow" target="_blank">VirusTotal</a>] that we immediately assumed was related to the rebranding of Babuk Locker.
	</p>

	<p>
		 
	</p>

	<p>
		When installed, the ransomware will append the .PAYLOADBIN extension to encrypted files, as shown below.
	</p>

	<div>
		<figure>
			<img alt="Files encrypted by PayloadBIN" data-ratio="75.10" src="https://www.bleepstatic.com/images/news/ransomware/p/payloadbin/encrypted-files.jpg">
			<figcaption>
				Files encrypted by PayloadBIN
			</figcaption>
		</figure>
	</div>

	<p>
		Furthermore, the ransom note is named 'PAYLOADBIN-README.txt' and states that the victim's "networks is LOCKED with PAYLOADBIN ransomware."
	</p>

	<div>
		<figure>
			<img alt="PayloadBIN ransom note" data-ratio="47.22" src="https://www.bleepstatic.com/images/news/ransomware/p/payloadbin/payloadbin-ransom-note.jpg">
			<figcaption>
				PayloadBIN ransom note
			</figcaption>
		</figure>
	</div>

	<p>
		After finding the sample, BleepingComputer thought Babuk was lying about their intentions to move away from ransomware and rebranded to a new name.
	</p>

	<p>
		 
	</p>

	<p>
		However, after analyzing the new ransomware, both <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">Fabian Wosar</a> of Emsisoft and <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">Michael Gillespie</a> of ID Ransomware confirmed that the ransomware is a rebranding of Evil Corp's previous ransomware operations.
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed9864807279" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/fwosar/status/1401110845820747797?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1401110845820747797%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/new-evil-corp-ransomware-mimics-payloadbin-gang-to-evade-us-sanctions/" style="overflow: hidden; height: 305px;"></iframe>
	</div>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed2722719045" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/demonslay335/status/1401256746887299075?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1401256746887299075%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/new-evil-corp-ransomware-mimics-payloadbin-gang-to-evade-us-sanctions/" style="overflow: hidden; height: 378px;"></iframe>
	</div>

	<p>
		While discussing why they would have impersonated another cybercrime group, Wosar felt that they saw and took an opportunity to impersonate a hacking group that is not sanctioned.
	</p>

	<blockquote>
		<p>
			"Now they had a gang rebranding and just took the opportunity." - Fabian Wosar.
		</p>
	</blockquote>

	<p>
		As the ransomware is now attributed to a sanctioned hacking group, most ransomware negotiation firms will likely not help facilitate payments for victims affected by the PayloadBIN ransomware.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-evil-corp-ransomware-mimics-payloadbin-gang-to-evade-us-sanctions/" rel="external nofollow">New Evil Corp ransomware mimics PayloadBin gang to evade US sanctions</a>
</p>
]]></description><guid isPermaLink="false">378</guid><pubDate>Sun, 06 Jun 2021 22:13:47 +0000</pubDate></item><item><title>Global war on ransomware? Hurdles hinder the US response</title><link>https://nsaneforums.com/news/security-privacy-news/global-war-on-ransomware-hurdles-hinder-the-us-response-r373/</link><description><![CDATA[<p>
	<span style="font-size:28px;"><strong>Global war on ransomware? Hurdles hinder the US response</strong></span>
</p>

<p>
	 
</p>

<p>
	Foreign keyboard criminals with scant fear of repercussions have paralyzed U.S. schools and hospitals, leaked highly sensitive police files, triggered fuel shortages and, most recently, threatened global food supply chains.
</p>

<p>
	 
</p>

<p>
	The escalating havoc caused by ransomware gangs raises an obvious question: Why has the United States, believed to have the world's greatest cyber capabilities, looked so powerless to protect its citizens from these kind of criminals operating with near impunity out of Russia and allied countries?
</p>

<p>
	 
</p>

<p>
	The answer is that there are numerous technological, legal and diplomatic hurdles to going after ransomware gangs. Until recently, it just hasn't been a high priority for the U.S. government.
</p>

<p>
	 
</p>

<p>
	That has changed as the problem has grown well beyond an economic nuisance. President Joe Biden intends to confront Russia's leader, Vladimir Putin, about Moscow's harboring of ransomware criminals when the two men meet in Europe later this month. The Biden administration has also promised to boost defenses against attacks, improve efforts to prosecute those responsible and build diplomatic alliances to pressure countries that harbor ransomware gangs.
</p>

<p>
	 
</p>

<p>
	Calls are growing for the administration to direct U.S. intelligence agencies and the military to attack ransomware gangs' technical infrastructure used for hacking, posting sensitive victim data on the dark web and storing digital currency payouts.
</p>

<p>
	 
</p>

<p>
	Fighting ransomware requires the nonlethal equivalent of the "global war on terrorism" launched after the Sept. 11 attacks, said John Riggi, a former FBI agent and senior adviser for cybersecurity and risk for the America Hospital Association. Its members have been hard hit by ransomware gangs during the coronavirus pandemic.
</p>

<p>
	 
</p>

<p>
	"It should include a combination of diplomatic, financial, law enforcement, intelligence operations, of course, and military operations," Riggi said.
</p>

<p>
	 
</p>

<p>
	A public-private task force including Microsoft and Amazon made similar suggestions in an 81-page report that called for intelligence agencies and the Pentagon's U.S. Cyber Command to work with other agencies to "prioritize ransomware disruption operations."
</p>

<p>
	 
</p>

<p>
	"Take their infrastructure away, go after their wallets, their ability to cash out," said Philip Reiner, a lead author of the report. He worked at the National Security Council during the Obama presidency and is now CEO at The Institute for Security and Technology.
</p>

<p>
	 
</p>

<p>
	But the difficulties of taking down ransomware gangs and other cybercriminals have long been clear. The FBI's list of most-wanted cyber fugitives has grown at a rapid clip and now has more than 100 entries, many of whom are not exactly hiding.
</p>

<p>
	 
</p>

<p>
	Evgeniy Bogachev, indicted nearly a decade ago for what prosecutors say was a wave of cyber bank thefts, lives in a Russian resort town and "is known to enjoy boating" on the Black Sea, according to the FBI's wanted listing.
</p>

<p>
	 
</p>

<p>
	Ransomware gangs can move around, do not need much infrastructure to operate and can shield their identities. They also operate in a decentralized network. For instance, DarkSide, the group responsible for the Colonial Pipeline attack that led to fuel shortages in the South, rents out its ransomware software to partners to carry out attacks.
</p>

<p>
	 
</p>

<p>
	Katie Nickels, director of intelligence at the cybersecurity firm Red Canary, said identifying and disrupting ransomware criminals takes time and serious effort.
</p>

<p>
	 
</p>

<p>
	"A lot of people misunderstand that the government can't just willy-nilly go out and press a button and say, well, nuke that computer," she said. "Trying to attribute to a person in cyberspace is not an easy task, even for intelligence communities."
</p>

<p>
	 
</p>

<p>
	Reiner said those limits do not mean the United States cannot still make progress against defeating ransomware, comparing it with America's ability to degrade the terrorist group al-Qaida while not capturing its leader, Ayman al-Zawahiri, who took over after U.S. troops killed Osama bin Laden.
</p>

<p>
	 
</p>

<p>
	"We can fairly easily make the argument that al-Qaida no longer poses a threat to the homeland," Reiner said. "So short of getting al-Zawahiri, you destroy his ability to actually operate. That's what you can do to these (ransomware) guys."
</p>

<p>
	 
</p>

<p>
	The White House has been vague about whether it plans to use offensive cyber measures against ransomware gangs. Press secretary Jen Psaki said Wednesday that "we're not going to take options off the table," but she did not elaborate. Her comments followed a ransomware attack by a Russian gang that caused outages at Brazil's JBS SA, the second-largest producer of beef, pork and chicken in the United States.
</p>

<p>
	 
</p>

<p>
	Gen. Paul Nakasone, who leads U.S. Cyber Command and the National Security Agency, said at a recent symposium that he believes the U.S. will be "bringing the weight of our nation," including the Defense Department, "to take down this (ransomware) infrastructure outside the United States."
</p>

<p>
	 
</p>

<p>
	Sen. Angus King, an independent from Maine who is a legislative leader on cybersecurity issues, said the debate in Congress over how aggressive the U.S. needs to be against ransomware gangs, as well as state adversaries, will be "front and center of the next month or two."
</p>

<p>
	 
</p>

<p>
	"To be honest, it's complicated because you're talking about using government agencies, government capabilities to go after private citizens in another country," he said.
</p>

<p>
	 
</p>

<p>
	The U.S. is widely believed to have the best offensive cyber capabilities in the world, though details about such highly classified activities are scant. Documents leaked by former NSA contractor Edward Snowden show the U.S. conducted 231 offensive cyber operations in 2011. More than a decade ago a virus called Stuxnet attacked control units for centrifuges in an underground site in Iran, causing the sensitive devices to spin out of control and destroy themselves. The cyberattack was attributed to America and Israel.
</p>

<p>
	 
</p>

<p>
	U.S. policy called "persistent engagement" already authorizes cyberwarriors to engage hostile hackers in cyberspace and disrupt their operations with code. U.S. Cyber Command has launched offensive operations related to election security, including against Russian misinformation officials during U.S. midterm elections in 2018.
</p>

<p>
	 
</p>

<p>
	After the Colonial Pipeline attack, Biden promised that his administration was committed to bringing foreign cybercriminals to justice. Yet even as he was speaking from the White House, a different Russian-linked ransomware gang was leaking thousands of highly sensitive internal files—including deeply personal background checks—belonging to the police department in the nation's capital. Experts believe it's the worst ransomware attack against a U.S.-based law enforcement agency.
</p>

<p>
	 
</p>

<p>
	"We are not afraid of anyone," the hackers wrote in a follow-up post.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techxplore.com/news/2021-06-global-war-ransomware-hurdles-hinder.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">373</guid><pubDate>Sun, 06 Jun 2021 12:35:57 +0000</pubDate></item><item><title>GitHub's new policies allow removal of PoC exploits used in attacks</title><link>https://nsaneforums.com/news/security-privacy-news/githubs-new-policies-allow-removal-of-poc-exploits-used-in-attacks-r363/</link><description><![CDATA[<h1>
	GitHub's new policies allow removal of PoC exploits used in attacks
</h1>

<div>
	<p>
		 
	</p>

	<p>
		GitHub announced on Friday their updated community guidelines that explain how the company will deal with exploits and malware samples hosted on their service.
	</p>

	<p>
		 
	</p>

	<p>
		To give some background behind the new policy changes, security researcher Nguyen Jang <a href="https://www.bleepingcomputer.com/news/security/new-poc-for-microsoft-exchange-bugs-puts-attacks-in-reach-of-anyone/" target="_blank" rel="external nofollow">uploaded a proof-of-concept exploit (PoC) to GitHub</a> in March for the Microsoft Exchange ProxyLogon vulnerability.
	</p>

	<p>
		 
	</p>

	<p>
		Soon after uploading the exploit, Jang received an email from Microsoft-owned GitHub stating that PoC exploit was removed as it violated the Acceptable Use Policies.
	</p>

	<p>
		 
	</p>

	<p>
		In a statement to BleepingComputer, GitHub said they took down the PoC to protect Microsoft Exchange servers that were being heavily exploited at the time using the vulnerability.
	</p>

	<blockquote>
		<p>
			"We understand that the publication and distribution of proof of concept exploit code has educational and research value to the security community, and our goal is to balance that benefit with keeping the broader ecosystem safe. In accordance with our Acceptable Use Policies, GitHub disabled the gist following reports that it contains proof of concept code for a recently disclosed vulnerability that is being actively exploited." - GitHub.
		</p>
	</blockquote>

	<p>
		However, GitHub faced immediate backlash from security researchers who felt that GitHub was policing the disclosure of legitimate security research simply because it was affecting a Microsoft product.
	</p>

	<h2>
		GitHub releases updated guidelines
	</h2>

	<p>
		In April, GitHub issued a '<a href="https://github.blog/2021-04-29-call-for-feedback-policies-exploits-malware/" rel="external nofollow" target="_blank">call for feedback</a>' to the cybersecurity community regarding their policies for malware and exploits hosted on GitHub.
	</p>

	<p>
		 
	</p>

	<p>
		After a month of input, <a href="http://github.blog/2021-06-04-updates-to-our-policies-regarding-exploits-malware-and-vulnerability-research/" rel="external nofollow" target="_blank">GitHub officially announced yesterday</a> that repositories created to host malware for malicious campaigns, act as a command and control server, or are used to distribute malicious scripts, are prohibited.
	</p>

	<p>
		 
	</p>

	<p>
		However, the uploading of PoC exploits and malware are permitted as long as they have a dual-user purpose.
	</p>

	<p>
		 
	</p>

	<p>
		In the context of malware and exploits, dual-use means content that can be used for the positive sharing of new information and research while at the same time can also be used for malicious purposes.
	</p>

	<p>
		 
	</p>

	<p>
		The key changes added to the GitHub guidelines are summarized below:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We explicitly permit dual-use security technologies and content related to research into vulnerabilities, malware, and exploits. We understand that many security research projects on GitHub are dual-use and broadly beneficial to the security community. We assume positive intention and use of these projects to promote and drive improvements across the ecosystem. This change modifies previously broad language that could be misinterpreted as hostile toward projects with dual-use, clarifying that such projects are welcome.
		</li>
		<li>
			We have clarified how and when we may disrupt ongoing attacks that are leveraging the GitHub platform as an exploit or malware content delivery network (CDN). We do not allow use of GitHub in direct support of unlawful attacks that cause technical harm, which we’ve further defined as overconsumption of resources, physical damage, downtime, denial of service, or data loss.
		</li>
		<li>
			We made clear that we have an appeals and reinstatement process directly in this policy. We allow our users to appeal decisions to restrict their content or account access. This is especially important in the security research context, so we’ve very clearly and directly called out the ability for affected users to appeal action taken against their content.
		</li>
		<li>
			We’ve suggested a means by which parties may resolve disputes prior to escalating and reporting abuse to GitHub. This appears in the form of a recommendation to leverage an optional SECURITY.md file for the project to provide contact information to resolve abuse reports. This encourages members of our community to resolve conflicts directly with project maintainers without requiring formal GitHub abuse reports.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		While dual-use content is allowed, the new <a href="https://docs.github.com/en/github/site-policy/github-community-guidelines#active-malware-or-exploits" rel="external nofollow" target="_blank">GitHub guidelines around PoCs and malware</a> states that they retain the right to remove dual-use content, such as exploits or malware, to disrupt active attacks or malware campaigns utilizing GitHub.
	</p>

	<blockquote>
		<p>
			"In rare cases of very widespread abuse of dual use content, we may restrict access to that specific instance of the content to disrupt an ongoing unlawful attack or malware campaign that is leveraging the GitHub platform as an exploit or malware CDN. In most of these instances, restriction takes the form of putting the content behind authentication, but may, as an option of last resort, involve disabling access or full removal where this is not possible (e.g. when posted as a gist). We will also contact the project owners about restrictions put in place where possible.
		</p>

		<p>
			 
		</p>

		<p>
			Restrictions are temporary where feasible, and do not serve the purpose of purging or restricting any specific dual use content, or copies of that content, from the platform in perpetuity. While we aim to make these rare cases of restriction a collaborative process with project owners, if you do feel your content was unduly restricted, we have an <a href="https://docs.github.com/en/github/site-policy/github-community-guidelines#appeal-and-reinstatement" rel="external nofollow">appeals process</a> in place." - GitHub.
		</p>
	</blockquote>

	<p>
		GitHub states that they continue to support community feedback regarding their policies to continue improving their policies.
	</p>

	<p>
		 
	</p>

	<p>
		Update 6/5/21: Removed a comment to the PR as it was related to the previously proposed language and not the current guidelines.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/githubs-new-policies-allow-removal-of-poc-exploits-used-in-attacks/" rel="external nofollow">GitHub's new policies allow removal of PoC exploits used in attacks</a>
</p>
]]></description><guid isPermaLink="false">363</guid><pubDate>Sat, 05 Jun 2021 21:12:59 +0000</pubDate></item><item><title>US charges Latvian for helping develop the Trickbot malware</title><link>https://nsaneforums.com/news/security-privacy-news/us-charges-latvian-for-helping-develop-the-trickbot-malware-r362/</link><description><![CDATA[<h1>
	US charges Latvian for helping develop the Trickbot malware
</h1>

<div>
	<p>
		 
	</p>

	<p>
		The US Department of Justice (DOJ) announced today that a Latvian national was charged for her alleged role as a malware developer in the Trickbot transnational cybercrime organization.
	</p>

	<p>
		 
	</p>

	<p>
		Alla Witte (aka Max) was charged with 19 counts of a <a href="https://www.justice.gov/opa/press-release/file/1401766/download" rel="external nofollow" target="_blank">47-count indictment</a> after being arrested on February 6 in Miami, Florida.
	</p>

	<p>
		 
	</p>

	<p>
		As a Trickbot malware developer, Witte wrote the code used by the malware to control, deploy, and manage payments of ransomware, the DOJ said in a <a href="https://www.justice.gov/opa/pr/latvian-national-charged-alleged-role-transnational-cybercrime-organization" rel="external nofollow" target="_blank">press release</a> published today.
	</p>

	<p>
		 
	</p>

	<p>
		Witte also purportedly provided the Trickbot Group with the code needed to monitor and track authorized malware users and developed the tools and protocols required to store login credentials stolen from victims' networks.
	</p>

	<p>
		 
	</p>

	<p>
		The case was investigated by the FBI's Cleveland Office and DOJ's Ransomware and Digital Extortion Task Force, created to battle the increasing number of ransomware and digital extortion attacks.
	</p>

	<p>
		 
	</p>

	<p>
		"Witte and her associates are accused of infecting tens of millions of computers worldwide, in an effort to steal financial information to ultimately siphon off millions of dollars through compromised computer systems," FBI special agent Eric B. Smith said.
	</p>

	<div>
		<figure>
			<p>
				<a href="https://twitter.com/VK_Intel/status/1400939116666179586" rel="external nofollow" target="_blank"><img alt="Trickbot tweet" data-ratio="56.47" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Trickbot-tweet.png"></a>
			</p>
		</figure>
	</div>

	<h2>
		The Trickbot malware
	</h2>

	<p>
		<a href="https://www.bleepingcomputer.com/tag/trickbot/" target="_blank" rel="external nofollow">Trickbot</a> is a malware strain first spotted in October 2016 as a modular banking trojan that has been continuously upgraded with new modules and features since then.
	</p>

	<p>
		 
	</p>

	<p>
		Even though initially used only for harvesting sensitive data, Trickbot has slowly evolved into a highly dangerous malware dropper used to deliver additional, usually a lot more dangerous, malware payloads on infected devices.
	</p>

	<p>
		 
	</p>

	<p>
		This regularly happens after all sensitive information (system info, credentials, and any interesting files) has been collected and exfiltrated to attacker-controlled servers.
	</p>

	<p>
		 
	</p>

	<p>
		On October 12, Microsoft and several partners <a href="https://www.bleepingcomputer.com/news/security/trickbot-botnet-targeted-in-takedown-operations-little-impact-seen/" target="_blank" rel="external nofollow">announced</a> that they took down some Trickbot C2s. The US Cyber Command also reportedly tried to cripple the botnet before the presidential elections by pushing a configuration file to infected devices to cut them off from the botnet's C2 servers.
	</p>

	<p>
		 
	</p>

	<p>
		However, despite these coordinated attacks against TrickBot's infrastructure, the TrickBot gang's botnet is still active, and the group is <a href="https://www.bleepingcomputer.com/news/security/trickbot-turns-100-latest-malware-released-with-new-features/" target="_blank" rel="external nofollow">still releasing new malware builds</a>.
	</p>

	<div>
		<figure>
			<img alt="Trickbot operation" data-ratio="75.10" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Trickbot%20operation.png">
			<figcaption>
				Image: SentinelOne
			</figcaption>
		</figure>
	</div>

	<p>
		The TrickBot gang is known for <a href="https://www.bleepingcomputer.com/news/security/bazarloader-used-to-deploy-ryuk-ransomware-on-high-value-targets/" target="_blank" rel="external nofollow">distributing Ryuk and Conti ransomware</a> onto the compromised network of valuable corporate targets.
	</p>

	<p>
		 
	</p>

	<p>
		"Trickbot infected millions of victim computers worldwide and was used to harvest banking credentials and deliver ransomware," Deputy Attorney General Lisa O. Monaco said today.
	</p>

	<p>
		 
	</p>

	<p>
		"The Trickbot malware was designed to steal the personal and financial information of millions of people around the world, thereby causing extensive financial harm and inflicting significant damage to critical infrastructure within the United States and abroad," Acting US Attorney Bridget M. Brennan of the Northern District of Ohio added.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/us-charges-latvian-for-helping-develop-the-trickbot-malware/" rel="external nofollow">US charges Latvian for helping develop the Trickbot malware</a>
</p>
]]></description><guid isPermaLink="false">362</guid><pubDate>Sat, 05 Jun 2021 21:10:55 +0000</pubDate></item><item><title>Ransomware attacks are closing schools, delaying chemotherapy and derailing everyday life</title><link>https://nsaneforums.com/news/security-privacy-news/ransomware-attacks-are-closing-schools-delaying-chemotherapy-and-derailing-everyday-life-r359/</link><description><![CDATA[<p>
	<strong><span style="font-size:18px;">Ransomware attacks are closing schools, delaying chemotherapy and derailing everyday life</span></strong>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:16px;"><strong>After years of warnings, the impact of ransomware finally hits home for regular people</strong></span>
</p>

<p>
	 
</p>

<p>
	SAN FRANCISCO — It can feel abstract: A group of organized but faceless criminals hijacking corporate computer systems and demanding millions of dollars in exchange for their safe return. But the impact of these ransomware attacks is increasingly, unavoidably, real for everyday people.
</p>

<p>
	 
</p>

<p>
	These crimes have resulted in missed chemotherapy appointments and delayed ambulances, lost school days, and transportation problems. A ransomware attack on Colonial Pipeline in May led to gas shortages and even dangerous situations caused by panic buying. This past week, hackers compromised the JBS meat processing company, leading to worries about meat shortages or other key food providers being at risk. Last fall, the Baltimore County Public Schools system was hit with ransomware and forced to halt classes for two days, which were being held virtually.
</p>

<p>
	 
</p>

<p>
	As recently as Wednesday, ransomware attacks were causing problems across the country. In Martha’s Vineyard, the ferry service transporting people to and from the Massachusetts island said it had been hit by a ransomware attack that disrupted its ticketing and reservation process. Ferries continued operating all week, but the ticketing system was still affected, causing delays, on Friday.
</p>

<p>
	 
</p>

<p>
	The recent spate of high-profile ransomware incidents is exactly what cybersecurity professionals have been warning about for years. But it’s partially the impact on everyday people — far from the executive suites, cybersecurity companies, or government agencies that regularly fret about the criminal enterprise — that has made the risk more visible. The ripple effects of ransomware can result in everything from mild inconvenience to people losing their lives, and it’s only increased in frequency during the pandemic.
</p>

<p>
	 
</p>

<p>
	“It’s not only that it’s getting worse, but it’s the worst possible time for it to happen,” said Robert Lee, chief executive of Dragos, an industrial cybersecurity firm. He says on average, there are likely 20 to 30 big ransomware cases happening behind the scenes in addition to the ones making headlines.
</p>

<p>
	 
</p>

<p>
	Ransomware attacks are not new. The money at stake has changed drastically, however, inflating from thousands to millions of dollars, and the targets are more sophisticated as well. The increasing number of companies connecting their systems and adding more remote access points, along with things like the widespread use of bitcoin, have widened the pool of targets. Cybercriminals once focused on small companies and individuals but have made headlines this year for attacks on higher-profile victims.
</p>

<p>
	 
</p>

<p>
	“Now you’ve got ransomware affecting whole corporate networks, interrupting critical national function, causing disruption in people’s lives. It’s really become a national security, public health and safety threat,” said Michael Daniel, president and CEO of the nonprofit group Cyber Threat Alliance.
</p>

<p>
	 
</p>

<p>
	The ransomware industry has grown but the underlying techniques for gaining access have largely stayed the same. Hackers commonly access companies’ systems through “phishing” attacks — emails sent to try to trick employees into giving up passwords or access. Once inside a company’s system, ransomware outfits will find critical information and lock it down, then contact a company to demand a ransom for it to be released.
</p>

<p>
	 
</p>

<p>
	These criminals generally work in loosely defined groups, sharing tips and resources that make it possible for individual hackers to easily extort multiple targets. Companies occasionally have backup copies of their systems that they can restore rather than pay a ransom. But that can result in delays, and sometimes hackers make copies of the information they access and threaten to leak private information online if they are not paid. A big data leak could be a huge issue for consumers, not just the companies.
</p>

<p>
	 
</p>

<p>
	“There’s this awful downward spiral of societal harm that happens from ransomware,” said Megan Stifel, co-chair of the ransomware task force and an executive director at the Global Cyber Alliance.
</p>

<p>
	 
</p>

<p>
	The Colonial Pipeline attack was one of the many worst-case scenarios experts have been warning about, and planning for, for years. A ransomware attack last month caused the company to shut down its pipeline connecting Texas to New Jersey.
</p>

<p>
	 
</p>

<p>
	Panicked that they wouldn’t be able to get enough fuel, drivers swarmed gas stations, resulting in long lines and barren gas pumps in parts of the U.S. Drivers hoarded fuel as stations ran out of their supply, exacerbating the issue. The attack sparked a real-world fire in a Florida town, according to local news reports, when a Hummer burst into flames after the driver filled up four gas containers. The panic buying even prompted the U.S. Consumer Product Safety Commission to issue a long tweet thread about gas safety, including a message that quickly went viral: “Do not fill plastic bags with gasoline.”
</p>

<p>
	 
</p>

<p>
	People’s safety has been even more directly threatened by attacks on health care systems. Hospitals have been particularly hard hit, as far back as 2016 when the Hollywood Presbyterian Medical hospital paid $17,000 in bitcoin to a ransomware hacker. Last November, the University of Vermont Medical Center was hit by ransomware and it took nearly a month for it to regain access to its medical records. Chemotherapy patients had their treatments delayed, and were sent to other health centers where some had to recreate their medical history.
</p>

<p>
	 
</p>

<p>
	Joshua Corman, the chief strategist for health care and covid on the government’s Cybersecurity and Infrastructure Security Agency COVID Task Force, has been studying the potential impact of health-care attacks on mortality rates. For example, if a hospital has to close suddenly, ambulances might take longer to reach people in distress.
</p>

<p>
	 
</p>

<p>
	“Minutes can be the difference between life and death for heart attacks, and hour or two can be the difference for a stroke,” said Corman.
</p>

<p>
	 
</p>

<p>
	Lee, the head of Dragos, recently worked with a power company that got hit with a ransomware attack but was able to maintain operations. However, attacks like that could easily result in localized power shortages, he says. Attacks on pharmaceutical companies, or any of the manufacturers in their pipeline, could delay critical medicine like insulin or even vaccines. The increased targeting of industries with the most potential for disruption may be the criminals’ business decision.
</p>

<p>
	 
</p>

<p>
	“It feels like these groups realize industrial companies are more ready to pay out and more quick to pay out, because if you impact industrial operations you have to get up and going for safety and community,” said Lee.
</p>

<p>
	 
</p>

<p>
	Beyond the physical inconveniences, ransomware attacks can also hurt public trust in technology and systems, and cause people to worry they’ll be a victim or to panic-buy products they think will see a price hike or be in short supply, according to Stifel.
</p>

<p>
	 
</p>

<p>
	Panic after attacks is part of the problem. This past week’s attack on JBS, one of the largest meat-processing companies in the world, resulted in temporary factory shutdowns. While there were not yet any confirmed meat shortages in the U.S., worried meat suppliers still warned consumers not to panic buy beef, which could cause otherwise still stable prices to go up.
</p>

<p>
	 
</p>

<p>
	From higher gas prices to canceled surgeries, real-world financial and consumer safety implications of these hacks have spurred the federal government to crack down on ransomware. It’s investigating the causes, working on guidelines, and urging corporate America to take cybersecurity protections seriously.
</p>

<p>
	 
</p>

<p>
	“We’ve been warning about this overtly for more than eight years and a lot more quietly for longer, but now that its manifested, the silver lining is that we’re not starting ice cold,” said CISA’s Corman.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.washingtonpost.com/technology/2021/07/08/ransomware-human-impact/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">359</guid><pubDate>Sat, 05 Jun 2021 16:23:41 +0000</pubDate></item><item><title>Experts look into possible cyberattack at Florida hospitals</title><link>https://nsaneforums.com/news/security-privacy-news/experts-look-into-possible-cyberattack-at-florida-hospitals-r354/</link><description><![CDATA[<p>
	<span style="font-size:28px;"><strong>Experts look into possible cyberattack at Florida hospitals</strong></span>
</p>

<p>
	 
</p>

<p>
	Experts are investigating after the computer systems of two central Florida hospitals showed signs of unusual activity, an official said.
</p>

<p>
	 
</p>

<p>
	The Villages Regional Hospital and the UF Health Leesburg Hospital shut down multiple systems to protect patient information during the event Monday night, switching to pen and paper to document patient visits, news outlets report.
</p>

<p>
	 
</p>

<p>
	"We have since learned that the activity was related to a cybersecurity event," Frank Faust, a spokesman for the University of Florida's Health Central Florida, told the Orlando Sentinel. "With regard to protected information, at this time we do not believe any patient or personnel records have been compromised or shared."
</p>

<p>
	 
</p>

<p>
	Faust said information technology teams from the University of Florida were investigating.
</p>

<p>
	 
</p>

<p>
	"These types of situations take time to fully resolve," Faust said. "We are continuing to methodically investigate to delicately and precisely understand what happened, and are taking the appropriate actions to resolve any and all issues."
</p>

<p>
	 
</p>

<p>
	The Villages is one of the country's largest retirement communities, with a population of more than 130,000.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techxplore.com/news/2021-06-experts-cyberattack-florida-hospitals.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">354</guid><pubDate>Sat, 05 Jun 2021 13:54:31 +0000</pubDate></item><item><title>Huawei fixes serious LTE USB stick security flaw</title><link>https://nsaneforums.com/news/security-privacy-news/huawei-fixes-serious-lte-usb-stick-security-flaw-r351/</link><description><![CDATA[<header>
	<h1>
		Huawei fixes serious LTE USB stick security flaw
	</h1>

	<div>
		<p>
			A plug-and-play exploit could have posed a serious threat
		</p>

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

<section>
	<div itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject">
		<div>
			<div>
				<div>
					<picture><source alt="Huawei USB dongle" data-original-mos="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" onerror="if(this.src &amp;&amp; this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-1024-80.jpg.webp 1024w" type="image/webp"><source alt="Huawei USB dongle" data-original-mos="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" onerror="if(this.src &amp;&amp; this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-1024-80.jpg 1024w" type="image/jpeg"><img alt="Huawei USB dongle" data-original-mos="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q.jpg" data-ratio="65.97" onerror="if(this.src &amp;&amp; this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-1024-80.jpg 1024w" style="width: 720px; height: 475px;" width="720" src="https://cdn.mos.cms.futurecdn.net/2gF7JmtAApgsq88rZQte6Q-320-80.jpg"></source></source></picture>
				</div>
			</div>
		</div>
	</div>
</section>

<p>
	(Image credit: Huawei)
</p>

<div>
	 
</div>

<div id="article-body">
	<p>
		Security researchers have discovered a code execution vulnerability in one of Huawei’s <a data-component-tracked="1" href="https://www.techradar.com/news/best-mobile-hotspots-for-3g-4g-and-5g" target="_blank" rel="external nofollow">LTE USB dongles</a>.
	</p>

	<p>
		 
	</p>

	<p>
		Part of <a data-component-tracked="1" href="https://www.techradar.com/news/best-huawei-phones" target="_blank" rel="external nofollow">Huawei’s</a> mobile broadband dongle range, the Huawei LTE USB Stick E3372 can be plugged into a computer to enable users to browse the Internet using a LTE network.
	</p>

	<p>
		 
	</p>

	<p>
		However <a data-component-tracked="1" href="https://www.techradar.com/best/best-online-cyber-security-courses" target="_blank" rel="external nofollow">cybersecurity</a> company Trustwave discovered a rather easy to exploit a vulnerability in the device. In a blog post, Trustwave’s Security Research Manager, Martin Rakhmanov explains the vulnerability exists because one of the installed files is missing appropriate access control settings. 
	</p>

	<p>
		 
	</p>

	<p>
		“All a malicious user needs to do is to replace the file with their own desired code and wait for a legitimate user to start using the cellular data service via Huawei device,” writes Rakhmanov.
	</p>

	<h2 id="knocking-on-the-wrong-door">
		Knocking on the wrong door
	</h2>

	<p>
		According to Trustwave, this affected file is automatically executed when a user plugs the dongle. It’s designed to fire up the default web browser and point it to the dongle’s device management interface.
	</p>

	<p>
		 
	</p>

	<p>
		However, Huawei hasn’t set proper permissions on the file. This enables any authenticated user on the computer to overwrite the file.
	</p>

	<div data-feat-ref="bordeaux-feat-id-57" id="bordeaux-static-slot-5">
		 
	</div>

	<p>
		Rakhmanov explains that all a malicious user needs to do is to replace the contents of the file with their own malicious code. Now when a user plugs in the dongle, it’ll automatically execute the malicious code.
	</p>

	<p>
		 
	</p>

	<p>
		Trustwave told The Register that it’s been trying to bring the issue to Huawei’s attention for the past several months without making any headway. It turns out that they’ve been reporting the issue to the wrong address. 
	</p>

	<p>
		 
	</p>

	<p>
		In any case, once it was informed through the proper channels, Huawei quickly released a patch to fix the permissions on the file. 
	</p>

	<p>
		 
	</p>

	<p>
		Via <a data-component-tracked="1" data-url="https://www.theregister.com/2021/06/02/huawei_lte_usb_stick_vulnerability/" href="https://www.theregister.com/2021/06/02/huawei_lte_usb_stick_vulnerability/" target="_blank" rel="external nofollow">The Register</a>
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.techradar.com/news/this-huawei-lte-usb-stick-has-a-serious-security-flaw" rel="external nofollow">Huawei fixes serious LTE USB stick security flaw</a>
</p>
]]></description><guid isPermaLink="false">351</guid><pubDate>Fri, 04 Jun 2021 22:00:53 +0000</pubDate></item><item><title>Meat giant JBS now fully operational after ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/meat-giant-jbs-now-fully-operational-after-ransomware-attack-r347/</link><description><![CDATA[<h1>
	Meat giant JBS now fully operational after ransomware attack
</h1>

<div>
	<p>
		 
	</p>

	<p>
		JBS, the world's largest beef producer, has confirmed that all its global facilities are fully operational and operate at normal capacity after the REvil ransomware attack that hit its systems last weekend.
	</p>

	<p>
		 
	</p>

	<p>
		On May 31, JBS was also forced <a href="https://www.bleepingcomputer.com/news/security/food-giant-jbs-foods-shuts-down-production-after-cyberattack/" target="_blank" rel="external nofollow">to shut down production</a> after <a href="https://www.bleepingcomputer.com/news/security/fbi-revil-cybergang-behind-the-jbs-ransomware-attack/" target="_blank" rel="external nofollow">REvil ransomware</a> operators breached and encrypted some of its North American and Australian IT system.
	</p>

	<p>
		 
	</p>

	<p>
		The FBI <a href="https://www.bleepingcomputer.com/news/security/fbi-revil-cybergang-behind-the-jbs-ransomware-attack/" target="_blank" rel="external nofollow">confirmed</a> the REvil ransomware operation is behind the JBS ransomware attack on Wednesday.
	</p>

	<p>
		 
	</p>

	<p>
		The attack on JBS follows another major ransomware incident that forced Colonial Pipeline to <a href="https://www.bleepingcomputer.com/tag/colonial-pipeline/" target="_blank" rel="external nofollow">shut down the largest US pipeline</a> and <a href="https://www.bleepingcomputer.com/news/security/colonial-pipeline-restores-operations-5-million-ransom-demanded/" target="_blank" rel="external nofollow">pay a $5 million ransom</a>.
	</p>

	<p>
		 
	</p>

	<p>
		JBS is the world's largest beef and poultry producer and the second-largest global pork producer, with facilities and operations in the United States, Australia, Canada, and the United Kingdom.
	</p>

	<p>
		 
	</p>

	<p>
		It has over 245,000 employees worldwide and an extensive portfolio of brands sold to customers from roughly 190 countries on six continents.
	</p>

	<h2>
		Back in business sooner than expected
	</h2>

	<p>
		JBS was able to get its systems back online sooner than expected since its backup servers were not impacted during the incident, and the restoration of systems critical to production was prioritized to reduce the impact on the food supply chain, producers, and consumers.
	</p>

	<p>
		 
	</p>

	<p>
		It also received strong support from the US, Australian and Canadian governments, with the FBI and CISA offering their technical support to JBS in recovering from the ransomware attack.
	</p>

	<p>
		 
	</p>

	<p>
		"The company's swift response, robust IT systems and encrypted backup servers allowed for a rapid recovery," JBS USA <a href="https://www.globenewswire.com/en/news-release/2021/06/03/2241773/17532/en/JBS-USA-and-Pilgrim-s-Announce-Resolution-of-Cyberattack.html" rel="external nofollow" target="_blank">said</a> in a press release on Thursday.
	</p>

	<p>
		 
	</p>

	<p>
		"As a result, JBS USA and Pilgrim's were able to limit the loss of food produced during the attack to less than one days' worth of production."
	</p>

	<p>
		 
	</p>

	<p>
		According to JBS USA CEO Andre Nogueira, the REvil operators haven't been able to gain access to the company's core systems, which significantly reduced their attack's impact.
	</p>

	<p>
		 
	</p>

	<p>
		In a <a href="https://www.globenewswire.com/en/news-release/2021/06/02/2240874/17532/en/JBS-USA-and-Pilgrim-s-Anticipate-Global-Operations-at-Near-Full-Capacity.html" rel="external nofollow" target="_blank">previous statement</a> issued on Wednesday, JBS stated that it had not found evidence of customer, supplier, or employee data compromised during the breach.
	</p>

	<h2>
		All eyes on ransomware
	</h2>

	<p>
		After the JBS REvil ransomware attack, the White House has also urged business leaders and corporate executives <a href="https://www.bleepingcomputer.com/news/security/white-house-urges-businesses-to-take-ransomware-crime-seriously/" target="_blank" rel="external nofollow">to take ransomware attacks seriously</a>.
	</p>

	<p>
		 
	</p>

	<p>
		Press Secretary Jen Psaki <a href="http://www.whitehouse.gov/briefing-room/press-briefings/2021/06/02/press-briefing-by-press-secretary-jen-psaki-june-2-2021/" rel="external nofollow" target="_blank">said in a press briefing</a> that President Biden would discuss the recent attacks with Russian President Vladimir Putin at the June 16 Geneva summit, given that all of the ransomware gangs behind these incidents (including REvil) are believed to be operated out of Russia.
	</p>

	<p>
		 
	</p>

	<p>
		"It will be a topic of discussion in direct, one-on-one discussions — or direct discussions with President Putin and President Biden happening in just a couple of weeks," Psaki said.
	</p>

	<p>
		 
	</p>

	<p>
		Reuters also <a href="https://www.reuters.com/technology/exclusive-us-give-ransomware-hacks-similar-priority-terrorism-official-says-2021-06-03/?utm_source=reddit.com" rel="external nofollow" target="_blank">reported</a> on Thursday that the US government would give ransomware attacks a similar priority to terrorism due to their capability to disrupt critical services and the substantial financial impact on US interests.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/meat-giant-jbs-now-fully-operational-after-ransomware-attack/" rel="external nofollow">Meat giant JBS now fully operational after ransomware attack</a>
</p>
]]></description><guid isPermaLink="false">347</guid><pubDate>Fri, 04 Jun 2021 21:38:26 +0000</pubDate></item><item><title>This is not a drill: VMware vuln with 9.8 severity rating is under attack</title><link>https://nsaneforums.com/news/security-privacy-news/this-is-not-a-drill-vmware-vuln-with-98-severity-rating-is-under-attack-r346/</link><description><![CDATA[<header>
	<h1 itemprop="headline">
		This is not a drill: VMware vuln with 9.8 severity rating is under attack
	</h1>

	<h2 itemprop="description">
		Code execution flaw in vCenter is exploited to install web shell on unpatched machines.
	</h2>
</header>

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

		<p>
			A VMware vulnerability with a severity rating of 9.8 out of 10 is under active exploitation. At least one reliable exploit has gone public, and there have been successful attempts in the wild to compromise servers that run the vulnerable software.
		</p>

		<p>
			 
		</p>
		The vulnerability, tracked as CVE-2021-21985, resides in the <a href="https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-78933728-7F02-43AF-ABD8-0BDCE10418A6.html" rel="external nofollow">vCenter Server</a>, a tool for managing virtualization in large data centers. A <a href="https://arstechnica.com/gadgets/2021/05/vulnerability-in-vmware-product-has-severity-rating-of-9-8-out-of-10/" rel="external nofollow">VMware advisory published last week</a> said vCenter machines using default configurations have a bug that, in many networks, allows for the execution of malicious code when the machines are reachable on a port that is exposed to the Internet.

		<h2>
			Code execution, no authentication required
		</h2>

		<p>
			On Wednesday, a researcher published <a href="https://www.iswin.org/2021/06/02/Vcenter-Server-CVE-2021-21985-RCE-PAYLOAD/" rel="external nofollow">proof-of-concept code</a> that exploits the flaw. A fellow researcher who asked not to be named said the exploit works reliably and that little additional work is needed to use the code for malicious purposes. It can be reproduced using five requests from cURL, a command-line tool that transfers data using HTTP, HTTPS, IMAP, and other common Internet protocols.
		</p>

		<p>
			 
		</p>

		<p>
			Another researcher who <a href="https://twitter.com/testanull/status/1400335066350292992" rel="external nofollow">tweeted about</a> the published exploit told me he was able to modify it to gain remote code execution with a single mouse click.
		</p>

		<p>
			 
		</p>

		<div class="ipsEmbeddedOther" contenteditable="false">
			<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed6049410314" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/testanull/status/1400329841363226629?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1400335066350292992%257Ctwgr%255E%257Ctwcon%255Es2_%26ref_url=https://arstechnica.com/gadgets/2021/06/under-exploit-vmware-vulnerability-with-severity-rating-of-9-8-out-of-10/" style="overflow: hidden; height: 352px;"></iframe>
		</div>

		<p>
			“It will get code execution in the target machine without any authentication mechanism,” the researcher said.
		</p>

		<h2>
			I haz web shell
		</h2>

		<p>
			Researcher Kevin Beaumont, meanwhile, <a href="https://twitter.com/GossiTheDog/status/1400868390726733831" rel="external nofollow">said on Friday</a> that one of his honeypots—meaning an Internet-connected server running out-of-date software so the researcher can monitor active scanning and exploitation—began seeing scanning by remote systems searching for vulnerable servers.
		</p>

		<p>
			 
		</p>

		<p>
			About 35 minutes later, he tweeted, “Oh, one of my honeypots got popped with CVE-2021-21985 while I was working, I haz web shell (surprised it’s not a coin miner).”
		</p>

		<p>
			 
		</p>

		<div class="ipsEmbeddedOther" contenteditable="false">
			<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed2485987829" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/GossiTheDog/status/1400858641184575494?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1400868390726733831%257Ctwgr%255E%257Ctwcon%255Es2_%26ref_url=https://arstechnica.com/gadgets/2021/06/under-exploit-vmware-vulnerability-with-severity-rating-of-9-8-out-of-10/" style="overflow: hidden; height: 992px;"></iframe>
		</div>

		<p>
			A web shell is a command-line tool that hackers use after successfully gaining code execution on vulnerable machines. Once installed, attackers anywhere in the world have essentially the same control that legitimate administrators have.
		</p>

		<p>
			 
		</p>

		<p>
			Troy Mursch of Bad Packets <a href="https://twitter.com/bad_packets/status/1400519385194766336" rel="external nofollow">reported on Thursday</a> that his honeypot had also started receiving scans. On Friday, the scans were continuing, he <a href="https://twitter.com/GossiTheDog/status/1400858641184575494" rel="external nofollow">said</a>.
		</p>

		<h2>
			Under barrage
		</h2>

		<p>
			The in-the-wild activity is the latest headache for administrators who were already under barrage by malicious exploits of other serious vulnerabilities. Since the beginning of the year, various apps used in large organizations have come under attack. In many cases, the vulnerabilities have been zero-days, exploits that were being used before companies issued a patch.
		</p>

		<p>
			 
		</p>
		Attacks included <a href="https://arstechnica.com/gadgets/2021/04/more-us-agencies-potentially-hacked-this-time-with-pulse-secure-exploits/" rel="external nofollow">Pulse Secure VPN</a> exploits targeting federal agencies and defense contractors, <a href="https://arstechnica.com/gadgets/2021/03/to-security-pros-dread-another-critical-server-vulnerability-is-under-exploit/" rel="external nofollow">successful exploits</a> of a code-execution flaw in the BIG-IP line of server appliances sold by Seattle-based F5 Networks, <a href="https://arstechnica.com/information-technology/2021/02/hackers-are-exploiting-a-critical-zeroday-in-firewalls-from-sonicwall/" rel="external nofollow">the compromise of Sonicwall firewalls</a>, the use of zero-days in Microsoft Exchange to <a href="https://arstechnica.com/gadgets/2021/03/tens-of-thousands-of-us-organizations-hit-in-ongoing-microsoft-exchange-hack/" rel="external nofollow">compromise tens of thousands of organizations</a> in the US, and the <a href="https://arstechnica.com/gadgets/2021/04/feds-say-hackers-are-likely-exploiting-critical-fortinet-vpn-vulnerabilities/" rel="external nofollow">exploitation of organizations</a> running versions of the Fortinet VPN that hadn’t been updated.

		<p>
			 
		</p>

		<p>
			Like all of the exploited products above, vCenter resides in potentially vulnerable parts of large organizations’ networks. Once attackers gain control of the machines, it’s often only a matter of time until they can move to parts of the network that allow for the installation of espionage malware or ransomware.
		</p>

		<p>
			 
		</p>

		<p>
			Admins responsible for vCenter machines that have yet to patch CVE-2021-21985 should install the update immediately if possible. It wouldn’t be surprising to see attack volumes crescendo by Monday.
		</p>
	</div>
</section>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/06/under-exploit-vmware-vulnerability-with-severity-rating-of-9-8-out-of-10/" rel="external nofollow">This is not a drill: VMware vuln with 9.8 severity rating is under attack</a>
</p>
]]></description><guid isPermaLink="false">346</guid><pubDate>Fri, 04 Jun 2021 21:35:13 +0000</pubDate></item><item><title>FreakOut malware worms its way into vulnerable VMware servers</title><link>https://nsaneforums.com/news/security-privacy-news/freakout-malware-worms-its-way-into-vulnerable-vmware-servers-r345/</link><description><![CDATA[<h1>
	FreakOut malware worms its way into vulnerable VMware servers
</h1>

<div>
	<p>
		 
	</p>

	<p>
		A multi-platform Python-based malware targeting Windows and Linux devices has now been upgraded to worm its way into Internet-exposed VMware vCenter servers unpatched against a remote code execution vulnerability.
	</p>

	<p>
		 
	</p>

	<p>
		The malware, dubbed <a href="https://www.bleepingcomputer.com/news/security/freakout-malware-exploits-critical-bugs-to-infect-linux-hosts/" target="_blank" rel="external nofollow">FreakOut</a> by CheckPoint researchers in January (aka Necro and N3Cr0m0rPh), is an obfuscated Python script designed to evade detection using a polymorphic engine and a user-mode rootkit that hides malicious files dropped on compromised systems.
	</p>

	<p>
		 
	</p>

	<p>
		FreakOut spreads itself by exploiting a wide range of OS and apps vulnerabilities and brute-forcing passwords over SSH, adding the infected devices to an IRC botnet controlled by its masters.
	</p>

	<p>
		 
	</p>

	<p>
		The malware's core functionality enables operators to launch DDoS attacks, backdoor infected systems, sniff and exfiltrate network traffic, and deploy XMRig miners to mine for Monero cryptocurrency.
	</p>

	<h2>
		Malware upgraded with new exploits
	</h2>

	<p>
		As Cisco Talos researchers shared in a <a href="http://blog.talosintelligence.com/2021/06/necro-python-bot-adds-new-tricks.html" rel="external nofollow" target="_blank">report published today</a>, FreakOut's developers have been hard at work improving the malware's spreading capabilities since early May, when the botnet's activity has suddenly increased.
	</p>

	<p>
		 
	</p>

	<p>
		"Although the bot was originally discovered earlier this year, the latest activity shows numerous changes to the bot, ranging from different command and control (C2) communications and the addition of new exploits for spreading, most notably vulnerabilities in VMWare vSphere, SCO OpenServer, Vesta Control Panel and SMB-based exploits that were not present in the earlier iterations of the code," Cisco Talos security researcher Vanja Svajcer said.
	</p>

	<p>
		 
	</p>

	<p>
		FreakOut bots scan for new systems to target either by randomly generating network ranges or on its masters' commands sent over IRC via the command-and-control server.
	</p>

	<p>
		 
	</p>

	<p>
		For each IP address in the scan list, the bot will try to use one of the built-in exploits or log in using a hardcoded list of SSH credentials.
	</p>

	<div>
		<figure>
			<img alt="Malware functionality" data-ratio="61.94" style="width: 720px; height: 446px;" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Malware%20functionality.jpg">
			<figcaption>
				Image: Cisco Talos
			</figcaption>
		</figure>
	</div>

	<p>
		While early FreakOut versions were able to exploit only vulnerable versions of Lifearay, Laravel, WebLogic, TerraMaster, and Zend Framework (Laminas Project) web apps, the latest ones have more than double the number of built-in exploits.
	</p>

	<p>
		 
	</p>

	<p>
		Newly added exploits to malware variants observed by Cisco Talos in May include:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<a href="https://vestacp.com/" rel="external nofollow">VestaCP</a> — <a href="https://www.exploit-db.com/exploits/49674" rel="external nofollow">VestaCP 0.9.8 - 'v_sftp_licence' Command Injection</a>
		</li>
		<li>
			ZeroShell 3.9.0 — <a href="https://nvd.nist.gov/vuln/detail/CVE-2019-12725" rel="external nofollow">'cgi-bin/kerbynet' Remote Root Command Injection</a>
		</li>
		<li>
			SCO Openserver 5.0.7 — <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-25494" rel="external nofollow">'outputform' Command Injection </a>
		</li>
		<li>
			Genexis PLATINUM 4410 2.1 P4410-V2-1.28 — <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name%3DCVE-2021-29003" rel="external nofollow">Remote Command Execution vulnerability</a>
		</li>
		<li>
			<a href="https://otrs.com/product-otrs/" rel="external nofollow">OTRS 6.0.1</a> — <a href="https://www.exploit-db.com/exploits/49794" rel="external nofollow">Remote Command Execution vulnerability</a>
		</li>
		<li>
			VMWare vCenter — <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name%3DCVE-2021-21972" rel="external nofollow">Remote Command Execution vulnerability</a>
		</li>
		<li>
			An Nrdh.php remote code execution exploit for an unknown app
		</li>
		<li>
			Python versions of EternalBlue (<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name%3Dcve-2017-0144" rel="external nofollow">CVE-2017-0144</a>) and EternalRomance (<a href="https://www.cvedetails.com/cve/CVE-2017-0147/" rel="external nofollow">CVE-2017-0147</a>) exploits
		</li>
	</ul>

	<h2>
		Thousands of VMware servers exposed to attacks
	</h2>

	<p>
		The VMware vCenter vulnerability (CVE-2021-21972) is present in the vCenter plugin for vRealize Operations (vROps) and is particularly interesting because it impacts all default vCenter Server installations.
	</p>

	<p>
		 
	</p>

	<p>
		Thousands of unpatched vCenter servers are currently reachable over the Internet, as shown by <a href="https://www.shodan.io/search?query=http.title%3A%22ID_VC_Welcome%22" rel="external nofollow" target="_blank">Shodan</a> and <a href="https://twitter.com/bad_packets/status/1364672466707128320" rel="external nofollow" target="_blank">BinaryEdge</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.bleepingcomputer.com/news/security/attackers-scan-for-vulnerable-vmware-servers-after-poc-exploit-release/" target="_blank" rel="external nofollow">Attackers have previously mass scanned</a> for vulnerable Internet-exposed vCenter servers after security researchers published a proof-of-concept (PoC) exploit code.
	</p>

	<p>
		 
	</p>

	<p>
		Russian Foreign Intelligence Service (SVR) state hackers have <a href="https://www.bleepingcomputer.com/news/security/russian-state-hackers-switch-targets-after-us-joint-advisories/" target="_blank" rel="external nofollow">also added CVE-2021-21972 exploits</a> to their arsenal in February, actively exploiting them in ongoing campaigns.
	</p>

	<p>
		 
	</p>

	<p>
		VMware vulnerabilities have also been exploited in the past in ransomware attacks targeting enterprise networks. As Cisco Talos revealed, FreakOut operators have also been seen deploying a custom ransomware strain showing that they are actively experimenting with new malicious payloads.
	</p>

	<p>
		 
	</p>

	<p>
		Multiple ransomware gangs, including RansomExx, Babuk Locker, and Darkside, <a href="https://twitter.com/GossiTheDog/status/1324896051128635392" rel="external nofollow" target="_blank">previously used VMWare ESXi pre-auth RCE exploits</a> to encrypt virtual hard disks used as centralized enterprise storage space.
	</p>

	<p>
		 
	</p>

	<p>
		"Necro Python bot shows an actor that follows the latest development in remote command execution exploits on various web applications and includes the new exploits into the bot. This increases its chances of spreading and infecting systems," Svajcer added.
	</p>

	<p>
		 
	</p>

	<p>
		"Users need to make sure to regularly apply the latest security updates to all of the applications, not just operating systems."
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/freakout-malware-worms-its-way-into-vulnerable-vmware-servers/" rel="external nofollow">FreakOut malware worms its way into vulnerable VMware servers</a>
</p>
]]></description><guid isPermaLink="false">345</guid><pubDate>Fri, 04 Jun 2021 21:30:36 +0000</pubDate></item><item><title>Google makes small Android advertising concession in wake of iOS 14.5</title><link>https://nsaneforums.com/news/security-privacy-news/google-makes-small-android-advertising-concession-in-wake-of-ios-145-r344/</link><description><![CDATA[<div>
	<header>
		<h1 itemprop="headline">
			Google makes small Android advertising concession in wake of iOS 14.5
		</h1>

		<h2 itemprop="description">
			Android ad tracking still isn't opt-in, though, so not much will change.
		</h2>
	</header>

	<section>
		<div itemprop="articleBody">
			<p>
				After Apple shook up the advertising industry by requiring users to opt-in to ad tracking in <a href="https://arstechnica.com/gadgets/2021/04/apple-releases-ios-14-5-the-biggest-update-since-ios-14-first-launched/" rel="external nofollow">iOS 14.5</a>, Google—the world's biggest ad company—is announcing <a href="https://support.google.com/googleplay/android-developer/answer/6048248/advertising-id" rel="external nofollow">a small concession</a> for advertising on Android. Starting in late 2021, Google will begin to roll out a feature that makes Android's years-old advertising opt-out checkbox less likely to be bypassed by apps.
			</p>

			<p>
				 
			</p>

			<figure>
				<a alt="Android's ad-tracking opt-out checkbox." data-height="1616" data-width="1448" href="https://cdn.arstechnica.net/wp-content/uploads/2021/06/4.jpg" rel="external nofollow"><img alt="Android's ad-tracking opt-out checkbox." data-ratio="111.56" srcset="https://cdn.arstechnica.net/wp-content/uploads/2021/06/4-640x714.jpg 2x" src="https://cdn.arstechnica.net/wp-content/uploads/2021/06/4-300x335.jpg"></a>

				<figcaption>
					<div>
						<a data-height="1616" data-width="1448" href="https://cdn.arstechnica.net/wp-content/uploads/2021/06/4.jpg" rel="external nofollow">Enlarge</a> / Android's ad-tracking opt-out checkbox.
					</div>

					<div>
						Ron Amadeo
					</div>
				</figcaption>
			</figure>
			Android has offered an advertising opt-out option for years, and the interface doesn't seem to be changing. Buried in the settings (System Settings -&gt; Google -&gt; Ads) is a checkbox allowing you to "opt out of ads personalization."

			<p>
				 
			</p>

			<p>
				Checking the box would "instruct apps not to use your advertising ID," but with this new change, the checkbox will stop asking apps to not use the advertising ID and will instead show apps "a string of zeros" if they try to access it. The rollout will start affecting apps running on Android 12 devices in late 2021 and will expand to all Google Play services in early 2022.
			</p>

			<p>
				 
			</p>

			<p>
				Google's advertising change has made <a href="https://www.bloomberg.com/news/articles/2021-06-03/google-to-let-android-users-opt-out-of-tracking-following-apple" rel="external nofollow">headlines</a> around the tech world, but the move probably won't change a lot. The key factor in iOS 14.5 is that ad personalization is opt-in. A big pop-up appears to ask if you want the app to track you, and you get to pick "yes" or "no." When asked directly, users have overwhelmingly rejected ad tracking, with one study saying <a href="https://arstechnica.com/gadgets/2021/05/96-of-us-users-opt-out-of-app-tracking-in-ios-14-5-analytics-find/" rel="external nofollow">96 percent</a> of iOS 14.5 users chose to block access to their ad ID. On Android, users won't be asked directly if they want to be tracked. They will have to know that this checkbox exists and then find it in the settings, almost certainly resulting in dramatically lower usage. Case in point: this "ad personalization" checkbox has been in Android <a href="https://android-developers.googleblog.com/2013/10/google-play-services-40.html" rel="external nofollow">since 2013</a>. I bet you didn't know about it.
			</p>

			<p>
				 
			</p>

			<p>
				The Google Play Store's developer policy <a href="https://support.google.com/googleplay/android-developer/answer/9857753/ads?hl=en&amp;ref_topic=9857752" rel="external nofollow">requires</a> that all advertising SDKs (not just Google's ad network) use the Android ad ID for ad-tracking purposes. If everyone follows the rules, this checkbox will block ad tracking across all ad networks for apps downloaded from the Play Store, just like it supposedly has been doing for years.
			</p>

			<p>
				 
			</p>

			<p>
				If app-makers followed the rules, though, Google wouldn't need to make this checkbox more aggressive by passing a string of zeros to apps.
			</p>
		</div>
	</section>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/06/google-makes-small-android-advertising-concession-in-wake-of-ios-14-5/" rel="external nofollow">Google makes small Android advertising concession in wake of iOS 14.5</a>
</p>
]]></description><guid isPermaLink="false">344</guid><pubDate>Fri, 04 Jun 2021 21:26:53 +0000</pubDate></item><item><title>Microsoft Teams calls are getting end-to-end encryption in July</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-teams-calls-are-getting-end-to-end-encryption-in-july-r337/</link><description><![CDATA[<h1>
	Microsoft Teams calls are getting end-to-end encryption in July
</h1>

<div>
	<p>
		 
	</p>

	<p>
		Microsoft Teams is getting better security and privacy next month with the addition of end-to-end encrypted 1:1 voice calls.
	</p>

	<p>
		 
	</p>

	<p>
		While Microsoft Teams already encrypts data at rest and in transit, it allows administrators to configure automatic recording and transcription of voice calls.
	</p>

	<p>
		 
	</p>

	<p>
		Due to this, Microsoft Teams calls are not suitable for sharing very sensitive information that should remain private between two individuals.
	</p>

	<p>
		 
	</p>

	<p>
		Starting in July, Microsoft Teams is getting end-to-end encryption for 1:1 VoIP calls so that their discussions remain entirely private.
	</p>

	<p>
		 
	</p>

	<p>
		"Teams will support an option to use end-to-end encryption (E2EE) for ad hoc 1:1 Teams VoIP calls, providing an additional option for conducting sensitive online conversations," Microsoft revealed today in the <a href="https://www.microsoft.com/en-ww/microsoft-365/roadmap?filters=&amp;searchterms=70780" rel="external nofollow" target="_blank">Microsoft 365 roadmap</a>.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft says that they will allow Microsoft Teams administrators to configure who has access to this feature to support their particular organization's security and compliance policies.
	</p>

	<p>
		 
	</p>

	<p>
		As <a href="https://mspoweruser.com/end-to-end-encryption-is-coming-to-microsoft-teams-calls-soon/" rel="external nofollow" target="_blank">reported</a> by MSPoweruser, this feature can be enabled by Microsoft Teams administrators for specific users or the entire organization. Users can then enable end-to-end encryption by enabling the 'End-to-end encrypted calls' setting under Settings &gt; Privacy.
	</p>

	<div>
		<figure>
			<img alt="Microsoft Teams End-to-end encrypted calls setting" data-ratio="56.94" style="width: 720px; height: auto;" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/m/microsoft-teams/e-e-encryption/microsoft-teams-end-to-end-encryption%5B1%5D.png">
			<figcaption>
				Microsoft Teams End-to-end encrypted calls setting<br>
				Source: MSPoweruser
			</figcaption>
		</figure>
	</div>

	<p>
		When end-to-end encryption is enabled, certain Microsoft Teams features will no longer be available, such as recording and transcription.
	</p>

	<p>
		 
	</p>

	<p>
		This feature will be a welcome addition as it allows the sharing of sensitive information, such as passwords, bank accounts, or other confidential information, without fear that they will be stored in recordings.
	</p>

	<p>
		 
	</p>

	<p>
		In October 2020, Zoom <a href="https://www.globenewswire.com/news-release/2020/10/26/2114354/0/en/Zoom-Launches-End-to-End-Encryption-for-Free-and-Paid-Users-Globally.html" rel="external nofollow" target="_blank">began supporting</a> end-to-end encryption for meetings with up to 200 participants for both free and paid users.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-teams-calls-are-getting-end-to-end-encryption-in-july/" rel="external nofollow">Microsoft Teams calls are getting end-to-end encryption in July</a>
</p>
]]></description><guid isPermaLink="false">337</guid><pubDate>Fri, 04 Jun 2021 02:57:50 +0000</pubDate></item><item><title>UF Health Florida hospitals back to pen and paper after cyberattack</title><link>https://nsaneforums.com/news/security-privacy-news/uf-health-florida-hospitals-back-to-pen-and-paper-after-cyberattack-r336/</link><description><![CDATA[<h1>
	UF Health Florida hospitals back to pen and paper after cyberattack
</h1>

<div>
	<p>
		 
	</p>

	<p>
		UF Health Central Florida has suffered a reported ransomware attack that forced two hospitals to shut down portions of their IT network.
	</p>

	<p>
		 
	</p>

	<p>
		The University of Florida Health, also known as UF Health, is a healthcare network of hospitals and physician practices that provide care to countries throughout Florida.
	</p>

	<p>
		 
	</p>

	<p>
		Today, BleepingComputer has learned that UF Health The Villages Hospital and UF Health Leesburg Hospital suffered a cyberattack preventing access to computer systems and email.
	</p>

	<p>
		 
	</p>

	<p>
		In a statement shared with BleepingComputer, UF Health states that UF Health Central Florida detected unusual activity and shut down portions of their networks to prevent further risks to their organization.
	</p>

	<p>
		 
	</p>

	<p>
		"On the night of May 31, UF Health Central Florida detected unusual activity involving its computer servers. Our information technology team is collaborating with IT experts on our Gainesville and Jacksonville campuses to investigate the situation and mitigate any potential risks.
	</p>

	<p>
		 
	</p>

	<p>
		"In an abundance of caution, we have suspended access to some of our Central Florida systems, including email, and have implemented our backup procedures as our teams continue to work to ensure that all data and networks are secure.
	</p>

	<p>
		 
	</p>

	<p>
		BleepingComputer was told that there is no indication that UF Health in Gainesville or Jacksonville was affected by the attack.
	</p>

	<p>
		 
	</p>

	<p>
		While UF Health would not shed further light on the attack, <a href="https://www.villages-news.com/2021/06/02/the-villages-hospital-crippled-by-ransomware-attack/" rel="external nofollow" target="_blank">Villages-News reports</a> that the hospitals were affected by a ransomware attack that has forced employees to switch back to pen and paper.
	</p>

	<p>
		 
	</p>

	<p>
		Both hospitals continue to see patients and provide healthcare.
	</p>

	<h2>
		Ransomware attacks under increased scrutiny
	</h2>

	<p>
		While ransomware has been a scourge on businesses worldwide since 2012, it has recently received increased scrutiny due to recent attacks on critical infrastructure, healthcare systems, and food suppliers.
	</p>

	<p>
		 
	</p>

	<p>
		Last month, the DarkSide ransomware operation <a href="https://www.bleepingcomputer.com/news/security/largest-us-pipeline-shuts-down-operations-after-ransomware-attack/" rel="external nofollow" target="_blank">attacked Colonial Pipeline</a>, the largest US fuel pipeline. It led to a temporary shutdown of fuel transport to the southeast and northeast of the United States.
	</p>

	<p>
		 
	</p>

	<p>
		This week, the world's largest producer, <a href="https://www.bleepingcomputer.com/news/security/fbi-revil-cybergang-behind-the-jbs-ransomware-attack/" rel="external nofollow" target="_blank">JBS, suffered an REvil ransomware attack</a> that shut down production sites while restoring data from backups.
	</p>

	<p>
		 
	</p>

	<p>
		As most of the large ransomware operations are believed to be operated out of Russia, White House Press Secretary Jen Psaki said that President Biden would be discussing these attacks with Russian President Vladimir Putin at the June 16th Geneva summit.
	</p>

	<p>
		 
	</p>

	<p>
		"It will be a topic of discussion in direct, one-on-one discussions — or direct discussions with President Putin and President Biden happening in just a couple of weeks," Psaki said at the press briefing.
	</p>

	<p>
		 
	</p>

	<p>
		Reuters also <a href="https://www.reuters.com/technology/exclusive-us-give-ransomware-hacks-similar-priority-terrorism-official-says-2021-06-03/?utm_source=reddit.com" rel="external nofollow" target="_blank">reported today</a> that ransomware attacks will now be given similar priority as terrorism by the US government due to their ability to disrupt critical services and the financial impact on US interests.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/uf-health-florida-hospitals-back-to-pen-and-paper-after-cyberattack/" rel="external nofollow">UF Health Florida hospitals back to pen and paper after cyberattack</a>
</p>
]]></description><guid isPermaLink="false">336</guid><pubDate>Fri, 04 Jun 2021 02:55:27 +0000</pubDate></item><item><title>Opera 76 fixes the YouTube ad blocking issue</title><link>https://nsaneforums.com/news/security-privacy-news/opera-76-fixes-the-youtube-ad-blocking-issue-r327/</link><description><![CDATA[<h1>
	Opera 76 fixes the YouTube ad blocking issue
</h1>

<div>
	<p>
		A couple of weeks ago, I told you that Opera browser <a data-wpel-link="internal" href="https://www.ghacks.net/2021/05/20/opera-browser-and-opera-gx-are-not-blocking-ads-on-youtube/" rel="external nofollow" target="_blank">isn't blocking</a> YouTube ads. This issue has been quite the headache for users, but the latest update seems to have fixed the problem.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="Opera 76 without ad blocker enabled" data-ratio="75.10" loading="lazy" width="719" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/06/Opera-76-without-ad-blocker-enabled.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		Opera has released a new version of its browser to the stable channel. The update <a data-wpel-link="external" href="https://blogs.opera.com/desktop/2021/06/opera-76-0-4017-175-stable-update/" rel="external nofollow" target="_blank">announcement</a> on the company's blog finally acknowledges the ad blocking issue was real. As a matter of fact, it was the only thing highlighted in the article. Opera 76 has fixed the YouTube ad blocking issue.
	</p>

	<p>
		 
	</p>

	<p>
		Interestingly, the post also confirms that the ad blocker was not properly blocking all ads. That kind of explains why I got ads only on some videos, it was random. The <a data-wpel-link="external" href="https://blogs.opera.com/desktop/changelog-for-76/#b4017.175" rel="external nofollow" target="_blank">release notes</a> for Opera 76.0.4017.177 makes things even more interesting, it reads,
	</p>

	<blockquote>
		<p>
			DNA-93554 [AdBlock] Find a fix for blocking ‘new’ YouTube ads
		</p>
	</blockquote>

	<p>
		Notice how the 'new' part is in quotes. Some Brave users had reported the ad blocking issue as well. That indicates there's something odd going on behind the scenes. It's good to see that the problem has been addressed by Opera.
	</p>

	<p>
		 
	</p>

	<p>
		Speaking of which, does the ad blocker work? There's only one way to find out. I reset the browser to make it work like a fresh install, and to get rid of all extensions and custom settings. The first part of the test was to use Opera browser with its default settings.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="Opera 76 without ad blocker - ads in search" data-ratio="75.10" loading="lazy" width="719" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/06/Opera-76-without-ad-blocker-ads-in-search.jpg">
	</p>

	<p>
		<img alt="Opera 76 without ad blocker enabled search ads" loading="lazy" ptg4qavgz="" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/06/Opera-76-without-ad-blocker-enabled-search-ads.jpg">
	</p>

	<p>
		So, here are my observations from using the browser without the ad-blocker enabled. A lot of YouTube videos started out with a video advertisement before getting to the actual content, while some had banner ads that stayed on top of the media. The search results page had an ad banner too. There's nothing unusual about this, this is how the world looks when you aren't using an ad-blocker, and that's what makes it annoying.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="Opera 76 without ad blocker enabled -in-video ads" data-ratio="56.94" loading="lazy" style="width: 720px; height: 410px;" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/06/Opera-76-without-ad-blocker-enabled-in-video-ads.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		Time for part 2 of the test, all I enabled was the option to block ads. I did not toggle the block trackers setting. After watching several videos and restarting the browser multiple times, I can confirm that the ad blocker works correctly. Opera browser blocked all three types of ads (in-video ads, sticky banners, and banners on the results page).
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="Opera 76 fixes the YouTube ad blocking issue" data-ratio="65.83" loading="lazy" style="width: 720px; height: auto;" width="720" src="https://mk0ghacksnety2pjrgh8.kinstacdn.com/wp-content/uploads/2021/06/Opera-76-fixes-the-YouTube-ad-blocking-issue.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		Opera 76 also fixes an issue with the picture-in-picture video playback, you can now control the sound properly in the pop-out.
	</p>

	<p>
		 
	</p>

	<p>
		Did you notice that Opera's blog announcement does not talk about Opera GX? If you read my previous article, you may remember that GX had the ad blocking issue as well. After a bit of searching, I found the <a data-wpel-link="external" href="https://forums.opera.com/topic/33033/opera-gx-update-released" rel="external nofollow" target="_blank">change log</a> for Opera GX on the community forums. The post mentions that the same fix for the ad blocker was added in version v75 of the browser. That's Opera GX 75.0.3969.282 to be precise. So, I gave it the same treatment as the regular variant of the browser, and GX seems to be blocking ads just as it should be.
	</p>

	<p>
		 
	</p>

	<p>
		If you're using an older version of the browser, I recommend updating to Opera 76. The installer is available at the official site.
	</p>

	<p>
		 
	</p>

	<p>
		Don't forget to tell us whether the ad blocker is now working fine for you.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/06/03/opera-76-fixes-the-youtube-ad-blocking-issue/" rel="external nofollow">Opera 76 fixes the YouTube ad blocking issue</a>
</p>
]]></description><guid isPermaLink="false">327</guid><pubDate>Thu, 03 Jun 2021 20:14:19 +0000</pubDate></item><item><title>WordPress force installs Jetpack security update on 5 million sites</title><link>https://nsaneforums.com/news/security-privacy-news/wordpress-force-installs-jetpack-security-update-on-5-million-sites-r326/</link><description><![CDATA[<h1>
	WordPress force installs Jetpack security update on 5 million sites
</h1>

<div>
	 
</div>

<div>
	<p>
		Automattic, the company behind the WordPress content management system, force deploys a security update on over five million websites running the Jetpack WordPress plug-in.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://wordpress.org/plugins/jetpack/" rel="external nofollow" target="_blank">Jetpack</a> is a <a href="https://wordpress.org/plugins/jetpack/" rel="external nofollow" target="_blank">remarkably popular WordPress plug-in</a> that provides free security, performance, and website management features, including brute-force attack protection, site backups, secure logins, and malware scanning.
	</p>

	<p>
		 
	</p>

	<p>
		The plugin has more than 5 million active installations, and it is developed and maintained by Automattic, the company behind WordPress.
	</p>

	<div>
		<figure>
			<p>
				<a href="https://twitter.com/jetpack/status/1400495736136081415" rel="external nofollow" target="_blank"><img alt="Jetpack tweet" data-ratio="55.92" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Jetpack-tweet.png"></a>
			</p>
		</figure>
	</div>

	<h2>
		No in the wild exploitation
	</h2>

	<p>
		The vulnerability was found in the Carousel feature and its option to display comments for each image, with nguyenhg_vcs being the one credited for responsibly disclosing the security bug.
	</p>

	<p>
		 
	</p>

	<p>
		No other details are available regarding this security flaw to protect the sites that haven't yet been updated. However, we do know that Automattic addressed it with added authorization logic.
	</p>

	<p>
		 
	</p>

	<p>
		The announcement made by Automattic says the bug impacts all versions starting with the Jetpack 2.0 release and going back to November 2012.
	</p>

	<p>
		 
	</p>

	<p>
		The Jetpack development team added that it found no evidence that the vulnerability has been exploited in the wild.
	</p>

	<p>
		 
	</p>

	<p>
		"However, now that the update has been released, it is only a matter of time before someone tries to take advantage of this vulnerability," the developers <a href="https://jetpack.com/2021/06/01/jetpack-9-8-engage-your-audience-with-wordpress-stories/" rel="external nofollow" target="_blank">warn</a>.
	</p>

	<div>
		<figure>
			<img alt="Jetpack patch" data-ratio="38.32" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Jetpack%20patch.png">
			<figcaption>
				Jetpack patch
			</figcaption>
		</figure>
	</div>

	<p>
		Automattic is force installing patched versions on all websites running vulnerable Jetpack versions, with most sites already having been updated.
	</p>

	<p>
		 
	</p>

	<p>
		"To help you in this process, we worked with the WordPress.org Security Team to release patched versions of every version of Jetpack since 2.0," Automattic said. "Most websites have been or will soon be automatically updated to a secured version."
	</p>

	<p>
		 
	</p>

	<p>
		Currently, <a href="http://api.wordpress.org/stats/plugin/1.0/downloads.php?slug=jetpack" rel="external nofollow" target="_blank">download stats</a> available on the WordPress Plugins site confirm that the security updates have been pushed to most if not all exposed websites. 
	</p>

	<figure>
		<p>
			<img alt="Jetpack downloads history" data-ratio="32.21" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Jetpack-plugin-download-history.png">
		</p>

		<figcaption>
			Jetpack downloads history
		</figcaption>
	</figure>

	<h2>
		Forced updates used to patch critical bugs affecting millions
	</h2>

	<p>
		This is not the first time Automattic used the automated deployment of security updates to patch vulnerable plug-ins or WordPress installations.
	</p>

	<p>
		 
	</p>

	<p>
		WordPress lead developer Andrew Nacin stated in 2015 that the company had used automated updates <a href="https://twitter.com/nacin/status/576032016321417216" rel="external nofollow" target="_blank">only five times</a> since its launch.
	</p>

	<p>
		 
	</p>

	<p>
		Samuel Wood, another WordPress developer, added <a href="https://wordpress.org/support/topic/automatic-update-33/#post-13552372" rel="external nofollow" target="_blank">in October 2020</a> that Automattic used the forced security updates feature to push "security releases for plugins many times" since WordPress 3.7 was released.
	</p>

	<p>
		 
	</p>

	<p>
		This hints at the fact that Automattic deploys forced updates to patch plug-ins used by millions of sites against critical security vulnerabilities.
	</p>

	<p>
		 
	</p>

	<p>
		For instance, in 2019, Jetpack received a critical security update to fix a bug in the way the plug-in processed embed code.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://jetpack.com/2018/12/06/jetpack-6-8-1-general-maintenance-and-security-update/" rel="external nofollow" target="_blank">Another security update</a> addressed an issue found during an internal audit of the Contact Form block in December 2018. A May 2016 <a href="https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/" rel="external nofollow" target="_blank">critical security update</a> patched a vulnerability in the way some Jetpack shortcodes were processed.
	</p>

	<p>
		 
	</p>

	<p>
		In related news, in 2018, threat actors also found a method to <a href="https://www.bleepingcomputer.com/news/security/hackers-find-new-method-of-installing-backdoored-plugins-on-wordpress-sites/" target="_blank" rel="external nofollow">install backdoored plugins on WordPress websites</a> using weakly protected WordPress.com accounts and Jetpack's remote management feature.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/wordpress-force-installs-jetpack-security-update-on-5-million-sites/" rel="external nofollow">WordPress force installs Jetpack security update on 5 million sites</a>
</p>
]]></description><guid isPermaLink="false">326</guid><pubDate>Thu, 03 Jun 2021 20:09:06 +0000</pubDate></item><item><title>Scripps Health notifies patients of data breach after ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/scripps-health-notifies-patients-of-data-breach-after-ransomware-attack-r325/</link><description><![CDATA[<h1>
	Scripps Health notifies patients of data breach after ransomware attack
</h1>

<div>
	<p>
		 
	</p>

	<p>
		Nonprofit healthcare provider, Scripps Health in San Diego, has disclosed a data breach exposing patient information after suffering a ransomware attack last month.
	</p>

	<p>
		 
	</p>

	<p>
		The healthcare provider has five hospitals and 19 outpost facilities with over 3,000 affiliate physicians. Every year, Scripps Health treats more than 700,000 patients.
	</p>

	<p>
		 
	</p>

	<p>
		On April 29th, Scripps Health suffered a cyberattack where threat actors deployed ransomware on their network and encrypt devices.
	</p>

	<p>
		 
	</p>

	<p>
		The attack caused the healthcare provider to suspend their IT systems, including public-facing portals, including MyScripps and scripps.org.
	</p>

	<p>
		 
	</p>

	<p>
		Due to the attack, hospitals in Encinitas, La Jolla, San Diego, and Chula Vista no longer received stroke or heart attack patients, which were diverted to other medical facilities.
	</p>

	<h2>
		Hackers stole patient data during the attack
	</h2>

	<p>
		On Tuesday, Scripps Health released an updated report on the attack and says that threat actors stole patient data during the attack.
	</p>

	<p>
		 
	</p>

	<p>
		"The investigation is ongoing, but we determined that an unauthorized person did gain access to our network, deployed malware, and, on April 29, 2021, acquired copies of some of the documents on our systems," <a href="https://www.scripps.org/cyber-incident" rel="external nofollow" target="_blank">said</a> an updated Scripps Health security incident notice.
	</p>

	<p>
		 
	</p>

	<p>
		"By May 10, 2021, we were able to access a limited number of documents involved in the incident and, after a thorough review, determined that some of those documents contained certain patient information."
	</p>

	<p>
		 
	</p>

	<p>
		"As the investigation is ongoing, we do not yet know the content of the remainder of documents we believe are involved, though we are working with third party experts to determine those facts as quickly as possible."
	</p>

	<p>
		 
	</p>

	<p>
		When ransomware operations breach an organization, they will first silently spread throughout the network while stealing files and data. Once they gain access to a Windows admin account and the domain controller, they deploy the ransomware to encrypt devices.
	</p>

	<p>
		 
	</p>

	<p>
		The ransomware gangs then use the stolen data as leverage by saying they will release the stolen data on <a href="https://www.bleepingcomputer.com/news/security/list-of-ransomware-that-leaks-victims-stolen-files-if-not-paid/" target="_blank" rel="external nofollow">data leak sites</a> if the victim does not pay the ransom.
	</p>

	<p>
		 
	</p>

	<p>
		After investigating the stolen data, Scripps Health determined that the attackers stole personal information for certain patients.
	</p>

	<p>
		 
	</p>

	<p>
		"For certain patients, this information included one or more of their names, addresses, dates of birth, health insurance information, medical record numbers, patient account numbers, and/or clinical information, such as physician name, date(s) of service, and/or treatment information," warns Scripps Health.
	</p>

	<p>
		 
	</p>

	<p>
		"For less than 2.5% of patients, Social Security numbers and drivers’ license numbers were also affected."
	</p>

	<p>
		 
	</p>

	<p>
		"Importantly, this incident did not result in unauthorized access to Scripps’ electronic medical record application, Epic. However, health information and personal financial information was acquired through other documents stored on our network."
	</p>

	<p>
		 
	</p>

	<p>
		For those patients whose data was exposed, Scripps Health has begun mailing notification letters on June 1st, 2021.
	</p>

	<p>
		 
	</p>

	<p>
		If the attack exposed a patient's Social Security or driver's license numbers, the healthcare provider also provides a free one-year subscription to credit monitoring and identity protection services.
	</p>

	<p>
		 
	</p>

	<p>
		It is unknown which ransomware operation conducted the attack, and none of the stolen data has been publicly released at this time.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/scripps-health-notifies-patients-of-data-breach-after-ransomware-attack/" rel="external nofollow">Scripps Health notifies patients of data breach after ransomware attack</a>
</p>
]]></description><guid isPermaLink="false">325</guid><pubDate>Thu, 03 Jun 2021 20:06:28 +0000</pubDate></item><item><title>Google Chrome now warns you of extensions from untrusted devs</title><link>https://nsaneforums.com/news/security-privacy-news/google-chrome-now-warns-you-of-extensions-from-untrusted-devs-r324/</link><description><![CDATA[<h1>
	Google Chrome now warns you of extensions from untrusted devs
</h1>

<div>
	 
</div>

<div>
	<p>
		Google has added new protection capabilities for Enhanced Safe Browsing users in Chrome, warning them when installing untrusted extensions and allowing them to request more in-depth scans of downloaded files.
	</p>

	<p>
		 
	</p>

	<p>
		The <a href="https://safebrowsing.google.com/" rel="external nofollow" target="_blank">Safe Browsing</a> feature, available in Google Chrome since 2007, warns you of dangerous events when visiting malicious websites (e.g., sites trying to steal your credentials, downloading harmful files) by checking URLs against a list of unsafe sites stored within Chrome.
	</p>

	<p>
		 
	</p>

	<p>
		<a href="https://www.bleepingcomputer.com/news/google/google-rolls-out-new-enhanced-safe-browsing-security-feature/" target="_blank" rel="external nofollow">Enhanced Safe Browsing</a>, available to Chrome users since May 2020, significantly increases protection from dangerous sites, downloads, and extensions by adding faster, proactive safeguards and warning about password breaches.
	</p>

	<p>
		 
	</p>

	<p>
		"Since the initial launch, we have continuously worked behind the scenes to improve our real-time URL checks and apply machine learning models to warn on previously-unknown attacks," Google <a href="https://security.googleblog.com/2021/06/new-protections-for-enhanced-safe.html" rel="external nofollow" target="_blank">said</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"As a result, Enhanced Safe Browsing users are successfully phished 35% less than other users."
	</p>

	<h2>
		Upgraded to flag untrusted Chrome extensions
	</h2>

	<p>
		Starting with Google Chrome 91, released last month, a new Enhanced Safe Browsing feature is rolling out to all users to alert them if they're installing an extension made by an untrusted developer.
	</p>

	<p>
		 
	</p>

	<p>
		"Enhanced Safe Browsing will now offer additional protection when you install a new extension from the Chrome Web Store," Google added.
	</p>

	<p>
		 
	</p>

	<p>
		"A dialog will inform you if an extension you're about to install is not a part of the list of extensions trusted by Enhanced Safe Browsing.
	</p>

	<p>
		 
	</p>

	<p>
		"Any extensions built by a developer who follows the Chrome Web Store Developer Program Policies, will be considered trusted by Enhanced Safe Browsing."
	</p>

	<div>
		<figure>
			<img alt="Untrusted extension warning" data-ratio="50.83" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Untrusted%20extension%20warning.png">
			<figcaption>
				Untrusted extension warning (Google)
			</figcaption>
		</figure>
	</div>

	<p>
		New developers will have to build up trust over at least a few months until they will be added to Enhanced Safe Browsing's list of trusted devs.
	</p>

	<p>
		 
	</p>

	<p>
		Until then, extensions they publish on the Chrome Web Store will be flagged as untrusted, and Chrome will notify users of what data the extensions can access.
	</p>

	<p>
		 
	</p>

	<p>
		While starting as untrusted even though they release extensions compliant with Google's Chrome Web Store Developer Program Policies, all will reach trusted status according to Google.
	</p>

	<p>
		 
	</p>

	<p>
		At the moment, almost 75% of all Chrome Web St extensions are marked as trusted, with the number to grow as more and more developers will become trusted.
	</p>

	<h2>
		Enhanced protection against risky files
	</h2>

	<p>
		Enhanced Safe Browsing was also upgraded in the latest Google Chrome release to provide even better protection against risky files downloaded from potentially malicious sites.
	</p>

	<p>
		 
	</p>

	<p>
		When a downloaded file is tagged as unsafe, users are now offered the option to request a more in-depth Google Safe Browsing analysis.
	</p>

	<p>
		 
	</p>

	<p>
		"After a short wait, if Safe Browsing determines the file is unsafe, Chrome will display a warning. As always, you can bypass the warning and open the file without scanning," Google said.
	</p>

	<p>
		 
	</p>

	<p>
		"If you choose to send the file, Chrome will upload it to Google Safe Browsing, which will scan it using its static and dynamic analysis classifiers in real-time. Uploaded files are deleted from Safe Browsing a short time after scanning."
	</p>

	<div>
		<figure>
			<img alt="Improved download protection" data-ratio="75.10" src="https://www.bleepstatic.com/images/news/u/1109292/2021/Improved%20download%20protection.webp">
			<figcaption>
				Improved download protection (Google)
			</figcaption>
		</figure>
	</div>
</div>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/google-chrome-now-warns-you-of-extensions-from-untrusted-devs/" rel="external nofollow">Google Chrome now warns you of extensions from untrusted devs</a>
</p>
]]></description><guid isPermaLink="false">324</guid><pubDate>Thu, 03 Jun 2021 20:04:20 +0000</pubDate></item><item><title>Chinese threat actors hacked NYC MTA using Pulse Secure zero-day</title><link>https://nsaneforums.com/news/security-privacy-news/chinese-threat-actors-hacked-nyc-mta-using-pulse-secure-zero-day-r323/</link><description><![CDATA[<h1>
	Chinese threat actors hacked NYC MTA using Pulse Secure zero-day
</h1>

<div>
	<p>
		 
	</p>

	<p>
		Chinese-backed threat actors breached New York City's Metropolitan Transportation Authority (MTA) network in April using a Pulse Secure zero-day. Still, they failed to cause any data loss or gain access to systems controlling the transportation fleet.
	</p>

	<p>
		 
	</p>

	<p>
		According to Rafail Portnoy, MTA's Chief Technology Officer, while the attackers hacked into several MTA computer systems, they couldn't gain access to employee or customer information.
	</p>

	<p>
		 
	</p>

	<p>
		"The MTA quickly and aggressively responded to this attack, bringing on Mandiant, a leading cyber security firm, whose forensic audit found no evidence operational systems were impacted, no employee or customer information breached, no data loss and no changes to our vital systems," Portnoy said in a statement.
	</p>

	<h2>
		The third attack targeting MTA in recent years
	</h2>

	<p>
		MTA mitigated the vulnerability on April 21, one day after Pulse Secure issued an advisory, and CISA published an alert on the Pulse Secure zero-day exploited in the attack.
	</p>

	<p>
		 
	</p>

	<p>
		Additionally, existing security systems also hindered the attackers' attempts to move through the network.
	</p>

	<p>
		 
	</p>

	<p>
		"Importantly, the MTA's existing multi-layered security systems worked as designed, preventing spread of the attack and we continue to strengthen these comprehensive systems and remain vigilant as cyber-attacks are a growing global threat," Portnoy added.
	</p>

	<p>
		 
	</p>

	<p>
		The breach was the result of the third attack on the transportation authority's network in recent years, as MTA officials told the <a href="https://www.nytimes.com/2021/06/02/nyregion/mta-cyber-attack.html" rel="external nofollow" target="_blank">NY Times</a>.
	</p>

	<p>
		 
	</p>

	<p>
		MTA is the largest North American transportation network serving more than 15.3 million people across a 5,000-square-mile travel area around New York City.
	</p>

	<p>
		 
	</p>

	<p>
		The transit authority operates multiple transportation agencies, including the MTA New York City Transit, MTA Bus, Long Island Rail Road, Metro-North Railroad, and MTA Bridges and Tunnels.
	</p>

	<h2>
		Dozens of US and European organizations also hacked 
	</h2>

	<p>
		Cybersecurity firm FireEye revealed on April 20 that at least two Chinese-backed threat actors (tracked as UNC2630 and UNC2717) were actively exploiting <a href="https://www.bleepingcomputer.com/news/security/pulse-secure-vpn-zero-day-used-to-hack-defense-firms-govt-orgs/" target="_blank" rel="external nofollow">a zero-day vulnerability</a> to deploy <a href="https://www.bleepingcomputer.com/news/security/chinese-cyberspies-are-targeting-us-eu-orgs-with-new-malware/" target="_blank" rel="external nofollow">16 different malware families</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"Espionage activity by UNC2630 and UNC2717 supports key Chinese government priorities," FireEye said in a report published last month.
	</p>

	<p>
		 
	</p>

	<p>
		"Many compromised organizations operate in verticals and industries aligned with Beijing's strategic objectives outlined in China's recent 14th Five Year Plan."
	</p>

	<p>
		 
	</p>

	<p>
		The malware is custom-tailored for compromising Pulse Secure VPN appliances and used to maintain long-term access to networks, collect credentials, and steal proprietary data.
	</p>

	<p>
		 
	</p>

	<p>
		The zero-day was exploited together with other Pulse Secure bugs to hack the networks of dozens of US and European organizations across several verticals, including defense, government, high tech, transportation, and financial sectors.
	</p>

	<p>
		 
	</p>

	<p>
		A day later, the US Cybersecurity and Infrastructure Security Agency (CISA) <a href="https://www.bleepingcomputer.com/news/security/cisa-orders-federal-orgs-to-mitigate-pulse-secure-vpn-bug-by-friday/" target="_blank" rel="external nofollow">issued an emergency directive</a> ordering federal agencies to mitigate the security flaw within two days by disabling the Pulse Secure Collaboration and Windows File Share Browser features.
	</p>

	<p>
		 
	</p>

	<p>
		Pulse Secure issued security updates to address the zero-day bug on May 3 and also released the <a href="https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB44755" rel="external nofollow" target="_blank">Pulse Connect Secure Integrity Tool</a> that helps organizations check if hackers modified files on their Pulse Secure appliances.
	</p>

	<p>
		 
	</p>

	<p>
		CISA also updated mitigation measures shared in its alert and urges organizations to <a href="http://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB44764" rel="external nofollow" target="_blank">check the guidance</a> published by Ivanti, Pulse Secure's parent company.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/chinese-threat-actors-hacked-nyc-mta-using-pulse-secure-zero-day/" rel="external nofollow">Chinese threat actors hacked NYC MTA using Pulse Secure zero-day</a>
</p>
]]></description><guid isPermaLink="false">323</guid><pubDate>Thu, 03 Jun 2021 20:01:31 +0000</pubDate></item><item><title>New SkinnyBoy malware used by Russian hackers to breach sensitive orgs</title><link>https://nsaneforums.com/news/security-privacy-news/new-skinnyboy-malware-used-by-russian-hackers-to-breach-sensitive-orgs-r322/</link><description><![CDATA[<h1>
	New SkinnyBoy malware used by Russian hackers to breach sensitive orgs
</h1>

<div>
	<p>
		 
	</p>

	<p>
		Security researchers have discovered a new piece of malware called SkinnyBoy that was used in spear-phishing campaigns attributed to Russian-speaking hacking group APT28.
	</p>

	<p>
		 
	</p>

	<p>
		The threat actor, also known as Fancy Bear, Sednit, Sofacy, Strontium, or PwnStorm, used SkinnyBoy in attacks targeting military and government institutions earlier this year.
	</p>

	<h3>
		Classic tactics, new tool
	</h3>

	<p>
		SkinnyBoy is intended for an intermediary stage of the attack, to collect information about the victim and to retrieve the next payload from the command and control (C2) server.
	</p>

	<p>
		 
	</p>

	<p>
		According to <a href="https://cluster25.io" rel="external nofollow" target="_blank">Cluster25</a> threat research company, APT28 likely started this campaign at the beginning of March, focusing on ministries of foreign affairs, embassies, defense industry, and the military sector.
	</p>

	<p>
		 
	</p>

	<p>
		Multiple victims are in the European Union but the researchers told BleepingComputer that the activity may have impacted organizations in the United States, too.
	</p>

	<p>
		 
	</p>

	<p>
		SkinnyBoy is delivered through a Microsoft Word document laced with a macro that extracts a DLL file acting as a malware downloader.
	</p>

	<p>
		 
	</p>

	<p>
		The lure is a message with a spoofed invitation to an international scientific event held in Spain at the end of July.
	</p>

	<p>
		 
	</p>

	<p>
		Opening the invitation triggers the infection chain, which starts with extracting a DLL that retrieves the SkinnyBoy dropper (tpd1.exe), a malicious file that downloads the main payload.
	</p>

	<p>
		 
	</p>

	<p>
		Once on the system, the dropper establishes persistence and moves to extract the next payload, which is encoded in Base64 format and appended as an overlay of the executable file.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="SkinnyBoy - overlay of tpd1.exe" data-ratio="84.96" src="https://www.bleepstatic.com/images/news/u/1100723/APT/Fancy%20Bear,%20APT28/SkinnyBoy01.jpg">
	</p>

	<p>
		 
	</p>

	<p>
		This payload deletes itself after extracting two files on the compromised system:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			C:\Users\%username%\AppData\Local\devtmrn.exe (2a652721243f29e82bdf57b565208c59937bbb6af4ab51e7b6ba7ed270ea6bce)
		</li>
		<li>
			C:\Users\%username%\AppData\Local\Microsoft\TerminalServerClient\TermSrvClt.dll (ae0bc3358fef0ca2a103e694aa556f55a3fed4e98ba57d16f5ae7ad4ad583698)
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		To keep a low profile, the malware executes these files at a later stage, after creating a persistence mechanism via a LNK file under Windows Startup folder, Cluster25 says in a <a href="https://cluster25.io/2021/06/03/a-not-so-fancy-game-apt28-skinnyboy/" rel="external nofollow" target="_blank">report</a> shared with BleepingComputer.
	</p>

	<p>
		 
	</p>

	<p>
		The LNK file is triggered at the next reboot of the infected machine and looks for the main payload, SkinnyBoy (TermSrvClt.dll), by checking the SHA256 hashes of all the files under C:\Users\%username%\AppData\Local.
	</p>

	<p>
		 
	</p>

	<p>
		SkinnyBoy’s purpose is to exfiltrate information about the infected system, download, and launch the final payload of the attack, which remains unknown at the moment.
	</p>

	<p>
		 
	</p>

	<p>
		Collecting the data is done by using the systeminfo.exe and tasklist.Exe tools already present in Windows, which allow it to extract file names in specific locations:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			C:\Users\%username%\Desktop
		</li>
		<li>
			C:\Program Files - C:\Program Files (x86)
		</li>
		<li>
			 C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
		</li>
		<li>
			C:\Users\%username%\AppData\Roaming
		</li>
		<li>
			C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Templates
		</li>
		<li>
			C:\Windows - C:\Users\user\AppData\Local\Temp
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		All the information extracted this way is delivered to the C2 server in an organized fashion and encoded in base64 format.
	</p>

	<p>
		 
	</p>

	<p>
		Cluster25 says that the attacker used commercial VPN services to purchase elements for their infrastructure, a tactic that adversaries typicall use to better lose their tracks.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="SkinnyBoy route" data-ratio="58.75" src="https://www.bleepstatic.com/images/news/u/1100723/APT/Fancy%20Bear,%20APT28/SkinnyBoy_connectivity.png">
	</p>

	<p>
		 
	</p>

	<p>
		After observing the tactics, techniques, and procedures, Cluster25 believes that the SkinnyBoy implant is a new tool from the Russian threat group known as APT28. The company has mid-to-high confidence in its attribution.
	</p>

	<p>
		 
	</p>

	<p>
		In the <a href="https://cluster25.io/2021/06/03/a-not-so-fancy-game-apt28-skinnyboy/" rel="external nofollow" target="_blank">report</a> today, Cluster25 provides YARA rules for all the tools examined by its researchers (SkinnyBoy dropper, launcher, and the payload itself) as well as a list of observed indicators of compromise that can help organizations detect the presence of the new malware.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-skinnyboy-malware-used-by-russian-hackers-to-breach-sensitive-orgs/" rel="external nofollow">New SkinnyBoy malware used by Russian hackers to breach sensitive orgs</a>
</p>
]]></description><guid isPermaLink="false">322</guid><pubDate>Thu, 03 Jun 2021 19:59:36 +0000</pubDate></item><item><title>White House urges businesses to "take ransomware crime seriously"</title><link>https://nsaneforums.com/news/security-privacy-news/white-house-urges-businesses-to-take-ransomware-crime-seriously-r321/</link><description><![CDATA[<h1>
	White House urges businesses to "take ransomware crime seriously"
</h1>

<div>
	 
	<p>
		The White House has urged business leaders and corporate executives to take ransomware attacks seriously in a letter issued by Anne Neuberger, the National Security Council's chief cybersecurity adviser.
	</p>

	<p>
		 
	</p>

	<p>
		"The most important takeaway from the recent spate of ransomware attacks on U.S., Irish, German and other organizations around the world is that companies that view ransomware as a threat to their core business operations rather than a simple risk of data theft will react and recover more effectively," Neuberger said.
	</p>

	<p>
		 
	</p>

	<p>
		The letter comes after a significant increase in the numbers and severity of ransomware attacks targeting the public and private sectors.
	</p>

	<p>
		 
	</p>

	<p>
		While disrupting and stopping the threat actors coordinating these attacks is one of the top priorities for President Biden, Neuberger also urges businesses to take this threat just as seriously and ensure their "corporate cyber defense match the threat."
	</p>

	<p>
		 
	</p>

	<p>
		"To understand your risk, business executives should immediately convene their leadership teams to discuss the ransomware threat and review corporate security posture and business continuity plans to ensure you have the ability to continue or quickly restore operations," Neuberger added.
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed8961879176" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/kevincollier/status/1400432082472550409?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1400432082472550409%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/white-house-urges-businesses-to-take-ransomware-crime-seriously/" style="overflow: hidden; height: 305px;"></iframe>
	</div>

	<p>
		Neuberger also highlights best practices to help defend against ransomware attacks:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Implement the five best practices from the <a href="https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/12/fact-sheet-president-signs-executive-order-charting-new-course-to-improve-the-nations-cybersecurity-and-protect-federal-government-networks/" rel="external nofollow" target="_blank">President's Executive Order</a>
		</li>
		<li>
			Backup your data, system images, and configurations, regularly test them, and keep the backups offline
		</li>
		<li>
			Update and patch systems promptly
		</li>
		<li>
			Test your incident response plan
		</li>
		<li>
			Check your security team's work using a third party pen tester 
		</li>
		<li>
			Segment your networks
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		The White House issued this letter after several ransomware incidents impacted US companies in the last 30 days, all of them orchestrated by cybercriminals groups believed to be Russian-based.
	</p>

	<p>
		 
	</p>

	<p>
		An attack coordinated by the DarkSide ransomware gang forced Colonial Pipeline to <a href="https://www.bleepingcomputer.com/tag/colonial-pipeline/" target="_blank" rel="external nofollow">shut down the largest pipeline in the US</a> and <a href="https://www.bleepingcomputer.com/news/security/colonial-pipeline-restores-operations-5-million-ransom-demanded/" target="_blank" rel="external nofollow">pay a $5 million ransom</a> in early May.
	</p>

	<p>
		 
	</p>

	<p>
		On May 31, the world's largest meat processor <a href="https://www.bleepingcomputer.com/news/security/food-giant-jbs-foods-shuts-down-production-after-cyberattack/" target="_blank" rel="external nofollow">JBS was also forced to shut down production</a> after <a href="https://www.bleepingcomputer.com/news/security/fbi-revil-cybergang-behind-the-jbs-ransomware-attack/" target="_blank" rel="external nofollow">REvil ransomware</a> operators breached and encrypted some of its North American and Australian IT system.
	</p>

	<p>
		 
	</p>

	<p>
		Press Secretary Jen Psaki <a href="http://www.whitehouse.gov/briefing-room/press-briefings/2021/06/02/press-briefing-by-press-secretary-jen-psaki-june-2-2021/" rel="external nofollow" target="_blank">said in a press briefing</a> that President Biden would be discussing these recent attacks with Russian President Vladimir Putin at the June 16 Geneva summit.
	</p>

	<p>
		 
	</p>

	<p>
		"The U.S. Government is working with countries around the world to hold ransomware actors and the countries who harbor them accountable, but we cannot fight the threat posed by ransomware alone," Neuberger concluded.
	</p>

	<p>
		 
	</p>

	<p>
		"The private sector has a distinct and key responsibility. The federal government stands ready to help you implement these best practices."
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/white-house-urges-businesses-to-take-ransomware-crime-seriously/" rel="external nofollow">White House urges businesses to "take ransomware crime seriously"</a>
</p>
]]></description><guid isPermaLink="false">321</guid><pubDate>Thu, 03 Jun 2021 19:57:10 +0000</pubDate></item><item><title>Massachusetts' largest ferry service hit by ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/massachusetts-largest-ferry-service-hit-by-ransomware-attack-r320/</link><description><![CDATA[<h1>
	Massachusetts' largest ferry service hit by ransomware attack
</h1>

<div>
	<p>
		 
	</p>

	<p>
		The Steamship Authority, Massachusetts' largest ferry service, was hit by a ransomware attack on Wednesday which led to ticketing and reservation disruptions.
	</p>

	<p>
		 
	</p>

	<p>
		"The Woods Hole, Martha's Vineyard, and Nantucket Steamship Authority has been the target of a ransomware attack that is affecting operations as of Wednesday morning," the ferry service <a href="https://twitter.com/SteamshipMA/status/1400083415807016960" rel="external nofollow" target="_blank">said</a> on Wednesday.
	</p>

	<p>
		 
	</p>

	<p>
		"There is no impact to the safety of vessel operations, as the issue does not affect radar or GPS functionality. Scheduled trips to both islands continue to operate, although customers may experience some delays during the ticketing process."
	</p>

	<p>
		 
	</p>

	<p>
		In an update issued today, the Steamship Authority says that it's still working on restoring services, with trips already scheduled to operate without disruption.
	</p>

	<p>
		 
	</p>

	<p>
		However, the availability of credit card systems for processing vehicle and passenger tickets is limited, so paying in cash is preferred.
	</p>

	<p>
		 
	</p>

	<p>
		"The Steamship Authority is continuing to work with our team internally, as well as with local, state, and federal officials externally, to address Wednesday's incident," <a href="http://65.175.68.151/" rel="external nofollow" target="_blank">the service added</a>.
	</p>

	<p>
		 
	</p>

	<p>
		"The ticketing processes, including online and phone reservations, will continue to be affected today, Thursday, June 3, 3021."
	</p>

	<p>
		 
	</p>

	<p>
		"At this point, customers remain unable to book or change reservations online or by phone, and the use of cash is recommended as there is limited access to credit card systems at some terminal and parking locations."
	</p>

	<p>
		 
	</p>

	<div class="ipsEmbeddedOther" contenteditable="false">
		<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed5741048341" scrolling="no" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/SteamshipMA/status/1400442658196238338?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1400442658196238338%257Ctwgr%255E%257Ctwcon%255Es1_%26ref_url=https://www.bleepingcomputer.com/news/security/massachusetts-largest-ferry-service-hit-by-ransomware-attack/" style="overflow: hidden; height: 600px;"></iframe>
	</div>

	<p>
		This is one of several ransomware incidents that have impacted US targets in the last month, all of them orchestrated by cybercriminals believed to be Russian-based.
	</p>

	<p>
		 
	</p>

	<p>
		Another attack coordinated by the DarkSide ransomware gang forced Colonial Pipeline to <a href="https://www.bleepingcomputer.com/tag/colonial-pipeline/" target="_blank" rel="external nofollow">shut down the largest US pipeline</a> and <a href="https://www.bleepingcomputer.com/news/security/colonial-pipeline-restores-operations-5-million-ransom-demanded/" target="_blank" rel="external nofollow">pay a $5 million ransom</a> during early May.
	</p>

	<p>
		 
	</p>

	<p>
		On May 31, the world's largest beef producer <a href="https://www.bleepingcomputer.com/news/security/food-giant-jbs-foods-shuts-down-production-after-cyberattack/" target="_blank" rel="external nofollow">JBS shut down production</a> following a <a href="https://www.bleepingcomputer.com/news/security/fbi-revil-cybergang-behind-the-jbs-ransomware-attack/" target="_blank" rel="external nofollow">REvil (aka Sodinokibi) ransomware attack</a> that hit its North American and Australian IT systems over the weekend.
	</p>

	<p>
		 
	</p>

	<p>
		In a press briefing on Wednesday, Press Secretary Jen Psaki said that President Biden would be discussing these recent ransomware attacks with Russian President Vladimir Putin at the June 16 Geneva summit.
	</p>

	<p>
		 
	</p>

	<p>
		"It will be a topic of discussion in direct, one-on-one discussions — or direct discussions with President Putin and President Biden happening in just a couple of weeks," <a href="https://www.whitehouse.gov/briefing-room/press-briefings/2021/06/02/press-briefing-by-press-secretary-jen-psaki-june-2-2021/" rel="external nofollow" target="_blank">Psaki said in a press briefing</a>.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/massachusetts-largest-ferry-service-hit-by-ransomware-attack/" rel="external nofollow">Massachusetts' largest ferry service hit by ransomware attack</a>
</p>
]]></description><guid isPermaLink="false">320</guid><pubDate>Thu, 03 Jun 2021 19:54:38 +0000</pubDate></item></channel></rss>
