<?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/85/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>The FBI is dealing with a cyber attack on its computers, but says it's been "contained"</title><link>https://nsaneforums.com/news/security-privacy-news/the-fbi-is-dealing-with-a-cyber-attack-on-its-computers-but-says-its-been-contained-r12883/</link><description><![CDATA[<p>
	A cyber attack directed at the Federal Bureau of Investigation has reportedly been "contained" by the US law enforcement agency. <a href="https://www.cnn.com/2023/02/17/politics/fbi-cyber-incident-computer-network/index.html" rel="external nofollow">CNN</a> reports, via unnamed sources, that the incident was centered at the FBI's New York offices and may involve computers the agency uses to investigate "images of child sexual exploitation."
</p>

<p>
	 
</p>

<p>
	In a statement to CNN, an FBI spokesperson admitted there was a cyber attack on its systems, but added, "This is an isolated incident that has been contained." At the moment, there's no word on who might be responsible for this incident.
</p>

<p>
	 
</p>

<p>
	This is definitely not the first time the FBI has had to deal with cyber criminals attacking the agency, either directly or indirectly. In November of 2021, <a href="https://www.cnn.com/2021/11/13/politics/fbi-fake-emails-cyber-threat/index.html" rel="external nofollow">someone hacked into a real FBI email address</a> and used it to send over 100,000 emails to organizations.
</p>

<p>
	 
</p>

<p>
	Those messages had a false warning claiming the Department of Homeland Security was looking into a cyber attack on the recipients. The FBI said it fixed a software error that led to the emails, but as of today there's no word on who actually took over that email address.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/the-fbi-is-dealing-with-a-cyber-attack-on-its-computers-but-says-its-been-contained/" rel="external nofollow">The FBI is dealing with a cyber attack on its computers, but says it's been "contained"</a>
</p>
]]></description><guid isPermaLink="false">12883</guid><pubDate>Fri, 17 Feb 2023 17:57:39 +0000</pubDate></item><item><title>Hackers backdoor Microsoft IIS servers with new Frebniis malware</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-backdoor-microsoft-iis-servers-with-new-frebniis-malware-r12834/</link><description><![CDATA[
	
		<p>
			<span style="font-size:14px;">Hackers are deploying a new malware named 'Frebniss' on Microsoft's Internet Information Services (IIS) that stealthily executes commands sent via web requests.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">Frebniis was discovered by Symantec's Threat Hunter Team, who reported that an unknown threat actor is currently using it against Taiwan-based targets.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">Microsoft IIS is a web server software that acts as a web server and a web app hosting platform for services like Outlook on the Web for Microsoft Exchange.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">In the attacks seen by Symantec, the hackers abuse an IIS feature called 'Failed Request Event Buffering' (FREB), responsible for collecting request metadata (IP address, HTTP headers, cookies). Its purpose is to help server admins troubleshoot unexpected HTTP status codes or request processing problems.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">The malware injects malicious code into a specific function of a DLL file that controls FREB ("iisfreb.dll") to enable the attacker to intercept and monitor all HTTP POST requests sent to the ISS server. When the malware detects specific HTTP requests the attacker sends, it parses the request to determine what commands to execute on the server.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">Symantec says that the threat actors first need to breach an IIS server to compromise the FREB module, but they could not determine the method used to gain access initially.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">The injected code is a .NET backdoor that supports proxying and C# code execution without ever touching the disk, making it completely stealthy. It looks for requests made to the logon.aspx or default.aspx pages with a specific password parameter.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">A second HTTP parameter, which is a base64 encoded string, instructs Frebniis to communicate and execute commands on other systems via the compromised IIS, potentially reaching protected internal systems that are not exposed to the internet.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">The malware supports the following commands:</span>
		</p>

		<p>
			 
		</p>

		<div>
			
				<img alt="commands.png" class="ipsImage" data-ratio="41.53" height="198" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Malware/15/commands.png" />
				
					<p>
						<span style="font-size:14px;">Commands sent to Frebniis via specially crafted HTTP requests (Symantec)</span>
					</p>

					<p>
						 
					</p>
				
			
		</div>

		<p>
			<span style="font-size:14px;">"If an HTTP call to logon.aspx or default.aspx is received without the password parameter, but with the Base64 string, the Base64 string is assumed to be C# code that will be executed straight in memory," explains <a href="https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/frebniis-malware-iis" rel="external nofollow">Symantec's report</a>.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">"The Base64 string is decoded and then decrypted (xor 0x08) and is expected to be an XML document with the C# code to be executed in the '/doc' node under the 'data' attribute (E.g. &lt;doc data=C# code&gt;)."</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">The main advantage of abusing the FREB component for the described purposes is evading detection from security tools. This unique HTTP backdoor leaves no traces or files and creates no suspicious processes on the system.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">Although the initial compromise pathway is unknown, updating your software is generally recommended to minimize the chances of hackers exploiting known vulnerabilities.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">Advanced network traffic monitoring tools might also help detect unusual activity from malware like Frebniis.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;">In October 2022, Symantec <a href="https://www.bleepingcomputer.com/news/security/hackers-use-microsoft-iis-web-server-logs-to-control-malware/" rel="external nofollow">discovered another malware</a> used by the Cranefly hacking group that abused ISS logs to send and receive commands from the C2 server without raising any alarms.</span>
		</p>

		<p>
			 
		</p>

		<p>
			<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/hackers-backdoor-microsoft-iis-servers-with-new-frebniis-malware/" rel="external nofollow">Source</a></span>
		</p>
	

]]></description><guid isPermaLink="false">12834</guid><pubDate>Thu, 16 Feb 2023 18:11:26 +0000</pubDate></item><item><title>Health info for 1 million patients stolen using critical GoAnywhere vulnerability</title><link>https://nsaneforums.com/news/security-privacy-news/health-info-for-1-million-patients-stolen-using-critical-goanywhere-vulnerability-r12829/</link><description><![CDATA[<h3>
	With exploit code in the wild and devastating results, organizations should patch pronto.
</h3>

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

	<p>
		One of the biggest hospital chains in the US said hackers obtained protected health information for 1 million patients after exploiting a vulnerability in an enterprise software product called GoAnywhere.
	</p>

	<p>
		 
	</p>

	<p>
		Community Health Systems of Franklin, Tennessee, said in a <a href="https://www.sec.gov/Archives/edgar/data/1108109/000119312523035789/d422693d8k.htm" rel="external nofollow">filing</a> with the Securities and Exchange Commission on Monday that the attack targeted GoAnywhere MFT, a managed file transfer product Fortra licenses to large organizations. The filing said that an ongoing investigation has so far revealed that the hack likely affected 1 million individuals. The compromised data included protected health information as defined by the Health Insurance Portability and Accountability Act, as well as patients’ personal information.
	</p>

	<p>
		 
	</p>

	<p>
		Two weeks ago, journalist Brian Krebs <a href="https://infosec.exchange/@briankrebs/109795710941843934" rel="external nofollow">said on Mastodon</a> that cybersecurity firm <a href="https://www.fortra.com/" rel="external nofollow">Fortra</a> had issued a private advisory to customers warning that the company had recently learned of a “zero-day remote code injection exploit” targeting GoAnywhere. The vulnerability has since gained the designation <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0669" rel="external nofollow">CVE-2023-0669</a>. Fortra <a href="https://hstechdocs.helpsystems.com/releasenotes/Content/_ProductPages/GoAnywhere/GAMFT.htm" rel="external nofollow">patched</a> the vulnerability on February 7 with the release of 7.1.2.
	</p>

	<p>
		 
	</p>

	<p>
		“The attack vector of this exploit requires access to the administrative console of the application, which in most cases is accessible only from within a private company network, through VPN, or by allow-listed IP addresses (when running in cloud environments, such as Azure or AWS),” the advisory quoted by Krebs said. It went on to say hacks were possible “if your administrative interface had been publicly exposed and/or appropriate access controls cannot be applied to this interface.”
	</p>

	<p>
		 
	</p>

	<p>
		Despite Fortra saying attacks were, in most cases, possible only on a customer’s private network, the Community Health Systems filing said Fortra was the entity that “had experienced a security incident” and learned of the “Fortra breach” directly from the company.
	</p>

	<p>
		 
	</p>

	<p>
		“As a result of the security breach experienced by Fortra, Protected Health Information (“PHI”) (as defined by the Health Insurance Portability and Accountability Act (“HIPAA”)) and “Personal Information” (“PI”) of certain patients of the Company’s affiliates were exposed by Fortra’s attacker,” the filing stated.
	</p>

	<p>
		 
	</p>

	<p>
		In an email seeking clarification on precisely which company’s network was breached, Fortra officials wrote: “On January 30, 2023, we were made aware of suspicious activity within certain instances of our GoAnywhere MFTaaS solution. We immediately took multiple steps to address this, including implementing a temporary outage of this service to prevent any further unauthorized activity, notifying all customers who may have been impacted, and sharing mitigation guidance, which includes instructions to our on-prem customers about applying our recently developed patch.” The statement didn’t elaborate.
	</p>

	<p>
		 
	</p>

	<p>
		Fortra declined to comment beyond what was published in Monday’s SEC filing.
	</p>

	<p>
		 
	</p>

	<p>
		Last week, security firm Huntress <a href="https://www.huntress.com/blog/investigating-intrusions-from-intriguing-exploits" rel="external nofollow">reported</a> that a breach experienced by one of its customers was the result of an exploit of a GoAnywhere vulnerability that most likely was CVE-2023-0669. The breach occurred on February 2 at roughly the same time Krebs had posted the private advisory to Mastodon.
	</p>

	<p>
		 
	</p>

	<p>
		Huntress said that the malware used in the attack was an updated version of a family known as Truebot, which is used by a threat group known as Silence. Silence, in turn, has <a href="https://www.trendmicro.com/vinfo/nz/security/news/ransomware-spotlight/ransomware-spotlight-clop" rel="external nofollow">ties to</a> a group tracked as TA505, and TA505 has ties to a ransomware group, Clop.
	</p>

	<p>
		 
	</p>

	<p>
		“Based on observed actions and previous reporting, we can conclude with moderate confidence that the activity Huntress observed was intended to deploy ransomware, with potentially additional opportunistic exploitation of GoAnywhere MFT taking place for the same purpose,” Huntress researcher <a href="https://www.huntress.com/blog/investigating-intrusions-from-intriguing-exploits" rel="external nofollow">Joe Slowick</a> wrote.
	</p>

	<p>
		 
	</p>

	<p>
		More evidence Clop is responsible <a href="https://www.bleepingcomputer.com/news/security/clop-ransomware-claims-it-breached-130-orgs-using-goanywhere-zero-day/" rel="external nofollow">came from</a> Bleeping Computer. Last week, the publication said Clop members took responsibility for using CVE-2023-0669 to hack 130 organizations but provided no evidence to support the claim.
	</p>

	<p>
		 
	</p>

	<p>
		In an <a href="https://attackerkb.com/topics/mg883Nbeva/cve-2023-0669/rapid7-analysis" rel="external nofollow">analysis</a>, researchers with security company Rapid7 described the vulnerability as a “pre-authentication deserialization issue” with “very high” ratings for exploitability and attacker value. To exploit the vulnerability, attackers need either network-level access to GoAnywhere MFT’s administration port (by default, port 8000) or the ability to target an internal user’s browser.
	</p>

	<p>
		 
	</p>

	<p>
		Given the ease of attacks and the effective release of <a href="https://frycos.github.io/vulns4free/2023/02/06/goanywhere-forgotten.html" rel="external nofollow">proof-of-concept code</a> that exploits the critical vulnerability, organizations that use GoAnywhere should take the threat seriously. Patching is, of course, the most effective way of preventing attacks. Stop-gap measures GoAnywhere users can take in the event they can’t patch immediately are to ensure that network-level access to the administrator port is restricted to the least number of users possible and to remove browser users’ access to the vulnerable endpoint in their web.xml file.
	</p>

	<p>
		 
	</p>
</div>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/information-technology/2023/02/goanywhere-vulnerability-exploit-used-to-steal-health-info-of-1-million-patients/" rel="external nofollow">Health info for 1 million patients stolen using critical GoAnywhere vulnerability</a>
</p>
]]></description><guid isPermaLink="false">12829</guid><pubDate>Thu, 16 Feb 2023 04:25:38 +0000</pubDate></item><item><title>City of Oakland declares state of emergency after ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/city-of-oakland-declares-state-of-emergency-after-ransomware-attack-r12819/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Oakland has declared a local state of emergency because of the impact of a ransomware attack that forced the City to take all its IT systems offline on February 8th.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Interim City Administrator G. Harold Duffey <a href="https://cao-94612.s3.amazonaws.com/documents/Proclamation_of_Local_Emergency_Due_to_Cybersecurity_Incident_Feb_14.pdf" rel="external nofollow">declared</a> a state of emergency to allow the City of Oakland to expedite orders, materials and equipment procurement, and activate emergency workers when needed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Today, Interim City Administrator, G. Harold Duffey issued a local state of emergency due to the ongoing impacts of the network outages resulting from the ransomware attack that began on Wednesday, February 8," a statement issued today <a href="https://www.oaklandca.gov/news/2023/city-of-oakland-targeted-by-ransomware-attack-core-services-not-affected" rel="external nofollow">reads</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The incident did not affect core services, with the 911 dispatch and fire and emergency resources all working as expected.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While last week's <a href="https://www.bleepingcomputer.com/news/security/city-of-oakland-systems-offline-after-ransomware-attack/" rel="external nofollow">ransomware attack only impacted non-emergency services</a>, many systems taken down immediately after the incident to contain the threat are still offline.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The ransomware group behind the attack is currently unknown, and the City is yet to share any details regarding ransom demands or data theft from compromised systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A City of Oakland spokesperson could not provide additional details when BleepingComputer reached out for more information immediately after the incident was disclosed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The City's IT Department is working with a leading forensics firm to perform an extensive incident response and analysis, as well as with additional cybersecurity and technology firms on recovery and remediation efforts," the statement said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This continues to be an ongoing investigation with multiple local, state, and federal agencies involved."</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="Oakland%20proclamation%20of%20local%20em" class="ipsImage" data-ratio="75.10" height="485" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/Oakland%20proclamation%20of%20local%20emergency.png" />
		
			<p>
				<span style="font-size:14px;">Oakland proclamation of local emergency</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Almost three years ago, in July 2019, Louisiana Governor John Edwards also <a href="https://www.bleepingcomputer.com/news/security/ransomware-attacks-prompt-louisiana-to-declare-state-of-emergency/" rel="external nofollow">declared a state of emergency</a> after a wave of ransomware attacks that hit the state's school districts.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">That month, the IT systems of school districts in Morehouse, Sabine, Monroe City, and Ouachita were all taken offline after being encrypted with ransomware causing state-wide disruptions to school systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Federal Motor Carrier Safety Administration (FMCSA) <a href="https://www.bleepingcomputer.com/news/security/us-declares-state-of-emergency-after-ransomware-hits-largest-pipeline/" rel="external nofollow">also issued a regional emergency declaration</a> affecting 17 states and the District of Columbia after a <a href="https://www.bleepingcomputer.com/news/security/largest-us-pipeline-shuts-down-operations-after-ransomware-attack/" rel="external nofollow">DarkSide ransomware attack took down Colonial Pipeline</a>, the largest fuel pipeline in the United States.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://twitter.com/BrettCallow/status/1624141727408979969" rel="external nofollow">Emsisoft threat analyst Brett Callow</a> said that "at least 6 U.S. local governments have been impacted by ransomware already this year, with at least 4 of them having had data stolen."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Microsoft also <a href="https://www.bleepingcomputer.com/news/security/microsoft-over-100-threat-actors-deploy-ransomware-in-attacks/" rel="external nofollow">revealed</a> in January that it's now tracking more than 100 ransomware gangs known to have deployed over 50 unique ransomware families until the end of last year.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/city-of-oakland-declares-state-of-emergency-after-ransomware-attack/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12819</guid><pubDate>Wed, 15 Feb 2023 21:12:30 +0000</pubDate></item><item><title>Here&#x2019;s why the future of security is passwordless</title><link>https://nsaneforums.com/news/security-privacy-news/here%E2%80%99s-why-the-future-of-security-is-passwordless-r12818/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Over the years, <a href="https://password-safe.en.softonic.com/" rel="external nofollow">passwords </a>have posed a significant risk to enterprises. The Verizon 2022 Data Breach Investigations Report indicates that nearly 50% of data breaches are a result of stolen credentials. This widespread abuse of credentials has generated increased interest in passwordless authentication. Providers such as Google, Microsoft, and Apple have attempted to develop solutions in line with the FIDO Alliance's vision of a shared standard for passwordless sign-in.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Slavik Markovich, CEO and co-founder of Descope, has stated that "Passwords are detrimental to both security and usability." He notes that they are the primary cause of security breaches and are often the primary entry point for cybercriminals to achieve their goals. Moreover, <a href="https://www.ghacks.net/2023/02/10/should-you-use-google-password-manager/" rel="external nofollow">passwords cause disruptions</a> throughout the user journey, leading to dissatisfaction and a negative user experience, which may result in decreased user engagement or retention.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In addition, Markovich highlighted that recent advancements, such as FIDO2, WebAuthn, and passkeys, have laid the foundation for a <a href="https://www.ghacks.net/2023/02/10/if-you-use-lastpass-you-need-to-change-all-of-your-passwords-asap/" rel="external nofollow">future without passwords</a>. However, he emphasizes that achieving this future will only be possible when app developers are equipped with the necessary tools and resources to effortlessly integrate passwordless authentication methods into their apps.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Descope aims to contribute to this "passwordless future" by simplifying the process for developers to incorporate <a href="https://chrome.en.softonic.com/articles/google-password-replacing-passkeys" rel="external nofollow">passwordless authentication </a>into their applications or services. It is a challenging and time-consuming task for development teams to construct these components from the ground up. Descope provides a drag-and-drop workflow editor that enables users to create authentication flows without the need for coding. These no-code workflows enable developers to establish user access controls and get their applications to market more quickly without sacrificing security.</span>
</p>

<h2>
	<span style="font-size:14px;">The authentication market is booming</span>
</h2>

<p>
	<span style="font-size:14px;">According to researchers, the market for passwordless authentication is expected to expand from $6.6 billion in 2022 to $21.2 billion by 2027, as more organizations seek protection against social engineering, phishing, and other forms of credential theft. One of Descope's primary competitors is Stytch, a tool that enables developers to create authentication flows via an API, as well as JavaScript and Mobile SDKs. Stytch raised $90 million in series B funding in November 2021 and achieved a valuation of $1 billion.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Another major player in the market is Auth0, a Customer Identity Access Management (CIAM) vendor that empowers organizations to establish access roles for application and API end-users, resulting in dynamic access controls. In 2021, Okta purchased Auth0 for $6.5 billion.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to Markovich, Descope's primary distinction from other vendors is its use of workflows. "These no-code workflows simplify the process of constructing authentication while still providing app builders control over their UX and UI," he concluded.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="The-authentication-market-is-booming.jpg" class="ipsImage" data-ratio="49.44" height="356" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/The-authentication-market-is-booming.jpg" />
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/15/heres-why-the-future-of-security-is-passwordless/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">12818</guid><pubDate>Wed, 15 Feb 2023 21:03:01 +0000</pubDate></item><item><title>Hyundai, Kia patch bug allowing car thefts with a USB cable</title><link>https://nsaneforums.com/news/security-privacy-news/hyundai-kia-patch-bug-allowing-car-thefts-with-a-usb-cable-r12804/</link><description><![CDATA[<p>
	Automakers Hyundai and KIA are rolling out an emergency software update on several of their car models impacted by an easy hack that makes it possible to steal them.
</p>

<p>
	 
</p>

<p>
	"In response to increasing thefts targeting its vehicles without push-button ignitions and immobilizing anti-theft devices in the United States, Hyundai is introducing a free anti-theft software upgrade to prevent the vehicles from starting during a method of theft popularized on TikTok and other social media channels," reads <a href="https://www.hyundainews.com/en-us/releases/3768?uuid=lSsVufn8jKhEaxLg2980" rel="external nofollow" target="_blank">Hyundai's announcement</a>.
</p>

<p>
	 
</p>

<p>
	The car hack has been heavily promoted on TikTok as a "challenge" since July 2022, with videos showing how to remove the steering column cover to reveal a USB-A slot that can be used to hotwire the car.
</p>

<p>
	 
</p>

<p>
	The issue lies in a logic flaw that allows the "turn-key-to-start" system to bypass the immobilizer that verifies the authenticity of the code in the key's transponder to the car's ECU. This allows thieves to forcibly activate the ignition cylinder using any USB cable to start the vehicle.
</p>

<p>
	 
</p>

<p>
	The impact of the so-called "Kia Challenge" was so significant that in Los Angeles, the two brands had a steep 85% <a href="https://www.cnbc.com/2022/09/08/tiktok-challenge-spurs-rise-in-thefts-of-kia-hyundai-cars.html" rel="external nofollow" target="_blank">increase in thefts</a> in 2022 compared to the previous year, while Chicago reported a nine-fold rise for the same.
</p>

<p>
	 
</p>

<p>
	The United States Department of Transportation <a href="https://www.nhtsa.gov/press-releases/hyundai-kia-campaign-prevent-vehicle-theft" rel="external nofollow" target="_blank">(NHTSA) published a post yesterday</a> explaining that the security flaw impacts approximately 3.8 million Hyundai vehicles and 4.5 million KIA cars.
</p>

<p>
	 
</p>

<p>
	The agency also stated that these hacks have resulted in at least 14 confirmed car crashes and eight fatalities.
</p>

<h2>
	Software upgrade underway
</h2>

<p>
	Since November 2022, the two car brands have been working with law enforcement agencies across the United States to provide tens of thousands of steering wheel locks. Still, a software update will now better solve the security problem.
</p>

<p>
	 
</p>

<p>
	The software upgrade will be provided free of charge for all impacted vehicles, with the rollout starting yesterday to more than 1 million 2017-2020 Elantra, 2015-2019 Sonata, and 2020-2021 Venue cars.
</p>

<p>
	 
</p>

<p>
	The second rollout phase will be completed until June 2023 and will be for the following models:
</p>

<p>
	 
</p>

<ul>
	<li>
		2018-2022 Accent
	</li>
	<li>
		2011-2016 Elantra
	</li>
	<li>
		2021-2022 Elantra
	</li>
	<li>
		2018-2020 Elantra GT
	</li>
	<li>
		2011-2014 Genesis Coupe
	</li>
	<li>
		2018-2022 Kona
	</li>
	<li>
		2020-2021 Palisade
	</li>
	<li>
		2013-2018 Santa Fe Sport
	</li>
	<li>
		2013-2022 Santa Fe
	</li>
	<li>
		2019 Santa Fe XL
	</li>
	<li>
		2011-2014 Sonata
	</li>
	<li>
		2011-2022 Tucson
	</li>
	<li>
		2012-2017, 2019-2021 Veloster
	</li>
</ul>

<p>
	 
</p>

<p>
	The free upgrade will be installed on Hyundai's official dealers and service network in the U.S. and will take less than an hour. Eligible car owners will be notified by the carmaker individually.
</p>

<p>
	 
</p>

<p>
	The announcement explains that the software upgrade will modify the "turn-key-to-start" logic to kill the ignition when the car owner locks the doors using the genuine key fob. After the upgrade, the ignition will only activate if the key fob is used to unlock the vehicle.
</p>

<p>
	 
</p>

<p>
	Hyundai will also supply its customers with a window sticker that makes it clear to aspiring thieves that the car's software has been upgraded to neutralize the social-media-promoted hack, discouraging any attempts.
</p>

<p>
	 
</p>

<p>
	For models with no engine immobilizers that cannot receive the fixing software upgrade, Hyundai will cover the cost of steering wheel locks for their owners.
</p>

<p>
	 
</p>

<p>
	KIA has also promised to start the rollout of its software upgrade soon but has not released any announcements with specific dates or details yet.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/hyundai-kia-patch-bug-allowing-car-thefts-with-a-usb-cable/" rel="external nofollow">Hyundai, Kia patch bug allowing car thefts with a USB cable</a>
</p>
]]></description><guid isPermaLink="false">12804</guid><pubDate>Wed, 15 Feb 2023 19:47:49 +0000</pubDate></item><item><title>Spain, U.S. dismantle phishing gang that stole $5 million in a year</title><link>https://nsaneforums.com/news/security-privacy-news/spain-us-dismantle-phishing-gang-that-stole-5-million-in-a-year-r12759/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Spain's National Police and the U.S. Secret Service have dismantled a Madrid-based international cybercrime ring comprised of nine members who stole over €5,000,000 from individuals and North American companies.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The cybercrime gang specializes in online scams, employing social engineering, phishing, and smishing to collect sensitive victim details and then use that information to commit financial fraud.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The organization maintained over a hundred bank accounts in various Spanish banks, using them to deposit their criminal proceeds, withdraw cash from ATMs, send it to international accounts, or convert it to cryptocurrency.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As a result of the joint law enforcement operation, the police have arrested eight people in Spain and one in Miami, USA. In addition to the arrests, the police seized luxury items valued at €200,000 and froze assets worth over €500,000.</span>
</p>

<h2>
	<span style="font-size:14px;">Social engineering attacks</span>
</h2>

<p>
	<span style="font-size:14px;">The cybercriminals contacted individuals and companies in North America via phishing emails and SMS. They followed up with calls using a spoofed number to make it appear as if the caller was a legitimate entity.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The criminals aimed to deceive the victims into revealing their confidential information, allowing them to perform online purchases or transfer funds directly from the victim's bank accounts to their own in Spain.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The police's announcement says the crooks stole nearly €5,000,000 from 200 individuals and companies in just a year. However, there are some indications that the total stolen amount may exceed €7,000,000.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The main suspect utilized an array of false identity documents to control over a hundred bank accounts where the stolen funds were deposited. These accounts were opened under the names of other individuals, some collaborating directly with the crime ring, while others were unsuspecting victims themselves.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The cybercriminals then used the proceeds to travel extensively across Europe and the United States, acquiring luxury items and opening additional bank accounts to help with money laundering.</span>
</p>

<p>
	 
</p>

<div>
	<span style="font-size:14px;">"The operation has allowed the complete disarticulation of the criminal organization, with the arrest of all its members – eight in Madrid and one in Miami- and the seizure of numerous objects of great value.<br />
	<br />
	On the other hand, agents have also blocked 74 bank accounts, freezing assets for more than 500,000 euros.<br />
	<br />
	At the registered address they located an area where they stored the fraudulently acquired merchandise or through the funds from the scams, in such a way that it looked like a luxury goods store." - <a href="https://www.policia.es/_es/comunicacion_prensa_detalle.php?ID=15307" rel="external nofollow">Policia Espana</a>.</span>
</div>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">According to the Spanish authorities, cybercrime is on the rise in the country, with one in every five crimes now taking place online.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In 2022, the police recorded 375,500 cases of cybercrime in Spain, a 72% increase from 2019 and a 352% increase from 2015.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The police say one clear sign of fraud is when the caller puts the victim on hold every time they provide the requested information, as they are using that information to commit money transfers in real-time as they speak to the victim.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/spain-us-dismantle-phishing-gang-that-stole-5-million-in-a-year/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12759</guid><pubDate>Tue, 14 Feb 2023 14:53:16 +0000</pubDate></item><item><title>451 PyPI packages install Chrome extensions to steal crypto</title><link>https://nsaneforums.com/news/security-privacy-news/451-pypi-packages-install-chrome-extensions-to-steal-crypto-r12758/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Over 450 malicious PyPI python packages were found installing malicious browser extensions to hijack cryptocurrency transactions made through browser-based crypto wallets and websites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">This discovery is a continuation of a campaign initially launched in November 2022, which initially started with only twenty-seven malicious PyPi packages, and now greatly expanding over the past few months.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">These packages are being promoted through a typosquatting campaign that impersonates popular packages but with slight variations, such as an altered or swapped character. The goal is to deceive software developers into downloading these malicious packages instead of the legitimate ones.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As Phylum explains in a report published on Friday, in addition to scaling up the campaign, the threat actors now utilize a novel obfuscation method that involves using Chinese ideographs in function and variable names.</span>
</p>

<h2>
	<span style="font-size:14px;">New typosquatting wave</span>
</h2>

<p>
	<span style="font-size:14px;">Some of the popular packages impersonated in the current typosquatting include bitcoinlib, ccxt, cryptocompare, cryptofeed, freqtrade, selenium, solana, vyper, websockets, yfinance, pandas, matplotlib, aiohttp, beautifulsoup, tensorflow, selenium, scrapy,</span>
</p>

<p>
	<span style="font-size:14px;">colorama, scikit-learn, pytorch, pygame, and pyinstaller.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The threat actors use between 13 and 38 typosquatting versions for each of the above, trying to cover a broad range of potential mistypes that would result in downloading the malicious package.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To evade detection, the threat actors have employed a new obfuscation method that wasn't present in the November 2022 wave, now using a random 16-bit combination of Chinese ideographs for function and variable identifiers.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="ideographs.png" class="ipsImage" data-ratio="75.10" height="388" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/PyPI/4/ideographs.png" />
		
			<p>
				<span style="font-size:14px;">Chinese ideographs in the code<br />
				Source: Phylum</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Phylum's analysts discovered that the code uses built-in Python functions and a series of arithmetic operations for string generation. So, while the obfuscation creates a visually strong result, it's not very hard to break.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"While this obfuscation is interesting and builds up extremely complex and highly obfuscated looking code, from a dynamic standpoint, this is trivial," reads <a href="http://blog.phylum.io/phylum-discovers-revived-crypto-wallet-address-replacement-attack" rel="external nofollow">Phylum's report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Python is an interpreted language, and the code must run. We simply have to evaluate these instances, and it reveals exactly what the code is doing."</span>
</p>

<h2>
	<span style="font-size:14px;">Malicious browser extensions</span>
</h2>

<p>
	<span style="font-size:14px;">To hijack cryptocurrency transactions, the malicious PyPi packages will create a malicious Chromuim browser extension in the '%AppData%\Extension' folder, similar to the November 2022 attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It then searches for Windows shortcuts related to Google Chrome, Microsoft Edge, Brave, and Opera and hijacks them to load the malicious browser extension using the '--load-extension' command line argument.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For example, a Google Chrome shortcut would be hijacked to "C:\Program Files\Google\Chrome\Application\chrome.exe --load-extension=%AppData%\\Extension".</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When a web browser is launched, the extension will load, and malicious JavaScript will monitor for cryptocurrency addresses copied to the Windows clipboard.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">When a crypto address is detected, the browser extension will replace it with a set of hardcoded addresses under the threat actor’s control. This way, any sent crypto transaction amount will go to the threat actor's wallet instead of the intended recipient.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A list of regular expressions used to detect cryptocurrency addresses in the Windows clipboard and replace them with the threat actor's addresses can be seen below.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="js-code.png" class="ipsImage" data-ratio="55.83" height="181" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/PyPI/4/js-code.png" />
		
			<p>
				<span style="font-size:14px;">Browser extension script to hijack cryptocurrency transactions<br />
				Source: Phylum</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">In this new campaign, the threat actor extended the number of supported wallets and has now added cryptocurrency addresses for Bitcoinm Ethereum, TRON, Binance Chain, Litecoin, Ripple, Dash, Bitcoin Cash, and Cosmos.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For a complete list of the malicious packages that should be avoided, check the bottom section of <a href="https://blog.phylum.io/phylum-discovers-revived-crypto-wallet-address-replacement-attack" rel="external nofollow">Phylum’s report</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/451-pypi-packages-install-chrome-extensions-to-steal-crypto/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12758</guid><pubDate>Tue, 14 Feb 2023 14:51:32 +0000</pubDate></item><item><title>Cloudflare blocks record-breaking 71 million RPS DDoS attack</title><link>https://nsaneforums.com/news/security-privacy-news/cloudflare-blocks-record-breaking-71-million-rps-ddos-attack-r12757/</link><description><![CDATA[<p>
	<span style="font-size:14px;">This weekend, Cloudflare blocked what it describes as the largest volumetric distributed denial-of-service (DDoS) attack to date.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The company said it detected and mitigated not just one but a wave of dozens of hyper-volumetric DDoS attacks targeting its customers over the weekend.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"The majority of attacks peaked in the ballpark of 50-70 million requests per second (rps) with the largest exceeding 71 million rps," Cloudflare's Omer Yoachimik, Julien Desgats, and Alex Forster <a href="https://blog.cloudflare.com/cloudflare-mitigates-record-breaking-71-million-request-per-second-ddos-attack/" rel="external nofollow">said</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This is the largest reported HTTP DDoS attack on record, more than 35% higher than the previous reported record of 46M rps in June 2022."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attacks were launched using over 30,000 IP addresses from multiple cloud providers against various targets, including gaming providers, cloud computing platforms, cryptocurrency firms, and hosting providers.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Increasingly powerful and more frequent DDoS attacks align with Cloudflare's recent <a href="https://blog.cloudflare.com/ddos-threat-report-2022-q4/" rel="external nofollow">DDoS threat report</a> that paints a grim picture:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;">the amount of HTTP DDoS attacks increased by 79% year-over-year</span>
	</li>
	<li>
		<span style="font-size:14px;">the number of volumetric attacks exceeding 100 Gbps grew by 67% quarter-over-quarter (QoQ)</span>
	</li>
	<li>
		<span style="font-size:14px;">the number of attacks lasting more than three hours increased by 87% QoQ</span>
	</li>
</ul>

<p>
	 
</p>

<div>
	
		<img alt="71M%20RPS%20DDoS%20attack.png" class="ipsImage" data-ratio="75.10" height="355" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/71M%20RPS%20DDoS%20attack.png" />
		
			<p>
				<span style="font-size:14px;">Record 71 million RPS DDoS attack (Cloudflare)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Today's news comes after Google's announcement in August 2022 that it <a href="https://www.bleepingcomputer.com/news/security/google-blocks-largest-https-ddos-attack-reported-to-date/" rel="external nofollow">blocked a record DDoS attack</a> over the HTTPS protocol against a Google Cloud Armor customer that had reached 46 million RPS.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">That was an increase of roughly 80% more than the previous record, an <a href="https://www.bleepingcomputer.com/news/security/cloudflare-mitigates-record-breaking-https-ddos-attack/" rel="external nofollow">HTTPS DDoS of 26 million RPS</a> mitigated by Cloudflare in June.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Volumetric DDoS attacks had slowly grown in size since 2021 when several botnets began leveraging powerful devices to hit targets with millions of requests per second.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For instance, in September 2021, the <a href="https://www.bleepingcomputer.com/news/security/new-m-ris-botnet-breaks-ddos-record-with-218-million-rps-attack/" rel="external nofollow">Mēris botnet hit Yandex</a> with a 21.8 million RPS attack and previously <a href="https://www.bleepingcomputer.com/news/security/http-ddos-attacks-reach-unprecedented-17-million-requests-per-second/" rel="external nofollow">hammered a Cloudflare customer</a> with 17.2 million RPS.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In reaction to this stream of ever-increasing attacks, the <a href="https://www.bleepingcomputer.com/news/security/fbi-seized-domains-linked-to-48-ddos-for-hire-service-platforms/" rel="external nofollow">FBI seized dozens of Internet domains</a> and charged six suspects for their involvement in running 'Booter' or 'Stresser' platforms that anyone can use to launch DDoS attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The move was part of a more extensive coordinated international law enforcement operation targeting DDoS-for-hire services dubbed Operation PowerOFF.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Besides seizing such platforms' domains and taking control of their infrastructure (where possible), the FBI is also working with the UK's National Crime Agency and the Netherlands Police to show ads in search engines to people searching for DDoS services.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For instance, when searching for 'booter service,' Google would show an advertisement stating, "Looking for DDoS tools? Booting is illegal."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/cloudflare-blocks-record-breaking-71-million-rps-ddos-attack/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12757</guid><pubDate>Tue, 14 Feb 2023 14:48:49 +0000</pubDate></item><item><title>New &#x2018;MortalKombat&#x2019; ransomware targets systems in the U.S.</title><link>https://nsaneforums.com/news/security-privacy-news/new-%E2%80%98mortalkombat%E2%80%99-ransomware-targets-systems-in-the-us-r12756/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Hackers conducting a new financially motivated campaign are using a variant of the Xortist commodity ransomware named 'MortalKombat,' together with the Laplas clipper in cyberattacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Both malware infections are used to conduct financial fraud, with the ransomware used to extort victims to receive a decryptor and Laplas to steal cryptocurrency by hijacking crypto transactions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Laplas is a cryptocurrency hijacker <a href="https://www.bleepingcomputer.com/news/security/new-clipboard-hijacker-replaces-crypto-wallet-addresses-with-lookalikes/" rel="external nofollow">released last year</a> that monitors the Windows clipboard for crypto addresses and, when found, substitutes them for addresses under the attacker's control.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As for MortalKombat, <a href="https://blog.talosintelligence.com/new-mortalkombat-ransomware-and-laplas-clipper-malware-threats/" rel="external nofollow">Cisco Talos</a> says the new ransomware is based on the Xorist commodity ransomware family, which utilizes a builder that lets threat actors customize the malware. Xorist has been <a href="https://www.bleepingcomputer.com/news/security/emsisoft-releases-decryptors-for-the-xorist-and-777-ransomware/" rel="external nofollow">decryptable for free since 2016</a>.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="code-sims.png" class="ipsImage" data-ratio="75.10" height="401" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/code-sims.png" />
	<p>
		<span style="font-size:14px;">Code similarities between Xorist and MortalKombat (Cisco)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The attacks observed by the Talos researchers focused mainly on the United States, with some victims also in the UK, Turkey, and the Philippines.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="map.png" class="ipsImage" data-ratio="70.97" height="371" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/map.png" />
	<p>
		<span style="font-size:14px;">Victim heatmap (Cisco)</span>
	</p>
</div>

<h2>
	<span style="font-size:14px;">Phishing attacks</span>
</h2>

<p>
	<span style="font-size:14px;">The email contains a malicious ZIP attachment containing a BAT loader script that downloads a second archive from a remote resource. This archive contains one of the two malware payloads.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The loader script will execute the downloaded payload as a process in the compromised system and then delete the downloaded files to minimize the chances of detection.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="email.png" class="ipsImage" data-ratio="32.64" height="179" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/email.png" />
	<p>
		<span style="font-size:14px;">Sample of the phishing email (Cisco)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The email message carries a malicious ZIP attachment that contains a BAT loader script, that when opened, downloads a second archive from a remote resource. This archive contains one of the two malware payloads.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The loader script will execute the downloaded payload as a process in the compromised system and then delete the downloaded files to minimize chances of detection.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="infection-flow.png" class="ipsImage" data-ratio="75.10" height="540" width="649" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/infection-flow.png" />
</div>

<div>
	<span style="font-size:14px;">The campaign's infection flow (Cisco)</span>
</div>

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

<p>
	<span style="font-size:14px;">MortalKombat is a Xorist ransomware variant first discovered in January 2023, named after the popular fighting video game and featuring a ransom note/wallpaper that includes art from the franchise.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Talos analysts report that the particular ransomware isn't very sophisticated as it will target system files and applications too, which are commonly avoided to prevent the system from becoming unstable.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="file-ext.png" class="ipsImage" data-ratio="75.10" height="483" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/file-ext.png" />
	<p>
		<span style="font-size:14px;">All file types targeted by the ransomware (Cisco)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">"Talos observed that MortalKombat encrypts various files on the victim machine’s filesystem, such as system, application, database, backup, and virtual machine files, as well as files on the remote locations mapped as logical drives in the victim’s machine," describes the report.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"It drops the ransom note and changes the victim machine’s wallpaper upon the encryption process."</span>
</p>

<p>
	 
</p>

<div>
	<img alt="ransom.png" class="ipsImage" data-ratio="75.10" height="493" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/ransom.png" />
	<p>
		<span style="font-size:14px;">Ransom note on wallpaper (Cisco)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">The wallpaper also acts as a ransom note, instructing the victim to use the qTOX Tor-based instant messaging app to negotiate with the cybercriminals who demand payment in Bitcoin.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The attacker also provides a ProtonMail email address if the victim has trouble registering a new account on qTOX.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Although MortalKombat does not feature wiper functionality, it corrupts system folders like the Recycle Bin so that the victims cannot retrieve files from there, disables the Windows Run command window, and removes all entries from Windows startup.</span>
</p>

<p>
	 
</p>

<div>
	<img alt="recycle-bin.png" class="ipsImage" data-ratio="70.00" height="335" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Ransomware/12/recycle-bin.png" />
	<p>
		<span style="font-size:14px;">Corrupted Recycle Bin (Cisco)</span>
	</p>

	<p>
		 
	</p>
</div>

<p>
	<span style="font-size:14px;">Moreover, the ransomware fiddles with the Windows registry, creating a Run registry key ("Alcmeter") for persistence while deleting the installed application's root registry key in the HKEY_CLASSES_ROOT registry hive.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The HKEY_CLASSES_ROOT hive stores information about file associations, commands, and icons used for each file type, so deleting these entries means the applications can no longer function.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Cisco's analysts do not know what the operational model of MortalKombat ransomware is, and whether it is the custom strain of a lone threat actor or is sold to other cybercriminals like Laplas.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/new-mortalkombat-ransomware-targets-systems-in-the-us/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12756</guid><pubDate>Tue, 14 Feb 2023 14:46:40 +0000</pubDate></item><item><title>~11,000 sites have been infected with malware that&#x2019;s good at avoiding detection</title><link>https://nsaneforums.com/news/security-privacy-news/~11000-sites-have-been-infected-with-malware-that%E2%80%99s-good-at-avoiding-detection-r12745/</link><description><![CDATA[<h2>
	<span style="font-size:14px;">It's not clear precisely how the WordPress sites become infected in the first place.</span>
</h2>

<p>
	<span style="font-size:14px;">Nearly 11,000 websites in recent months have been infected with a backdoor that redirects visitors to sites that rack up fraudulent views of ads provided by Google Adsense, researchers said.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">All 10,890 infected sites, <a href="https://blog.sucuri.net/2023/02/bogus-url-shorteners-redirect-thousands-of-hacked-sites-in-adsense-fraud-campaign.html" rel="external nofollow">found by security firm Sucuri</a>, run the WordPress content management system and have an obfuscated PHP script that has been injected into legitimate files powering the websites. Such files include “index.php,” “wp-signup.php,” “wp-activate.php,” “wp-cron.php,” and many more. Some infected sites also inject obfuscated code into wp-blog-header.php and other files. The additional injected code works as a backdoor that’s designed to ensure the malware will survive disinfection attempts by loading itself in files that run whenever the targeted server is restarted.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“These backdoors download additional shells and a <a href="https://blog.sucuri.net/2021/01/phishing-malspam-with-leaf-phpmailer.html" rel="external nofollow">Leaf PHP mailer script</a> from a remote domain filestack[.]live and place them in files with random names in wp-includes, wp-admin and wp-content directories,” Sucuri researcher Ben Martin wrote. “Since the additional malware injection is lodged within the wp-blog-header.php file it will execute whenever the website is loaded and reinfect the website. This ensures that the environment remains infected until all traces of the malware are dealt with.”</span>
</p>

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

<p>
	<span style="font-size:14px;">The malware takes pains to hide its presence from operators. When a visitor is logged in as an administrator or has visited an infected site within the past two or six hours, the redirections are suspended. As noted earlier, the malicious code is also obfuscated, using Base64 encoding.</span>
</p>

<p>
	 
</p>


	<img alt="obfuscated-malware-640x207.png" class="ipsImage" data-ratio="32.34" height="207" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/obfuscated-malware-640x207.png" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/02/obfuscated-malware.png" rel="external nofollow">Enlarge</a></span>
		</div>
	


<p>
	 
</p>

<p>
	<span style="font-size:14px;">Once the code is converted to plaintext, it appears this way:</span>
</p>

<p>
	 
</p>


	<img alt="deobfuscated-malware-640x271.png" class="ipsImage" data-ratio="42.34" height="271" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/deobfuscated-malware-640x271.png" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/02/deobfuscated-malware.png" rel="external nofollow">Enlarge</a> / The same code when decoded.</span>
		</div>

		<div>
			<span style="font-size:14px;">Sucuri</span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">Similarly, the backdoor code that backdoors the site by ensuring it is reinfected looks like this when obfuscated:</span>
</p>

<p>
	 
</p>


	<img alt="obfuscated-backdoor-640x343.png" class="ipsImage" data-ratio="53.59" height="343" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/obfuscated-backdoor-640x343.png" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/02/obfuscated-backdoor.png" rel="external nofollow">Enlarge</a> / Backdoor PHP code when encoded with base64.</span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">When decoded, it looks like this:</span>
</p>

<p>
	 
</p>


	<img alt="decoded-backdoor-640x290.png" class="ipsImage" data-ratio="45.31" height="290" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/decoded-backdoor-640x290.png" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/02/decoded-backdoor.png" rel="external nofollow">Enlarge</a> / The PHP backdoor when decoded.</span>
		</div>

		<div>
			<span style="font-size:14px;">Sucuri</span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">The mass website infection has been ongoing since at least September. In a <a href="https://blog.sucuri.net/2022/11/massive-ois-is-black-hat-redirect-malware-campaign.html" rel="external nofollow">post published in November</a> that first alerted people to the campaign, Martin warned:</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">“At this point, we haven’t noticed malicious behavior on these landing pages. However, at any given time site operators may arbitrarily add malware or start redirecting traffic to other third-party websites.”</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">For now, the entire objective of the campaign appears to be generating organic-looking traffic to websites that contain Google Adsense ads. Adsense accounts engaging in the scam include:</span>
</p>

<p>
	 
</p>

<table>
	<tbody>
		<tr>
			<td>
				<span style="font-size:14px;">en[.]rawafedpor[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-8594790428066018</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">plus[.]cr-halal[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-3135644639015474</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">eq[.]yomeat[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-4083281510971702</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">news[.]istisharaat[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-6439952037681188</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">en[.]firstgooal[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-5119020707824427</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">ust[.]aly2um[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-8128055623790566</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">btc[.]latest-articles[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-4205231472305856</span>
			</td>
		</tr>
		<tr>
			<td>
				<span style="font-size:14px;">ask[.]elbwaba[.]com</span>
			</td>
			<td>
				<span style="font-size:14px;">ca-pub-1124263613222640<br />
				ca-pub-1440562457773158</span>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">To make the visits evade detection from network security tools and to appear to be organic—meaning coming from real people voluntarily viewing the pages—the redirections occur through Google and Bing searches:</span>
</p>

<p>
	 
</p>


	<img alt="google-search-redirect-640x336.png" class="ipsImage" data-ratio="52.50" height="336" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2023/02/google-search-redirect-640x336.png" />
	
		<div>
			<span style="font-size:14px;"><a href="https://cdn.arstechnica.net/wp-content/uploads/2023/02/google-search-redirect.png" rel="external nofollow">Enlarge</a> / Page source showing the redirection is occurring through Google search.</span>
		</div>

		<div>
			<span style="font-size:14px;">Sucuri</span>
		</div>

		<div>
			 
		</div>
	


<p>
	<span style="font-size:14px;">The final destinations are mostly Q&amp;A sites that discuss Bitcoin or other cryptocurrencies. Once a redirected browser visits one of the sites, the crooks have succeeded. Martin explained:</span>
</p>

<p>
	 
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">Essentially, website owners place Google-sanctioned advertisements on their websites and get paid for the number of views and clicks that they get. It doesn’t matter where those views or clicks come from, just so long as it gives the impression to those that are paying to have their ads seen that they are, in fact, being seen.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">Of course, the low-quality nature of the websites associated with this infection would generate basically zero organic traffic, so the only way that they are able to pump traffic is through malicious means.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">In other words: Unwanted redirects via fake short URL to fake Q&amp;A sites result in inflated ad views/clicks and therefore inflated revenue for whomever is behind this campaign. It is one very large and ongoing campaign of organized advertising revenue fraud.</span>
	</p>

	<p>
		 
	</p>

	<p>
		<span style="font-size:14px;">According to Google AdSense documentation, this behavior is not acceptable and publishers must not place Google-served ads on pages that violate the Spam policies for Google web search.</span>
	</p>

	<p>
		 
	</p>
</blockquote>

<p>
	<span style="font-size:14px;">Google representatives didn’t respond to an email asking if the company has plans to remove the Adsense accounts Martin identified or find other means to crack down on the scam.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">It’s not clear how sites are becoming infected in the first place. In general, the most common method for infecting WordPress sites is exploiting vulnerable plugins running on a site. Martin said Sucuri hasn’t identified any buggy plugins running on the infected sites but also noted that exploit kits exist that streamline the ability to find various vulnerabilities that may exist on a site.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Sucuri posts provide steps website admins can follow to detect and remove infections. End users who find themselves redirected to one of these scam sites should close the tab and not click on any of the content.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://arstechnica.com/information-technology/2023/02/sneaky-malware-infecting-11000-sites-is-redirecting-visitors-to-scam-pages/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12745</guid><pubDate>Mon, 13 Feb 2023 21:32:51 +0000</pubDate></item><item><title>Domain registrar Namecheap's email hacked to send DHL, Metamask phishing emails</title><link>https://nsaneforums.com/news/security-privacy-news/domain-registrar-namecheaps-email-hacked-to-send-dhl-metamask-phishing-emails-r12715/</link><description><![CDATA[<p>
	The email account of domain registrar Namecheap was hacked Sunday night, allowing cybercriminals to send phishing emails that aimed to steal recipients' personal information and cryptocurrency wallets.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/namecheaps-email-hacked-to-send-metamask-dhl-phishing-emails/" rel="external nofollow">According to a report by BleepingComputer</a>, the phishing campaign originated from SendGrid, an email platform that Namecheap uses to send marketing emails and renewal notices. The phishing emails pretended to come from logistics provider DHL and cryptocurrency wallet Metamask.
</p>

<p>
	 
</p>

<p>
	<img alt="1676264317_fozgptqxgaet8z4_story.jpg" class="ipsImage" data-ratio="75.10" height="540" width="338" src="https://cdn.neowin.com/news/images/uploaded/2023/02/1676264317_fozgptqxgaet8z4_story.jpg">
</p>

<p>
	 
</p>

<p>
	The DHL emails claim that a parcel delivery was unsuccessful as the sender failed to pay the necessary delivery fee. To allegedly be able to proceed with the delivery, the email recipient has to pay the fee themselves. However, clicking on the "Track and Pay" button will lead the user to a fake DHL page that aims to steal their sensitive information.
</p>

<p>
	 
</p>

<p>
	Meanwhile, the Metamask email says that the recipient's account has been suspended and they need to complete a Know Your Customer (KYC) verification process to reactivate it. "By completing KYC verification, you will be able to securely store, withdraw, and transfer funds without any interruptions. It also helps us to protect you against financial fraud and other security threats," the email stated.
</p>

<p>
	 
</p>

<p>
	The email also contains a marketing link from Namecheap that redirects the user to a fake MetaMask page asking the user to enter their Secret Recovery Phrase or private key. Providing any of these enables threat actors to import the Metamask wallet to their own devices and drain all of its funds and assets.
</p>

<p>
	 
</p>

<p>
	After some recipients of the phishing emails started complaining, Namecheap CEO Richard Kirkendall <a href="https://twitter.com/NamecheapCEO/status/1624900762617757696" rel="external nofollow">confirmed that their email account was indeed hacked</a>. The <a href="https://www.namecheap.com/status-updates/archives/74848" rel="external nofollow">company also published a statement on its website</a><span>:</span>
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	Dear Customers,
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	We have evidence that the upstream system we use for sending emails (third-party) is involved in the mailing of unsolicited emails to our clients. As a result, some unauthorized emails might have been received by you.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	We would like to assure you that Namecheap’s own systems were not breached, and your products, accounts, and personal information remain secure.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	Please ignore such emails and do not click on any links.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	We have stopped all the emails (that includes Auth codes delivery, Trusted Devices’ verification, and Password Reset emails, etc.) and contacted our upstream provider to resolve the issue. At the same time, we are also investigating the issue from our side.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	We apologize for any inconvenience during this issue and thank you in advance for your patience and understanding.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	Once we have any news from the responsible team, this post will be updated right away.
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	___________________
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	Kind regards,
</p>

<p style="margin-left: 40px;">
	 
</p>

<p style="margin-left: 40px;">
	Namecheap Support Team
</p>

<p>
	 
</p>

<p>
	In another later update, Namecheap announced that its mail delivery system has been restored. Despite this, it will continue investigating the issue.
</p>

<p>
	 
</p>

<p>
	One effective way to protect yourself from phishing attacks is by <a href="https://www.neowin.net/guides/5-simple-cybersecurity-tips-you-can-practice-in-2023" rel="external nofollow">always thinking twice before opening links and attachments from unsolicited emails</a>. Also, always check the URL of the website you're visiting. For example, if the website doesn't start with dhl.com or metamask.io, it could be fraudulent. Finally, always use strong passwords and enable multifactor authentication to make it more difficult for threat actors to infiltrate your online accounts.
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://www.bleepingcomputer.com/news/security/namecheaps-email-hacked-to-send-metamask-dhl-phishing-emails/" rel="external nofollow">BleepingComputer</a>, <a href="https://www.namecheap.com/status-updates/archives/74848" rel="external nofollow">Namecheap</a> | <a href="https://twitter.com/kathyzant/status/1624891675150524416/photo/1" rel="external nofollow">DHL email image via Kathy Zant (Twitter)</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/domain-registrar-namecheaps-email-hacked-to-send-dhl-metamask-phishing-emails/" rel="external nofollow">Domain registrar Namecheap's email hacked to send DHL, Metamask phishing emails</a>
</p>
]]></description><guid isPermaLink="false">12715</guid><pubDate>Mon, 13 Feb 2023 08:44:10 +0000</pubDate></item><item><title>How to Make Sure You&#x2019;re Not Accidentally Sharing Your Location</title><link>https://nsaneforums.com/news/security-privacy-news/how-to-make-sure-you%E2%80%99re-not-accidentally-sharing-your-location-r12711/</link><description><![CDATA[<h3>
	Keep your movements private.
</h3>

<p>
	Your devices and apps really, really want to know where you are—whether it's to tell you the weather, recommend some restaurants you might like, or better target advertising at you. Managing what you're sharing and what you're not sharing, and when, can quickly get confusing.
</p>

<p>
	 
</p>

<p>
	It's also possible that you have inconsistencies in the various location histories logged by your devices: Times when you thought you'd switched off and blocked location sharing but you're still being tracked, or vice versa.
</p>

<p>
	 
</p>

<p>
	Here we'll cover everything you need to consider when it comes to location tracking, and hopefully simplify it along the way. Whether you want to give out access to your current location or not, you should be in control of these settings, and not be caught unawares by additional options that you missed.
</p>

<h2 aria-level="3" role="heading">
	How Location Tracking Gets Confusing
</h2>

<figure>
	<div>
		<picture></picture><img alt="How-to-Make-Sure-You're-Not-Sharing-Loca" class="ipsImage" data-ratio="75.10" height="415" width="720" src="https://media.wired.com/photos/63e6a23cdcab861f7a4746a1/master/w_1600,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-01-history.jpg">
	</div>

	<div data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true">
		<p>
			<em>You can turn off Google Location History—but it's just the start.</em>
		</p>
		<em>Google via David Nield</em>
	</div>
</figure>

<p>
	What happens if you distinctly remember turning location tracking off on a device, yet your position is still popping up on a map? Or maybe you thought you'd left the feature on, yet you're seeing gaps in your location history? There are a few explanations, but essentially you need to remember all the different ways your location can be logged: by your devices, by your apps, and by websites you visit.
</p>

<p>
	 
</p>

<p>
	For example, you might have disabled location tracking on a phone but left it enabled on a tablet. Alternatively, you might have a laptop that's tracking where you are in the background, even though you thought you'd disabled the feature in the apps you use. If you want location tracking completely enabled or disabled, you need to factor in all these different ways of keeping tabs on where you are.
</p>

<p>
	 
</p>

<p>
	If you have a Google account, this is a good illustration. Head to <a href="https://myaccount.google.com/" rel="external nofollow">your account settings</a> on the web, then choose <strong>Data and Privacy</strong> and <strong>Location History</strong>. Select <strong>Devices on This Account,</strong> which may reveal some phones, tablets, and laptops that you'd forgotten about—any device with a check next to it in this list is saving your movements to your Google account for future reference.
</p>

<p>
	 
</p>

<p>
	You can click <strong>Turn Off</strong> to disable this, but note the caveats that are listed in the confirmation box that appears onscreen: Your location might still be logged by your mobile devices, by the Find My Device service that helps you recover lost hardware, and by Google Maps when you're navigating or searching around the area you're in. This Location History setting is more of an overall toggle switch, affecting features such as the Google Timeline and the ability to quickly look up places you visit regularly.
</p>

<p>
	 
</p>

<p>
	From the main Google account screen, there are several more places where your location gets logged and shared: Click <strong>Data and Privacy</strong> then <strong>Web &amp; App Activity</strong> to manage location data saved by Google Maps and other apps and websites, and click <strong>People and Sharing</strong> then <strong>Manage Location Sharing</strong> to see a list of specific contacts who can see where you are through various Google services.
</p>

<h2 aria-level="3" role="heading">
	Managing Location Tracking on Mobile
</h2>

<figure>
	<div>
		<picture><noscript><img alt="Screenshot of Android location sharing settings" class="ResponsiveImageContainer-dmlCKO hWKgYV responsive-image__image" srcset="https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_120,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 120w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_240,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 240w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_320,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 320w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_640,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 640w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_960,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 960w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_1280,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 1280w, https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_1600,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg 1600w" sizes="100vw" src="https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_1600%2Cc_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg"></noscript></picture>
	</div>

	<div data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true">
		<p>
			<img alt="How-to-Make-Sure-You're-Not-Sharing-Loca" class="ipsImage" data-ratio="75.10" height="412" width="720" src="https://media.wired.com/photos/63e6a242e20576b439b7c74d/master/w_1600,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-02-android.jpg">
		</p>

		<p>
			<em>You can control location tracking for individual apps and devices as a whole.</em>
		</p>
		<em>Android via David Nield</em>
	</div>
</figure>

<p>
	The steps to manage your location on Android vary slightly depending on the manufacturer of your phone, but the menus and instructions involved are broadly similar. On Google Pixel devices, you can open up <strong>Settings </strong>then select <strong>Location</strong>: You'll see the <strong>Use Location</strong> toggle switch, and if you turn this off, none of your apps will be able to know where you are, nor will Google.
</p>

<p>
	 
</p>

<p>
	If you leave the Use Location toggle switch on, you can customize location access for individual apps further down on the same screen. Note that you can choose to allow apps to know where you are at all times, or only when the app in question is running in the foreground—tap on any app in the list to make changes.
</p>

<p>
	 
</p>

<p>
	Over on iOS, it's a similar setup. If you select <strong>Privacy &amp; Security</strong> from <strong>Settings</strong>, and then tap<strong> Location Services</strong>, you can turn off location tracking for the phone and all the apps on it. If you choose to leave this enabled, you can manage individual app access to your location via the list underneath. As on Android, you can choose to restrict apps to knowing your location only when the particular app itself is running, or allow them to monitor it in the background too.
</p>

<p>
	 
</p>

<p>
	Erasing the location data that's been collected on you is a complex process, as you need to check the records and the settings of every app that's ever had access to your location. For Google and Google's apps, you can head to <a href="https://myaccount.google.com/" rel="external nofollow">your Google account</a> on the web, then choose either <strong>Location History</strong> or <strong>Web &amp; App Activity</strong> under <strong>Data and Privacy</strong> to wipe this data from the record. You'll also find options for automatically deleting this data after 3, 18, or 36 months.
</p>

<p>
	 
</p>

<p>
	Apple doesn't log your movements in quite the same way, but it does build up a list of places you visit frequently (like your home and perhaps your office) so you can quickly get to them again. To clear this list on your iPhone, open <strong>Settings </strong>then choose <strong>Privacy &amp; Security</strong>, <strong>Location Services</strong>, <strong>System Services</strong>, and <strong>Significant Locations</strong>. You can clear this list and stop it from populating in the future.
</p>

<h2 aria-level="3" role="heading">
	Managing Location Tracking on Desktop
</h2>

<figure>
	<div>
		<picture><noscript><img alt="Screenshot of Windows location sharing settings" class="ResponsiveImageContainer-dmlCKO hWKgYV responsive-image__image" srcset="https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_120,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 120w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_240,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 240w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_320,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 320w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_640,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 640w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_960,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 960w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_1280,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 1280w, https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_1600,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg 1600w" sizes="100vw" src="https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_1600%2Cc_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg"></noscript></picture>
	</div>

	<div data-event-boundary="click" data-event-click='{"pattern":"Caption"}' data-in-view='{"pattern":"Caption"}' data-include-experiments="true">
		<p>
			<img alt="How-to-Make-Sure-You're-Not-Sharing-Loca" class="ipsImage" data-ratio="75.10" height="415" width="720" src="https://media.wired.com/photos/63e6a23bcde6e0e4f71292e3/master/w_1600,c_limit/How-to-Make-Sure-You're-Not-Sharing-Location-Gear-03-windows.jpg">
		</p>

		<p>
			<em>You can control location tracking on Windows and its individual programs.</em>
		</p>
		<em>Windows via David Nield</em>
	</div>
</figure>

<p>
	Your laptop or desktop computer is unlikely to be fitted with GPS capabilities, so it won't track your location in quite the same way as your phone, but applications, websites, and the operating system will still have some idea where you are—primarily through the locations that you sign into the web from (via your home Wi-Fi, for example).
</p>

<p>
	 
</p>

<p>
	On Windows, you can open up <strong>Settings </strong>and then choose <strong>Privacy &amp; Security </strong>and <strong>Location</strong>. As on Android and iOS, you'll see you can turn location tracking off for individual applications (via the toggle switches on the right) or shut it down for the entire computer (the option at the top). The same screen lets you see which apps have been using your location, and enables you to wipe the log of your travels—click <strong>Clear </strong>next to <strong>Location History</strong> to do this.
</p>

<p>
	 
</p>

<p>
	When it comes to the same process on macOS, you need to click the <strong>Apple </strong>menu and select <strong>System Settings</strong>, <strong>Privacy &amp; Security</strong>, and<strong> Location Services</strong>. The next screen looks very similar to the Windows one, with toggle switches for individual applications as well as for macOS itself—turn off any of the switches where you don't want location access to be given. If you click <strong>Details </strong>next to <strong>System Services </strong>on this screen, you can clear the list of “significant locations” Apple has saved for you, just like on iOS.
</p>

<p>
	 
</p>

<p>
	If location tracking is on for your computer and your browser of choice, that means individual websites such as Facebook, Amazon, or the Google Search can know where you are as well. Sometimes this is useful, of course (for getting the right weather forecast), but there might be times when you want to turn it off if you're trying to keep your whereabouts private.
</p>

<p>
	 
</p>

<p>
	Every browser will have settings for managing website access to your location. In Chrome, it's <strong>Privacy and Security</strong>, <strong>Site Settings</strong>, and <strong>Location </strong>from the settings pane; if you're using Edge you need to open settings and choose <strong>Cookies and Site Permissions</strong> then <strong>Location</strong>; and on Safari on macOS, pick <strong>Websites </strong>and <strong>Location </strong>once you've got the settings dialog open. Changing these settings won't affect data these sites have collected in the past, though—you'll need to visit the options for the individual sites for that.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/how-to-not-accidentally-share-your-location/" rel="external nofollow">How to Make Sure You’re Not Accidentally Sharing Your Location</a>
</p>

<p>
	 
</p>

<p>
	(May require free registration to view)
</p>
]]></description><guid isPermaLink="false">12711</guid><pubDate>Sun, 12 Feb 2023 19:35:53 +0000</pubDate></item><item><title>Reddit was hit with a phishing attack. How it responded is a lesson for everyone</title><link>https://nsaneforums.com/news/security-privacy-news/reddit-was-hit-with-a-phishing-attack-how-it-responded-is-a-lesson-for-everyone-r12702/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>A quick and transparent response shows that there's a correct way to respond to cybersecurity incidents. </strong></span>
</p>

<p>
	 
</p>

<p>
	Reddit has confirmed its systems were hacked last weekend as the result of a sophisticated and highly targeted phishing attack: the attackers gained access to documents, code, and some internal business systems.
</p>

<p>
	 
</p>

<p>
	Late on February 5, Reddit became aware of the phishing campaign that targeted its employees. The attacker sent out "plausible-sounding prompts", pointing employees to a website that cloned the behavior of its intranet gateway, in an attempt to steal credentials and second-factor tokens. After obtaining a single employee's credentials, the attacker gained access to some documents and code, as well as some internal dashboards and business systems.
</p>

<p>
	 
</p>

<p>
	We know all of this information because Reddit's CTO posted about the incident on Reddit. Currently, there's no indication that usernames and passwords of Reddit users have been accessed -- but Reddit has suggested users should apply multi-factor authentication (MFA) to their accounts for added protection.
</p>

<p>
	 
</p>

<p>
	There are two key takeaways from the Reddit security incident. The first is that phishing attacks continue to be a key tool in the cyber criminal's arsenal -- we all use emails, and a carefully crafted phishing attack can trick even the most security-conscious user.
</p>

<p>
	 
</p>

<p>
	The second is that Reddit has -- I think -- chosen the right option by being transparent about falling victim to cyber attackers, publicly disclosing the incident just days after it was first detected.
</p>

<p>
	 
</p>

<p>
	Despite the prolific nature of cyberattacks and data breaches, many victims decide that the best course of action is to keep quiet about what has happened -- sometimes, they won't even mention that there was an incident at all.
</p>

<p>
	 
</p>

<p>
	The reasons for keeping quiet include fear of reputational damage, fear of financial losses, or even fear of alerting other cyber criminals to the fact that they might make a good target for attacks.
</p>

<p>
	 
</p>

<p>
	But Reddit's openness over what happened -- and how the incident was discovered and managed -- provides a good example of how incident disclosure could and should be done, and how it can benefit both a company's users and customers, as well as the business itself.
</p>

<p>
	 
</p>

<p>
	According to Reddit, soon after being phished, the employee suspected something was wrong and self-reported the incident, alerting the information security team. They responded quickly, removing the infiltrator's access and started an internal investigation.
</p>

<p>
	 
</p>

<p>
	What's also key here is that an employee came forward with their suspicions. Keeping it quiet doesn't help anyone but the attacker, who gets more time in the network.
</p>

<p>
	 
</p>

<p>
	But in this instance, the employee reported the incident, something Reddit's CTO commented he was "extremely grateful" for in the thread below the initial post. As a result, the attacker only had access to the network for a few hours because the security team was able to respond quickly.
</p>

<p>
	 
</p>

<p>
	The speed of detection -- combined with transparency over the incident -- has gone down well with Reddit users, many of whom have praised Reddit's response, which included answering queries about what happened.
</p>

<p>
	 
</p>

<p>
	Reddit also used the post to encourage users to apply MFA to their Reddit accounts, and to use a password manager to help stay secure.
</p>

<p>
	 
</p>

<p>
	At a time when many businesses that fall victim to cyberattacks won't say anything, Reddit's openness after the phishing attack provides a good lesson on being transparent about a cybersecurity incident -- and it's something that other companies can learn from.
</p>

<p>
	 
</p>

<p>
	As shown by the response online, users and customers will be grateful they've been told about the incident quickly, enabling them to take the necessary steps to secure their accounts.
</p>

<p>
	 
</p>

<p>
	It's unfortunate that the nature of cyber crime means that phishing and cyberattacks are an everyday occurrence -- but a company that shows it can deal with incidents well is positive for everyone.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.zdnet.com/article/theres-been-a-big-rise-in-phishing-attacks-this-one-worked/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">12702</guid><pubDate>Sun, 12 Feb 2023 15:36:29 +0000</pubDate></item><item><title>Hackers interrupt Iran president&#x2019;s TV speech on anniversary of revolution</title><link>https://nsaneforums.com/news/security-privacy-news/hackers-interrupt-iran-president%E2%80%99s-tv-speech-on-anniversary-of-revolution-r12700/</link><description><![CDATA[<p>
	 The Islamic Republic marked the 44th anniversary of the Iranian revolution on Saturday with state-organized rallies, as anti-government hackers briefly interrupted a televised speech by President Ebrahim Raisi.
</p>

<p>
	 
</p>

<p>
	Raisi, whose hardline government faces one of the boldest challenges from young protesters calling for its ouster, appealed to the “deceived youth” to repent so they can be pardoned by Iran’s supreme leader.
</p>

<p>
	 
</p>

<p>
	In that case, he told a crowd congregated at Tehran’s expansive Azadi Square: “the Iranian people will embrace them with open arms”.
</p>

<p>
	 
</p>

<p>
	His live televised speech was interrupted on the internet for about a minute, with a logo appearing on the screen of a group of anti-Iranian government hackers that goes by the name of “Edalate Ali (Justice of Ali).”
</p>

<p>
	 
</p>

<p>
	A voice shouted “Death to the Islamic Republic.”
</p>

<p>
	 
</p>

<p>
	Nationwide protests swept Iran following the death in September of 22-year-old Mahsa Amini in the custody of the country’s morality police.
</p>

<p>
	 
</p>

<p>
	Security forces have responded with a deadly crackdown to the protests, among the strongest challenges to the Islamic Republic since the 1979 revolution ended 2,500 years of monarchy.
</p>

<p>
	 
</p>

<p>
	As part of an amnesty marking the revolution’s anniversary, Iranian authorities on Friday released jailed dissident Farhad Meysami, who had been on a hunger strike, and Iranian-French academic Fariba Adelkhah.
</p>

<p>
	 
</p>

<p>
	On Sunday, Supreme Leader Ayatollah Ali Khamenei issued an amnesty covering a large number of prisoners, including some arrested in recent anti-government protests.
</p>

<p>
	 
</p>

<p>
	Rights group HRANA said dozens of political prisoners and protesters, including several prominent figures, had been freed under the amnesty but that the exact conditions of their release were not known.
</p>

<p>
	 
</p>

<p>
	Rights activists have expressed concern on social media that many may have been forced to sign pledges not to repeat their “offenses” before being released. The judiciary denied this on Friday.
</p>

<p>
	 
</p>

<p>
	HRANA said that as of Friday, 528 protesters had been killed, including 71 minors. It said 70 government security forces had also been killed. As many as 19,763 protesters are believed to have been arrested.
</p>

<p>
	 
</p>

<p>
	Iranian leaders and state media had for weeks appealed for a strong turnout at Saturday’s rallies as a show of solidarity and popularity in an apparent response to the protests.
</p>

<p>
	 
</p>

<p>
	On the anniversary’s eve Friday night, state media showed fireworks as part of government-sponsored celebrations, and people chanting “Allahu Akbar! (God is Greatest!).” However, many could be heard shouting “Death to the dictator!” and “Death to the Islamic Republic” on videos posted on social media.
</p>

<p>
	 
</p>

<p>
	The social media posts could not be verified independently.
</p>

<p>
	 
</p>

<p>
	Government television on Saturday aired live footage of the state rallies around the country.
</p>

<p>
	 
</p>

<p>
	In Tehran, domestic-made anti-ballistic missiles, a drone, an anti-submarine cruiser, and other military equipment were on display as part of the celebrations.
</p>

<p>
	 
</p>

<p>
	“People have realized that the enemy’s problem is not woman, life, or freedom,” Raisi said in a live televised speech at Tehran’s Azadi Square, referring to the protesters’ signature slogan.
</p>

<p>
	 
</p>

<p>
	“Rather, they want to take our independence,” he said.
</p>

<p>
	 
</p>

<p>
	His speech was frequently interrupted by chants of “Death to America” – a trademark slogan at state rallies. The crowd also chanted “Death to Israel.”
</p>

<p>
	 
</p>

<p>
	Raisi accused the “enemies” of promoting “the worst kind of vulgarity, which is homosexuality”.
</p>

<p>
	 
</p>

<p>
	Adelkhah, who had been in prison since 2019, was one of seven French nationals detained in Iran, a factor that has worsened relations between Paris and Tehran in recent months.
</p>

<p>
	 
</p>

<p>
	She was sentenced in 2020 to five years in prison on national security charges. She was moved to house arrest later but in January returned to jail. Adelkhah has denied the charges.
</p>

<p>
	 
</p>

<p>
	Meysami’s release came a week after supporters warned that he risked dying because of his hunger strike. He was arrested in 2018 for protesting against the compulsory wearing of the hijab.
</p>

<p>
	 
</p>

<p>
	In announcing Adelkhah’s release on Friday, the French foreign ministry called that her freedoms be restored, “including returning to France if she wishes.”
</p>

<p>
	 
</p>

<p>
	“Legally, her file is considered completed, and legally there should be no problem to leave the country, but this issue has to be reviewed. So … it is not clear how long it will take,” said her lawyer, Hojjat Kermani.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.cnn.com/2023/02/12/middleeast/hackers-interrupt-iran-leader-revolution-anniversary-intl-hnk/index.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">12700</guid><pubDate>Sun, 12 Feb 2023 15:22:10 +0000</pubDate></item><item><title>Should you store Credit Card data online or in password managers?</title><link>https://nsaneforums.com/news/security-privacy-news/should-you-store-credit-card-data-online-or-in-password-managers-r12690/</link><description><![CDATA[<p>
	Whenever Internet users make purchases online using credit cards, the online shopping sites or payment providers suggest to save the card information.
</p>

<p>
	 
</p>

<p>
	<picture class="alignnone size-full wp-image-177346 sp-no-webp" data-rv-in-image="rv-in-image-1"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp" srcset="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp" type="image/webp"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp" srcset="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp" type="image/webp"><noscript><img class="alignnone size-full wp-image-177346 sp-no-webp" alt="windows 11 credit card information" height="800" width="1200" srcset="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp" src="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp"></noscript></source></source></picture><img alt="windows-11-credit-card-information-scale" class="ipsImage" data-ratio="75.10" height="480" width="720" src="https://www.ghacks.net/wp-content/uploads/2022/03/windows-11-credit-card-information-scaled.webp">
</p>

<p>
	 
</p>


<p>
	For the user, it is a convenience feature, as future purchases do not require typing the full credit card number and other requested data anymore. For sites, it also binds the customer, which means that they are more likely to use their services in the future. Information about Internet users is also of importance to many companies.
</p>

<p>
	 
</p>

<p>
	But the shopping sites and payment providers are not the only ones that may suggest to save the credit card information. The web browser or a password manager may also recommend that. It depends on whether the feature is supported in the browser, the password managers integration and functionality.
</p>

<p>
	 
</p>

<p>
	At least some Internet users may wonder whether it is a good idea to store credit card information in a password manager, browser or online.
</p>

<h2>
	The case for saving credit card information
</h2>

<p>
	The main argument for saving credit card numbers and data is convenience. Users do not have to have their credit cards with them to make purchases, once the number is saved. While some sites may request the three digit security code as verification, it is still more convenient than before.
</p>

<p>
	 
</p>

<p>
	Password managers and browsers encrypt the data and may support additional security features, such as two-factor authentication, to protect the data. These may be favorable over physical use of a credit card in some situations.
</p>

<h2>
	The case against saving Credit Card numbers
</h2>

<p>
	One strong argument against saving credit card information online, in browsers or in password managers, is that these add another attack vector. Sites may get hacked, and depending on how the information is saved, it may fall into the hands of malicious actors.
</p>

<p>
	 
</p>

<p>
	Password managers too are not offering 100% security. Last year's LastPass hack showed that high security sites may get hacked, sometimes using indirect ways, and that important user data may fall into the hands of criminals.
</p>

<p>
	 
</p>

<p>
	Browsers share the issue with online password managers, especially if they sync data to the cloud. Even local password managers are affected, even though it may be less exploitable because data is not stored online.
</p>

<p>
	 
</p>

<p>
	Apart from security concerns, there are additional reasons for skipping the "save card online" prompts when they are encountered.
</p>

<p>
	 
</p>

<p>
	The first is often found when companies offer trials of applications or services. Users who sign-up for a free trial may need to provide credit card information before the trial starts. The main issue here is that companies will charge the card automatically, if the user does not end the trial actively. Some may like the service, but some may forget about it and subscribe for a month, year or even longer to a service that they do not want to use.
</p>

<p>
	 
</p>

<p>
	Sometimes, users may pick different payment options to have better control over the processing of payments.
</p>

<p>
	 
</p>

<p>
	A second reason is that saved payment information paves the way for impulse purchases. A study in the United States from 2019 suggests that 83% of U.S. adults have already made impulse purchases.
</p>

<p>
	 
</p>

<p>
	Lastly, a case can also be made that someone with access to the computer, smartphone or tablet may make purchases using the stored payment information.
</p>

<p>
	 
</p>

<p>
	<strong>Closing Words</strong>
</p>

<p>
	 
</p>

<p>
	It is recommended to avoid saving payment information only. Even though that makes purchases online a tad less convenient, it is improving security, reducing the likelihood of erroneous payments and impulse purchases.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/11/should-you-store-credit-card-data-online-or-in-password-managers/" rel="external nofollow">Should you store Credit Card data online or in password managers?</a>
</p>
]]></description><guid isPermaLink="false">12690</guid><pubDate>Sat, 11 Feb 2023 21:00:36 +0000</pubDate></item><item><title>California medical group data breach impacts 3.3 million patients</title><link>https://nsaneforums.com/news/security-privacy-news/california-medical-group-data-breach-impacts-33-million-patients-r12645/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Multiple medical groups in the Heritage Provider Network in California have suffered a ransomware attack, exposing sensitive patient information to cybercriminals.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The medical groups impacted by the cyberattack are Regal Medical Group, Lakeside Medical Organization, ADOC Medical Group, and Greater Covina Medical.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The entities collectively issued a notice of data breach at the start of the month and shared a sample letter with the California Attorney General's office earlier this week.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Today, the healthcare organization reported on the U.S. Department of Health and Human Services <a href="https://ocrportal.hhs.gov/ocr/breach/breach_report.jsf" rel="external nofollow">breach portal</a> that the data of 3,300,638 patients was exposed in the attack.</span>
</p>

<h2>
	<span style="font-size:14px;">Sensitive data were stolen in attack</span>
</h2>

<p>
	<span style="font-size:14px;">The data breach notification says the ransomware attack occurred on December 1, 2022, with Regal's employees noticing technical difficulties the following day.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">After engaging a third-party cybersecurity expert to help investigate, it was determined that malware had infected the organization's servers, so a system restoration process was initiated.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Based on the review of the logs, the investigation determined that the following data had been compromised:</span>
</p>

<p>
	 
</p>

<ul>
	<li>
		<span style="font-size:14px;">Full name</span>
	</li>
	<li>
		<span style="font-size:14px;">Social Security Number (SSN)</span>
	</li>
	<li>
		<span style="font-size:14px;">Date of birth</span>
	</li>
	<li>
		<span style="font-size:14px;">Address</span>
	</li>
	<li>
		<span style="font-size:14px;">Medical diagnosis and treatment</span>
	</li>
	<li>
		<span style="font-size:14px;">Laboratory test results</span>
	</li>
	<li>
		<span style="font-size:14px;">Prescription data</span>
	</li>
	<li>
		<span style="font-size:14px;">Radiology reports</span>
	</li>
	<li>
		<span style="font-size:14px;">Health plan member number</span>
	</li>
	<li>
		<span style="font-size:14px;">Phone number</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Ransomware actors steal this data to create further leverage when extorting healthcare organizations, taking advantage of the highly sensitive nature of medical data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Regal's notice encloses instructions on enrolling for one year of free credit monitoring via Norton LifeLock.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Regal understands the importance of safeguarding your personal information and takes that responsibility very seriously," reads the <a href="https://oag.ca.gov/system/files/Regal%20John%20Doe%20Letter%20Feb%201%202023.pdf" rel="external nofollow">notice</a>.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We will do all we can to assist any individuals whose personal information may have been compromised and help them work through the process."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The healthcare organization says they have implemented additional security measures and stricter protocols to prevent similar incidents and safeguard sensitive patient information from unauthorized access.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Impacted patients should look out for targeted phishing attacks, scams, social engineering, or extortion using stolen data.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">If you are unsure if an email or text is legitimate, ignore it or contact your doctor to confirm if it's valid.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/california-medical-group-data-breach-impacts-33-million-patients/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12645</guid><pubDate>Fri, 10 Feb 2023 21:40:58 +0000</pubDate></item><item><title>Should You Use Google Password Manager?</title><link>https://nsaneforums.com/news/security-privacy-news/should-you-use-google-password-manager-r12636/</link><description><![CDATA[<p>
	I don't know about you, but when it comes to <a data-wpel-link="internal" href="https://www.ghacks.net/2020/11/06/create-secure-passphrases-include-custom-characters-with-passwordgenerator/" rel="external nofollow" target="_blank">creating a password</a>, I like for it to be strong, secure, and unique. For years I used the same password for everything to avoid forgetting it. As tempting as it may be to use the same password for all your apps, you're always advised to have different passwords for the different apps on your devices. This is where Google password manager comes in.
</p>

<p>
	 
</p>


<p>
	Google password manager is a feature that is built into the Google account system and allows you to manage your passwords and securely store them on your device for different websites and applications.  With Google password manager, your password will be encrypted and stored on the Google servers, so you really don't have pressure to remember them.  When you sign into your Google account, the <a data-wpel-link="internal" href="https://www.ghacks.net/2023/01/10/password-manager-keepass-2-53-released-with-password-history-improvements/?amp" rel="external nofollow" target="_blank">password manager</a> offers you to automatically fill in your login credentials for the website and applications as long as they're saved on your Google account. 
</p>

<p>
	 
</p>

<p>
	This means logging in is a breeze. In addition, the password manager could also assist with generating some secure passwords while storing them securely. Remember, the pressure of remembering your password is eased with Google password manager. Stick with us as we give you the 411 on whether you should use Google password manager. 
</p>

<h2>
	How to Safely Use Google Password Manager? 
</h2>

<p>
	Simplicity is the name of the game when it comes to using Google password manager. One of the things I love about having a Google account is that all important information can be attached to your account and easily accessed when you sign into your Google account. Well, the big question now could be, what if somebody gets a hold of my device and I'm already signed into my Google account? Don't worry; Google password manager has got you covered. 
</p>

<p>
	 
</p>

<p>
	For many years the one thing that kept me from using the password manager was the fear of storing all of my passwords in one place. Actually, using a password manager to manage passwords has been deemed safer than using a password that you can easily remember.  Google password manager comes well equipped with tools such as<a data-wpel-link="internal" href="https://www.ghacks.net/2012/10/01/gauth-authenticator-use-google-2-step-authentication-without-mobile-phone/" rel="external nofollow"> two-factor authentication </a>that prevents anyone from accessing your Google account on a new device even though they have your password. 
</p>

<p>
	 
</p>

<p>
	If you aren't sure how to access your Google password manager here, we go: 
</p>

<p>
	 
</p>

<ol>
	<li aria-level="1">
		Sign into your Google account. 
	</li>
	<li aria-level="1">
		Access the password manager by clicking the Security tab.
	</li>
	<li aria-level="1">
		Here you can view all the accounts with saved passwords. You’ll get access either to add a new password and edit or delete an old password. Remember you have the automatic generator to assist with that. 
	</li>
</ol>

<p>
	<img alt="Should-You-Use-Google-Password-Manager-2" class="ipsImage" data-ratio="82.81" height="424" width="512" src="https://www.ghacks.net/wp-content/uploads/2023/02/Should-You-Use-Google-Password-Manager-2.png"></p><noscript><img class="size-full wp-image-185025 aligncenter" alt="Should You Use Google Password Manager" width="512" height="424" src="https://www.ghacks.net/wp-content/uploads/2023/02/Should-You-Use-Google-Password-Manager-2.png"></noscript>


<p>
	 
</p>

<p>
	The only negatives I drew from using Google password manager were that: 
</p>

<p>
	 
</p>

<ul>
	<li aria-level="1">
		It lacks a few features when compared with other password managers such as <a data-wpel-link="external" href="https://google.en.softonic.com/articles/top-5-google-chrome-extensions" rel="external nofollow" target="_blank">Dashlane</a> and OnePassword. 
	</li>
	<li aria-level="1">
		You also have to be careful if you leave your computer unattended. Although most password managers can be automatically set to sign out after a certain amount of time when your computer sleeps or is locked. 
	</li>
</ul>

<p>
	 
</p>

<p>
	So to answer the golden question. Yes, you can use Google password manager. Just remember to use the security features.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/10/should-you-use-google-password-manager/" rel="external nofollow">Should You Use Google Password Manager?</a>
</p>
]]></description><guid isPermaLink="false">12636</guid><pubDate>Fri, 10 Feb 2023 18:13:47 +0000</pubDate></item><item><title>If You Use LastPass, You Need to Change All of Your Passwords ASAP</title><link>https://nsaneforums.com/news/security-privacy-news/if-you-use-lastpass-you-need-to-change-all-of-your-passwords-asap-r12635/</link><description><![CDATA[<p>
	Are you a LastPass user? This popular password manager was the target of a major data breach last December, which means many people’s passwords and personal data were exposed to nefarious entities.
</p>

<p>
	 
</p>

<p>
	According to LastPass CEO, Karim Toubba, there was a security incident in August that led to unauthorized parties stealing customer data in December. However, this is not a unique event for LastPass since it’s been having security incidents since 2011.
</p>

<p>
	 
</p>


<p>
	What kind of data was exposed? According to Toubba, hackers got their hands on unencrypted data such as LastPass usernames, company names, billing addresses, email addresses, phone numbers and IP addresses. 
</p>

<p>
	 
</p>

<p>
	There was also vault data stolen, containing both unencrypted and encrypted information such as usernames and passwords for all visited sites. 
</p>

<p>
	 
</p>

<p>
	Let’s pause for a second here. This is a password manager. They’re holding the keys to your kingdom, so to speak. Anyone sensible would think that they’d do well what they’re supposed to do, that is, storing your passwords securely.
</p>

<p>
	 
</p>

<p>
	Even more alarming is the fact that this has been happening since at least 2011, and nobody knows how many other undisclosed events might have happened so far.
</p>

<h2>
	What to do about it
</h2>

<p>
	If you’re a LastPass user, the first thing that comes to mind is switching to another service. However, the most pressing issue is to immediately change your passwords on any site you have visited. You have to assume there’s somebody out there with all your data, and possibly a lot of ideas on how to use it.
</p>

<p>
	 
</p>

<p>
	Even though the most sensitive data is encrypted, nothing prevents crackers from using brute force attacks on your information, even though it can take a long time for a good password to be cracked. According to LastPass, it could be millions of years, unless you have used “qwerty1234” or something similar.
</p>

<p>
	 
</p>

<p>
	Since the company has a history of security breaches, you might also consider visiting sites you no longer use but still have access to, just in case. You may think this is a colossal task, and it is. But it’s much better to be safe than sorry.
</p>

<p>
	 
</p>

<p>
	The best course of action is to start with the most important sites first. This means your passwords for online banking, e-commerce platforms, job-related sites, health services and anywhere where you may have critical private information stored.
</p>

<p>
	 
</p>

<p>
	Then you can go on to changing passwords for less critical sites such as newspaper subscriptions, online forums, etc. Don’t forget your phone apps, too, since many are permanently logged in. Finally, use 2-factor authentication. I know it’s a drag, but it’s the best way to prevent someone from accessing your account. 
</p>

<p>
	 
</p>

<p>
	A “fun” fact about this security breach and LastPass is that, even though you may think your encrypted info is safe, it indirectly isn’t. This is because LastPass doesn’t encrypt your visited URLs, so hackers can see where you logged in, and whether you have login information saved. This paves the way for many social engineering tactics.
</p>

<p>
	 
</p>

<p>
	We live in a brave new world, folks. But with these recommendations, you’ll be in top shape to prevent major issues even if someone manages to get their dirty hands on your data.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/10/if-you-use-lastpass-you-need-to-change-all-of-your-passwords-asap/" rel="external nofollow">If You Use LastPass, You Need to Change All of Your Passwords ASAP</a>
</p>
]]></description><guid isPermaLink="false">12635</guid><pubDate>Fri, 10 Feb 2023 18:09:11 +0000</pubDate></item><item><title>KeePass 2.53.1 password manager resolves vulnerability controversy</title><link>https://nsaneforums.com/news/security-privacy-news/keepass-2531-password-manager-resolves-vulnerability-controversy-r12634/</link><description><![CDATA[<p>
	KeePass 2.53.1 is a new update for the password manager that addresses a <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/01/keepass-password-manager-vulnerability-what-you-need-to-know/" rel="external nofollow">potential vulnerability</a> in the application.
</p>

<p>
	 
</p>

<p>
	Last week, word about a vulnerability in the password manager spread online. Reported by the Federal Cyber Emergency Team of Belgium, it revolved around the application's trigger mechanism.
</p>

<p>
	 
</p>

<p>
	Using a specific trigger, an attacker could export the entire password database to another file. The main issue that Belgium's Federal Cyber Emergency Team saw was that KeePass did not prompt the user for the master password before allowing the export of passwords to commence.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="internal" href="https://www.ghacks.net/2018/05/28/keepass-password-safe-review/" rel="external nofollow">KeePass</a> itself disputed the vulnerability, stating that malicious actors needed write access on the system and that the access would give them even more malicious options, including replacing the KeePass executable file, running malicious programs on the system, or modifying autostart and configurations on the system.
</p>

<p>
	 
</p>

<p>
	The lead developer of KeePass, Dominik Reichl, suggested that users could create an enforced configuration file to lock the trigger functionality. An attacker with write access could, however, modify that configuration file either, so that it did not resolve the underlying issue.
</p>

<p>
	 
</p>

<p>
	A properly protected system, with state-of-the-art antivirus, a firewall, and users who avoid common attack scenarios should prevent this type of attack entirely.
</p>

<p>
	 
</p>

<p>
	KeePass users had a few options to deal with the issue. They could switch to KeePass 1.x, a legacy version of the password manager that is still actively maintained. It lacks several features, including triggers. Other options included migrating to a KeePass port. The benefit of that approach is that the password database format is supported.
</p>

<h2>
	KeePass 2.53.1: vulnerability resolved
</h2>

<h2>
	<img alt="keepass-2.53.1-password-manager.png" class="ipsImage" data-ratio="75.10" height="417" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/02/keepass-2.53.1-password-manager.png"><noscript><img class="alignnone size-full wp-image-184960" style="font-size: 16px;" alt="keepass 2.53.1 password manager" width="1260" height="731" src="https://www.ghacks.net/wp-content/uploads/2023/02/keepass-2.53.1-password-manager.png"></noscript>
</h2>

<p>
	The point release addresses the issue. The official changelog highlights the fact: "Removed the 'Export - No Key Repeat' application policy flag; KeePass now always asks for the current master key when trying to export data.".
</p>

<p>
	 
</p>

<p>
	In other words: KeePass will prompt the user for confirmation before export data operations. Confirmation is given with the user's primary password, which needs to be entered before data exports begin.
</p>

<p>
	 
</p>

<p>
	The controversially discussed vulnerability shows how important it is to address concerns, especially regarding security. Reichl may not have changed his initial opinion that the vulnerability is not one, but he reacted to public concern and made a change to the application to address these concerns.
</p>

<p>
	 
</p>

<p>
	Information about the use of triggers is not available, but it seems likely that only a minority of KeePass users use these. Even fewer may use the password export trigger.
</p>

<h3>
	Closing Words
</h3>

<p>
	KeePass users may want to upgrade to version 2.53.1 immediately to protect their passwords against automated exports.
</p>

<p>
	 
</p>

<p>
	Users may also want to <a data-wpel-link="internal" href="https://www.ghacks.net/2023/02/05/improve-keepass-security-with-this-simple-configuration-change/" rel="external nofollow">check a KeePass security setting</a> to make sure that the database is properly protected against brute force attacks.
</p>

<p>
	 
</p>

<p>
	Now You: vulnerability or not, what is your take on this case?
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/02/10/keepass-2-53-1-password-manager-resolves-vulnerability-controversy/" rel="external nofollow">KeePass 2.53.1 password manager resolves vulnerability controversy</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed6416786040" src="https://nsaneforums.com/topic/436720-keepass-2531/?do=embed&amp;comment=1778442&amp;embedComment=1778442&amp;embedDo=findComment#comment-1778442" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>]]></description><guid isPermaLink="false">12634</guid><pubDate>Fri, 10 Feb 2023 18:06:41 +0000</pubDate></item><item><title>Reddit Was Hacked, Recommends Users Turn on 2FA</title><link>https://nsaneforums.com/news/security-privacy-news/reddit-was-hacked-recommends-users-turn-on-2fa-r12624/</link><description><![CDATA[<p>
	<span style="font-size:22px;">A sophisticated and highly-targeted phishing attack allowed a hacker to gain access to Reddit's internal systems.</span>
</p>

<p>
	 
</p>

<p>
	Reddit confirmed yesterday that a hacker had managed to gain access to its internal systems, grabbing internal documents and source code in the process.
</p>

<p>
	 
</p>

<p>
	The "security incident(Opens in a new window)" occurred on the night of Feb. 5 when a hacker cloned the behavior of Reddit's intranet gateway and then attempted to guide the company's employees to it using "plausible-sounding prompts." Those prompts were successful as credentials were stolen and then used to access Reddit's internal systems.
</p>

<p>
	 
</p>

<p>
	The good news is, Reddit found no breach of its primary production systems and therefore no non-public user data was accessed. The personal information stolen seems to be limited to hundreds of company contacts and advertiser details.
</p>

<p>
	 
</p>

<p>
	Reddit's security team is still in the process of fully understanding how the attack managed to break through its defenses, but points out "the human is often the weakest part of the security chain." There's also a promise that all information about what they find will be shared publicly.
</p>

<p>
	 
</p>

<p>
	Even though no sensitive user data was stolen, Reddit is urging all users to turn on two-factor authentication for their accounts. It's easy to do and adds an extra layer of security, as is regularly changing your password, choosing strong passwords, and making the whole process easy by using a reputable password manager.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.pcmag.com/news/reddit-was-hacked-recommends-users-turn-on-2fa" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">12624</guid><pubDate>Fri, 10 Feb 2023 14:49:38 +0000</pubDate></item><item><title>Sony vs. Quad9: Court Hears Landmark DNS Piracy Blocking Case</title><link>https://nsaneforums.com/news/security-privacy-news/sony-vs-quad9-court-hears-landmark-dns-piracy-blocking-case-r12611/</link><description><![CDATA[<header>
	<p>
		DNS-resolver Quad9 continues to fight back against Sony Music's demands for pirate site blocking measures to be deployed at the DNS level. The non-profit foundation argues that blocking injunctions shouldn't apply to DNS resolvers as that would create a chilling effect on the free and open Internet. Quad9's defense is supported by an expert report from Prof. Dr. Ruth Janal.
	</p>

	<p>
		 
	</p>
</header>

<div>
	<p>
		In 2021, Sony Music obtained an injunction that ordered DNS resolver <a href="https://www.quad9.net/" rel="external nofollow">Quad9</a> to block a popular pirate site.
	</p>

	<p>
		 
	</p>

	<p>
		The injunction, issued by the District Court of Hamburg, required the Swiss DNS resolver to block access to a site that links to pirated music.
	</p>

	<p>
		 
	</p>

	<p>
		The name of the targeted site wasn’t revealed, but we deduced that Canna.to was the target. That site was also targeted in a voluntary <a href="https://torrentfreak.com/isps-and-rightsholders-unite-to-block-pirate-sites-in-germany-210311/" rel="external nofollow">blocking agreement</a> previously signed by rightsholders and ISPs.
	</p>

	<h2>
		Quad9 Appeals, Sony Files Main Proceeding
	</h2>

	<p>
		The Quad9 Foundation <a href="https://www.quad9.net/news/blog/quad9-files-official-objection-opposing-sony-music-s-german-court-ruling/" rel="external nofollow">fiercely opposed</a> the injunction. The DNS resolver submitted an appeal to the Court hoping to overturn the blocking order, arguing that the decision sets a dangerous precedent.
	</p>

	<p>
		 
	</p>

	<p>
		The non-profit foundation stressed that copyrights should be respected online, but believes that enforcing blocking measures through third-party intermediaries goes a step too far.
	</p>

	<p>
		 
	</p>

	<p>
		The initial <a href="https://torrentfreak.com/dns-resolver-quad9-loses-first-pirate-site-blocking-appeal-in-germany-211206/" rel="external nofollow">objection failed</a> when the Regional Court in Hamburg upheld the blocking injunction. However, that was just a preliminary proceeding, and Quad9 was adamant it would continue the legal battle to prevent a broader impact on the Internet ecosystem.
	</p>

	<p>
		 
	</p>

	<p>
		Quad9 isn’t alone in viewing this as a crucial matter; Sony does too, albeit for different reasons. The music company went on to initiate a main proceeding at the Leipzig court, the next step in the legal process where both sides would be able to present more evidence and expert opinions.
	</p>

	<h2>
		Court Hears DNS Blocking Case
	</h2>

	<p>
		The matter was heard yesterday at the regional court in Leipzig, where both sides were able to present their arguments. While a decision is still forthcoming, Quad9 reiterated the importance of the case. If Sony wins, Quad9 believes that more and broader blocking actions may follow.
	</p>

	<p>
		 
	</p>

	<p>
		“Although this blocking applies only to Quad9’s services located in Germany, by bringing this court case to fruition, Sony Music — and those who may eventually follow — appear to be pushing the idea that they are above and beyond the principles of freedom, decentralization, and proportionality,” the DNS provider <a href="https://www.quad9.net/news/blog/quad9-and-sony-music-german-injunction-update-for-february-2023" rel="external nofollow">writes</a>.
	</p>

	<p>
		 
	</p>

	<p>
		Quad9 argues that it’s merely passing on metadata; it doesn’t store or transfer any content. It’s in the best interests of the public at large to keep DNS resolvers universally accessible, and any curation should be done in the best interests of users, not corporations.
	</p>

	<p>
		 
	</p>

	<p>
		That last part could be relevant; Quad9 has positioned itself as a secure DNS resolver that gives users the option to block millions of malware-related connections and websites. In this case, however, it believes that court-ordered piracy blockades are not in the public interest.
	</p>

	<p>
		 
	</p>

	<p>
		“Recursive DNS is not an effective or reasonable place to impose external policies that are undesired or unrequested by the end user,” Quad9 notes.
	</p>

	<p>
		 
	</p>

	<p>
		“The ability of corporate entities to impose their will on unrelated third parties such as DNS resolution services creates a chilling effect which will reduce free information exchange, and introduces a significant risk of overreach and abuse against which there is little recourse.”
	</p>

	<h2>
		Expert Contrasts Key Piracy Cases
	</h2>

	<p>
		The DNS resolver is <a href="https://freiheitsrechte.org/ueber-die-gff/presse/pressemitteilungen-der-gesellschaft-fur-freiheitsrechte/pm_gutachten_quad9" rel="external nofollow">supported</a> by the German Society for Freedom Rights (GFF), which commissioned <a href="https://www.zivilrecht8.uni-bayreuth.de/de/team/ruth-janal/index.php" rel="external nofollow">Prof. Dr. Ruth Janal </a> to prepare an expert opinion. The report concludes that intermediaries such as Quad9 should’t be held liable for third-party copyright infringement.
	</p>

	<p>
		 
	</p>

	<p>
		According to the professor, Sony Music’s arguments and the lower court’s decision equate the DNS resolver to content hosting platforms such as YouTube and Uploaded, whereas Quad9 is more akin to a mere conduit service, in the sense that it simply passes on bits.
	</p>

	<p>
		 
	</p>

	<p>
		Germany’s Federal Court previously ruled that hosting services can indeed be held liable for copyright infringement (e.g. <a href="https://torrentfreak.com/youtube-and-uploaded-could-be-liable-for-pirating-users-court-rules-220602/" rel="external nofollow">YouTube/Uploaded</a>) but the same logic shouldn’t apply to a DNS provider, Professor Janal argues.
	</p>

	<p>
		 
	</p>

	<p>
		As a mere conduit service, courts could require Quad9 to take action through a “no-fault” injunction, a process that’s already used in ISP blocking orders. In those cases, however, the intermediary isn’t held liable for pirating users.
	</p>

	<p>
		 
	</p>

	<p>
		Specifically, a recent court order in Germany concerning Sci-Hub clarified that these types of blockades are only warranted if <a href="https://torrentfreak.com/federal-court-of-justice-pirate-site-blocking-must-be-a-tool-of-last-resort-221014/" rel="external nofollow">all other options</a> have been exhausted. That includes going after a website’s hosting provider.
	</p>

	<h2>
		‘Sony Should Go After the Hosting Company’
	</h2>

	<p>
		GFF project coordinator <a href="https://felixreda.eu/" rel="external nofollow">Felix Reda</a>, who previously served as a Member of the European Parliament for the Pirate Party, notes that Sony failed to go after the hosting company in this case.
	</p>

	<p>
		 
	</p>

	<p>
		“Crucially, Sony did not seek an injunction against the EU-based hosting provider of the website at issue in its lawsuit against Quad9 either,” Reda informs TorrentFreak.
	</p>

	<p>
		 
	</p>

	<p>
		“The expert opinion by Prof. Ruth Janal finds that clearly, Quad9 is a type of mere conduit service like ISPs and must therefore be treated on the basis of the rules of no-fault injunctions, which only allow DNS blocking if all options to bring the infringement to an end at the source have been exhausted,” Reda adds.
	</p>

	<p>
		 
	</p>

	<p>
		The music company is yet to publicly share its view on the case. Sony and other rightsholders will likely put forward their own expert reports arguing that blocking is both warranted and reasonable.
	</p>

	<h2>
		High Stakes
	</h2>

	<p>
		There is no denying that the stakes are high in this case. Quad9 and GFF fear that if DNS providers can be held liable rather than there being “no-fault”, they may choose not to oppose blocking requests going forward.
	</p>

	<p>
		 
	</p>

	<p>
		“If DNS services were treated as wrongdoers, the financial risk of opposing a blocking request would be so high that they would have little other choices than to comply with any blocking request without taking the issue to court,” Reda says.
	</p>

	<p>
		 
	</p>

	<p>
		While there can be good reasons to block a site, doing so with court oversight helps to prevent over-blocking by considering the rights of service providers, copyright holders, and the general public.
	</p>

	<p>
		 
	</p>

	<p>
		For their part, rightsholders believe that third-party intermediaries should take responsibility. When DNS providers risk being held liable, action is guaranteed.
	</p>

	<p>
		 
	</p>
</div>

<p>
	 
</p>

<p>
	<a href="https://torrentfreak.com/sony-vs-quad9-court-hears-landmark-dns-piracy-blocking-case-230209/" rel="external nofollow">Sony vs. Quad9: Court Hears Landmark DNS Piracy Blocking Case</a>
</p>
]]></description><guid isPermaLink="false">12611</guid><pubDate>Fri, 10 Feb 2023 04:56:59 +0000</pubDate></item><item><title>1Password does away with passwords, shifts to passkeys</title><link>https://nsaneforums.com/news/security-privacy-news/1password-does-away-with-passwords-shifts-to-passkeys-r12610/</link><description><![CDATA[<p>
	Towards the end of last year, quite a few popular services started relying on passkeys as their user authentication measure of choice, as opposed to passwords. Google started <a href="https://www.neowin.net/news/google-starts-bringing-passkey-support-to-android-and-chrome/" rel="external nofollow">introducing passkey support to Android and Chrome</a> in early October, while only a couple weeks later <a href="https://www.neowin.net/news/paypal-goes-passwordless-with-support-for-passkeys/" rel="external nofollow">PayPal announced</a> that it would be doing the same as well. For those unaware, passkeys are digital credentials that serve as a more secure replacement for passwords. They are not required to be typed out or memorized, and are built upon the concept of public key cryptography.
</p>

<p>
	 
</p>

<p>
	Today, AgileBits, developer of popular password managing service <a href="https://blog.1password.com/unlock-1password-with-passkeys/" rel="external nofollow">1Password, has unveiled its plans</a> to roll out passkey authentication as a replacement for passwords. Notably, the password manager had already started heading into this direction a while back, with support for storing passkeys for other services introduced earlier as well - for which the firm is already <a href="https://www.future.1password.com/passkeys/#demo" rel="external nofollow">offering an interactive demo</a>.
</p>

<p>
	 
</p>

<p>
	Chief Product Officer at 1Password, Steve Won, stated that users will be able to utilize the following by using passkeys:
</p>

<p>
	 
</p>

<ul>
	<li>
		Create a 1Password account without a password or a Secret Key.
	</li>
	<li>
		Sign in on new devices with ease.
	</li>
	<li>
		Use your phone to unlock 1Password on your Mac, PC, and in the browser.
	</li>
	<li>
		Accelerate onboarding for enterprise users, or friends and family.
	</li>
	<li>
		Use built-in biometric authenticators everywhere you use 1Password including on the web.
	</li>
</ul>

<p>
	 
</p>

<p>
	He also acknowledged that the shift to passwordless for a service named 1Password may seem counter-intuitive at first, but he emphasized on how passkeys worked on the same principles as passwords, with additional layers of protection that just serve to make them more secure than their more traditional counterparts.
</p>

<p>
	 
</p>

<p>
	Passkeys as a form of login and registration will start rolling out this summer for 1Password.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/1password-does-away-with-passwords-shifts-to-passkeys/" rel="external nofollow">1Password does away with passwords, shifts to passkeys</a>
</p>
]]></description><guid isPermaLink="false">12610</guid><pubDate>Fri, 10 Feb 2023 04:56:05 +0000</pubDate></item><item><title>Reddit suffers security breach after employee falls for phishing attack</title><link>https://nsaneforums.com/news/security-privacy-news/reddit-suffers-security-breach-after-employee-falls-for-phishing-attack-r12609/</link><description><![CDATA[<p>
	Reddit experienced a security incident last Sunday evening, enabling threat actors to gain access to some of the platform's sensitive data.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.reddit.com/r/reddit/comments/10y427y/we_had_a_security_incident_heres_what_we_know/" rel="external nofollow">According to Reddit</a>, the attack was made possible through a "sophisticated phishing campaign" wherein cybercriminals created a fraudulent yet legitimate-looking landing page of its intranet site. This is a ruse to steal employees' login credentials and two-factor authentication codes.
</p>

<p>
	 
</p>

<p>
	One employee eventually fell victim to the phishing scam, allowing the threat actors to infiltrate Reddit's code, internal documents, and some internal dashboards and business systems. Despite this, the company claims that there were no indications that its primary production systems were breached.
</p>

<p>
	 
</p>

<p>
	Reddit says that it became aware of the incident after the employee who fell for the phishing attack self-reported the issue to the company's security team. The team responded by removing the infiltrator’s access and initiating an internal investigation.
</p>

<p>
	 
</p>

<p>
	"Exposure included limited contact information for (currently hundreds of) company contacts and employees (current and former), as well as limited advertiser information," Reddit stated in its post. "Based on several days of initial investigation by security, engineering, and data science (and friends!), we have no evidence to suggest that any of your non-public data has been accessed, or that Reddit’s information has been published or distributed online."
</p>

<p>
	 
</p>

<p>
	The company announced that it is continuing to investigate and monitor the incident closely. It is also working with employees to fortify their security skills.
</p>

<p>
	 
</p>

<p>
	To stay safe from <a href="https://www.neowin.net/guides/5-simple-cybersecurity-tips-you-can-practice-in-2023" rel="external nofollow">phishing attacks</a>, always be careful when opening links or downloading attachments from unsolicited emails. Regularly check the URL of the website you're visiting as well. For instance, if the URL doesn't start with "reddit.com" or "paypal.com," or shows something completely different, it's likely fraudulent. Finally, make sure to enable multifactor authentication if available to make it harder for cybercriminals to infiltrate your account.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/reddit-suffers-security-breach-after-employee-falls-for-phishing-attack/" rel="external nofollow">Reddit suffers security breach after employee falls for phishing attack</a>
</p>
]]></description><guid isPermaLink="false">12609</guid><pubDate>Fri, 10 Feb 2023 04:55:22 +0000</pubDate></item><item><title>Tor and I2P networks hit by wave of ongoing DDoS attacks</title><link>https://nsaneforums.com/news/security-privacy-news/tor-and-i2p-networks-hit-by-wave-of-ongoing-ddos-attacks-r12603/</link><description><![CDATA[<p>
	<span style="font-size:14px;">If you've been experiencing Tor network connectivity and performance issues lately, you're not the only one since many others have had problems with onion and i2p sites loading slower or not loading at all.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Tor Project's Executive Director Isabela Dias Fernandes revealed on Tuesday that a wave of distributed denial-of-service (DDoS) attacks has been targeting the network since at least July 2022.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"At some points, the attacks impacted the network severely enough that users could not load pages or access onion services," Fernandes <a href="https://blog.torproject.org/tor-network-ddos-attack/" rel="external nofollow">said</a> on Tuesday.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"We have been working hard to mitigate the impacts and defend the network from these attacks. The methods and targets of these attacks have changed over time and we are adapting as these attacks continue."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">While the goal of these ongoing attacks or the identity of the threat actor(s) behind them are not yet known, Fernandes said the Tor team will keep tweaking the network's defenses to address this ongoing issue.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The Tor Network team will also be expanded to include two new members focusing on .onion services development.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In the interest of protecting the Tor network and our global community, we chose to limit public information on the nature of those attacks for now," Fernandes told BleepingComputer when we reached out for more information on the DDoS attacks.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"To clarify, our services have not been down, but on occasion slow for some users, and it is important to note that the user experience is affected by a variety of factors, including what onion services are being used, or which relays get picked when they build a circuit through Tor."</span>
</p>

<h2>
	<span style="font-size:14px;">DDoS attacks also hit the I2P network</span>
</h2>

<p>
	<span style="font-size:14px;">Tor is not the only anonymous communications network currently targeted by DDoS attacks. The I2P (short for Invisible Internet Project) peer-to-peer network has also been dealing with a massive attack for the last three days.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As a result, I2P users might also experience issues due to some i2pd routers crashing with OOM (out of memory) errors when hit by this Denial-of-Service attack.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"As you already know, the I2P network has been targeted by a Denial-of-Service attack for the past ~3 days. The attacker is flooding the network with malicious floodfill routers, which are responding incorrectly or not at all to other routers and feeding the network false information," one of the I2P subreddit's mods <a href="https://old.reddit.com/r/i2p/comments/10wln04/news_and_weather_updates/" rel="external nofollow">said</a> yesterday.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This results in performance and connectivity problems, because the floodfills provide peer information to the participants in the network. The result is a form of sybil attack which is used to cause widespread denial of service.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"This attack has degraded the performance of the network but it remains intact and usable. Java I2P routers still appear to be handling the issues better than i2pd routers. Various mitigations should appear in dev builds of both Java and C++ routers in the next week."</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Just as in Tor's case, the threat actors are using a variety of tactics as "the attack is starting / stopping / changing several times a day," as I2P's project manager and core dev lead said in a <a href="https://old.reddit.com/r/i2p/comments/10wln04/news_and_weather_updates/" rel="external nofollow">Tuesday community meeting</a> on IRC.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/tor-and-i2p-networks-hit-by-wave-of-ongoing-ddos-attacks/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">12603</guid><pubDate>Thu, 09 Feb 2023 19:17:30 +0000</pubDate></item></channel></rss>
