<?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/69/?d=2</link><description><![CDATA[News: Security & Privacy News]]></description><language>en</language><item><title>AdDuplex is shutting down after 12 years of service on Windows Phone and Windows</title><link>https://nsaneforums.com/news/security-privacy-news/adduplex-is-shutting-down-after-12-years-of-service-on-windows-phone-and-windows-r16766/</link><description><![CDATA[<p>
	AdDuplex, a cross-promotion ad platform for Windows and Windows Phone apps, is shutting down. Alan Mendelevich, the company's founder, announced the journey's end, citing the "shrinking industry and the community" the platform serves.
</p>

<p>
	 
</p>

<p>
	AdDuplex allowed Windows and Windows Phone app developers to promote their projects for free using cross-promotion ads. In other words, display ten AdDuplex-powered ads inside your app and get eight impressions of yours for free. The platform was one of the largest independent ad networks on Windows available in more than 200 countries, with more than 5 million ads served daily.
</p>

<p>
	 
</p>

<p>
	In addition to helping developers promote their apps and games, AdDuplex was a source of monthly stats about Windows and Windows Phone. The platform offered insights into the most popular Windows Phone devices, OS version breakdowns, country-specific data, and more (<a href="https://www.neowin.net/news/windows-11-crosses-23-share-mark-almost-becoming-second-most-popular-version/" rel="external nofollow">you can check out the last report from June 2022 here</a>).
</p>

<p>
	 
</p>

<p>
	According to the blog post, AdDuplex will stop serving cross-promotion and commercial ads on July 17, 2023. After that date, apps using the AdDuplex SDK will continue receiving the "no ad" response so that they can react accordingly and switch to other ad providers (if implemented). AdDuplex also plans to turn off its client area on August 1, 2023, and the company urges developers to download their stats before the end of this month.
</p>

<p>
	 
</p>

<p>
	At the end of the post, Alan Mendelevich thanked everyone for their support and participation:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>I want to express my gratitude to everyone who joined AdDuplex as a cross-promotion or advertising partner, everyone who supported us with media coverage or just good vibes, everyone who collaborated with us at Microsoft, Nokia and other companies in the Windows ecosystem. I hope we made a positive impact on your businesses, careers, and hobbies.</em>
</p>

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

<p style="margin-left: 40px;">
	<em>Thank you and I hope we cross paths in the future!</em>
</p>

<p>
	 
</p>

<p>
	Developers can learn more about the incoming AdDuplex shutdown <a href="https://blog.adduplex.com/2023/07/05/adduplex-is-shutting-down/" rel="external nofollow">on the official blog</a>.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/adduplex-is-shutting-down-after-12-years-of-service-on-windows-phone-and-windows/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16766</guid><pubDate>Wed, 05 Jul 2023 21:10:09 +0000</pubDate></item><item><title>New tool exploits Microsoft Teams bug to send malware to users</title><link>https://nsaneforums.com/news/security-privacy-news/new-tool-exploits-microsoft-teams-bug-to-send-malware-to-users-r16765/</link><description><![CDATA[<p>
	A member of U.S. Navy's red team has published a tool called TeamsPhisher that leverages an unresolved security issue in Microsoft Teams to bypass restrictions for incoming files from users outside of a targeted organization, the so-called external tenants.
</p>

<p>
	 
</p>

<p>
	The tool exploits a <a href="https://www.bleepingcomputer.com/news/security/microsoft-teams-bug-allows-malware-delivery-from-external-accounts/" target="_blank" rel="external nofollow">problem highlighted last month</a> by Max Corbridge and Tom Ellson of UK-based security services company Jumpsec, who explained how an attacker could easily go around Microsoft Teams' file-sending restraints to deliver malware from an external account.
</p>

<p>
	 
</p>

<p>
	The feat is possible because the application has client-side protections that can be tricked into treating an external user as an internal one just by changing the ID in the POST request of a message.
</p>

<h2>
	Streamlining attacks on Teams
</h2>

<p>
	'TeamsPhisher' is a Python-based tool that provides a fully automated attack. It integrates the attack idea of Jumpsec's researchers, <a href="https://posts.inthecyber.com/leveraging-microsoft-teams-for-initial-access-42beb07f12c4" rel="external nofollow" target="_blank">techniques developed by Andrea Santese</a>, and authentication and helper functions from Bastian Kanbach's '<a href="https://github.com/sse-secure-systems/TeamsEnum" rel="external nofollow" target="_blank">TeamsEnum</a>' tool.
</p>

<p>
	 
</p>

<p>
	"Give <a href="https://github.com/Octoberfest7/TeamsPhisher" rel="external nofollow" target="_blank">TeamsPhisher</a> an attachment, a message, and a list of target Teams users. It will upload the attachment to the sender's Sharepoint, and then iterate through the list of targets," reads the description from Alex Reid, the developer of the red team utility.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="target-view.jpg" class="ipsImage" data-ratio="68.06" height="220" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Software/20/target-view.jpg">
	</p>

	<div>
		<em>Phishing message as seen by the recipient (github.com/Octoberfest7)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	TeamsPhisher first verifies the existence of the target user and their ability to receive external messages, which is a prerequisite for the attack to work.
</p>

<p>
	 
</p>

<p>
	It then creates a new thread with the target, sends them a message with a Sharepoint attachment link. The thread appears in the sender's Teams interface for (potential) manual interaction.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="tool-output.jpg" class="ipsImage" data-ratio="75.10" height="540" width="549" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Software/20/tool-output.jpg">
	</p>

	<div>
		<em>TeamsPhisher output (github.com/Octoberfest7)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	TeamsPhisher requires users to have a Microsoft Business account (MFA is supported) with a valid Teams and Sharepoint license, which is common for many major companies.
</p>

<p>
	 
</p>

<p>
	The tool also offers a "preview mode" to help users verify the set target lists and to check the appearance of messages from the recipient's perspective.
</p>

<p>
	 
</p>

<p>
	Other features and optional arguments in TeamsPhisher could refine the attack. These include sending secure file links that can only be viewed by the intended recipient, specifying a delay between message transmissions to bypass rate limiting, and writing outputs to a log file.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="arguments.jpg" class="ipsImage" data-ratio="58.47" height="251" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Software/20/arguments.jpg">
	</p>

	<div>
		<em>All options and arguments supported by the tool (github.com/Octoberfest7)</em>
	</div>
</div>

<h2>
	Unsolved problem
</h2>

<p>
	The issue that TeamsPhisher exploits is still present and Microsoft told Jumpsec researchers that it did not meet the bar for immediate servicing.
</p>

<p>
	 
</p>

<p>
	BleepingComputer also reached out to the company last month for a comment about plans to fix the problem but did not receive a response. We reiterated our request for comment from Microsoft but did not receive a reply at publishing time.
</p>

<p>
	 
</p>

<p>
	Although TeamPhisher was created for authorized red team operations, threat actors can also leverage it to deliver malware to target organizations without setting off alarms.
</p>

<p>
	 
</p>

<p>
	Until Microsoft decides to take action about this, organizations are strongly advised to disable communications with external tenants if not needed. They can also create an allow-list with trusted domains, which would limit the risk of exploitation.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/new-tool-exploits-microsoft-teams-bug-to-send-malware-to-users/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16765</guid><pubDate>Wed, 05 Jul 2023 21:09:00 +0000</pubDate></item><item><title>Japan&#x2019;s largest port stops operations after ransomware attack</title><link>https://nsaneforums.com/news/security-privacy-news/japan%E2%80%99s-largest-port-stops-operations-after-ransomware-attack-r16764/</link><description><![CDATA[<p>
	The Port of Nagoya, the largest and busiest port in Japan, has been targeted in a ransomware attack that currently impacts the operation of container terminals.
</p>

<p>
	 
</p>

<p>
	The port accounts for roughly 10% of Japan's total trade volume. It operates 21 piers and 290 berths. It handles over two million containers and cargo tonnage of 165 million every year.
</p>

<p>
	 
</p>

<p>
	The port is also used by the Toyota Motor Corporation, one of the world’s largest automakers, to export most of its cars.
</p>

<h3>
	Container processing halted
</h3>

<p>
	Today, the administrative authority of the Port of Nagoya has issued a notice about a malfunction in the “Nagoya Port Unified Terminal System” (NUTS) — the central system controlling all container terminals in the port.
</p>

<p>
	 
</p>

<p>
	According to the notice, the problem was caused by a ransomware attack that occurred on July 4, 2023, around 06:30 AM local time.
</p>

<p>
	 
</p>

<div style="margin-left: 40px;">
	<em>“Upon investigating the cause, we held a meeting with the Nagoya Port Operation Association Terminal Committee, who operates the system, and the Aichi Prefectural Police Headquarters [and] it was discovered that the issue was a ransomware infection.” — <a href="https://www.documentcloud.org/documents/23867021-nayoga-notice" rel="external nofollow" target="_blank">Nagoya Port</a> (machine translated)</em>
</div>

<div>
	 
</div>

<p>
	The port authority is working to restore the NUTS system by 6 PM today and plans to resume operations by 08:30 AM tomorrow.
</p>

<p>
	 
</p>

<p>
	Until then, all container loading and unloading operations at the terminals using trailers have been canceled, causing massive financial losses to the port and severe disruption to the circulation of goods to and from Japan.
</p>

<p>
	 
</p>

<p>
	The Nagoya Port Authority has dealt with cyberattacks before but it appears that this one has the largest impact. On September 6, 2022, the website of the port was unreachable for about 40 minutes due to a massive <a href="http://japannews.yomiuri.co.jp/society/general-news/20220914-58231/" rel="external nofollow" target="_blank">distributed denial-of-service attack</a> (DDoS) launched by the pro-Russian group Killnet.
</p>

<p>
	 
</p>

<p>
	At the time of publishing, the threat actor behind the ransomware attack on the Port of Nagoya remains unknown as no threat actor has claimed the intrusion publicly, yet.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/japans-largest-port-stops-operations-after-ransomware-attack/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16764</guid><pubDate>Wed, 05 Jul 2023 21:07:03 +0000</pubDate></item><item><title>The high cost of cyberattacks. Report finds most firms hit by ransomware pay up &#x2014; and the price has risen dramatically</title><link>https://nsaneforums.com/news/security-privacy-news/the-high-cost-of-cyberattacks-report-finds-most-firms-hit-by-ransomware-pay-up-%E2%80%94-and-the-price-has-risen-dramatically-r16746/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Indigo refused to pay when a ransomware attack took down its e-commerce platform — losing millions in the process.</span>
</p>

<p>
	 
</p>

<p>
	Indigo Books &amp; Music is still tallying up the staggering costs of a ransomware attack that temporarily took down its e-commerce platform, left it unable to process payments in its retail stores for three days, and knocked its website offline for about a month earlier this year.
</p>

<p>
	 
</p>

<p>
	The retailer lost $42.5 million in its most recent quarter, $19 million more than it lost in the same period last year, and said last week that while it doesn’t have an exact figure, the majority of that expanded loss was because of the cyberattack.
</p>

<p>
	 
</p>

<p>
	Indigo refused to pay a ransom to the criminals who used a type of software called LockBit to illegally tap into its network, saying it could not be “assured that any ransom payment would not end up in the hands of terrorists or others on sanctions lists.”
</p>

<p>
	 
</p>

<p>
	But according to a new report from the law firm Blakes, the majority of Canadian companies hit by ransomware attacks do pay up — and those ransoms now cost businesses far more than in years past.
</p>

<p>
	 
</p>

<p>
	Ransomware attacks occur when hackers use malware to break into companies’ IT systems, lock up or steal information and then demand a ransom payment for its return.
</p>

<p>
	 
</p>

<p>
	In the fourth edition of an annual report on cybersecurity trends, Blakes said it found that in 2022, two thirds of firms hit by ransomware attacks ultimately paid, up from 56 per cent in 2021.
</p>

<p>
	 
</p>

<p>
	The median ransom paid was $546,000, a steep increase from $100,000 two years earlier.
</p>

<p>
	 
</p>

<p>
	“The threat actors — the bad guys — are getting to be quite sophisticated in their attacks,” said Sunny Handa, a partner at Blakes who leads the firm’s technology practice.
</p>

<p>
	 
</p>

<p>
	“They are taking a lot of data, they are targeting sensitive data and they are publishing that data … they’re (also) hunting down the backups and they’re destroying backup systems.”
</p>

<p>
	 
</p>

<p>
	Handa, who acts as “breach counsel,” advising clients on how to respond to cyberattacks, said that once hackers have encrypted a business’s networks, “you basically can’t run your company anymore.”
</p>

<p>
	<br />
	<span style="font-size:18px;"><strong>Cyberattacks on firms has become an industry</strong></span>
</p>

<p>
	 
</p>

<p>
	“So, that is also pushing people to pay the ransom, because otherwise they will lose days, weeks, months of operations.”
</p>

<p>
	 
</p>

<p>
	The dollar value of the ransoms is ever increasing, he says, in part because it’s become an industry.
</p>

<p>
	 
</p>

<p>
	“(The hackers are) investing a lot more and they’re realizing that there’s a market here where people will pay so they’re asking for more.”
</p>

<p>
	 
</p>

<p>
	Blakes bases its report on cyberattacks that are disclosed by publicly traded companies on the Toronto Stock Exchange, as well as the information of its own clients, citing the “large number of breaches that were handled by the Blakes cybersecurity team.” It tracked breaches from Sept. 1, 2021 to Dec. 31, 2022.
</p>

<p>
	 
</p>

<p>
	Handa said the report does not represent every data breach in Canada but is meant to reflect trends in the space.
</p>

<p>
	 
</p>

<p>
	It’s unclear exactly how many incidents there are each year — many companies never disclose cyberattacks — but he puts the figure at somewhere in the thousands.
</p>

<p>
	 
</p>

<p>
	The financial hit companies take when facing a data breach is not limited to paying ransoms, Handa said.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.thestar.com/business/2023/07/04/the-high-cost-of-cyber-attacks-report-finds-most-firms-hit-by-ransomware-pay-up-and-the-price-has-risen-dramatically.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16746</guid><pubDate>Tue, 04 Jul 2023 15:47:57 +0000</pubDate></item><item><title>Microsoft denies data breach, theft of 30 million customer accounts</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-denies-data-breach-theft-of-30-million-customer-accounts-r16729/</link><description><![CDATA[<p>
	Microsoft has denied the claims of the so-called hacktivists “Anonymous Sudan” that they breached the company's servers and stole credentials for 30 million customer accounts.
</p>

<p>
	 
</p>

<p>
	Anonymous Sudan is known for debilitating distributed denial-of-service (DDoS) attacks against <a href="https://www.bleepingcomputer.com/news/security/scandinavian-airlines-says-cyberattack-caused-passenger-data-leak/" target="_blank" rel="external nofollow">Western entities</a> in recent months. The group has <a href="https://flashpoint.io/blog/anonymous-sudan-ddos-timeline/" rel="external nofollow" target="_blank">confirmed</a> their affiliation with pro-Russian hacktivists like Killnet.
</p>

<p>
	 
</p>

<p>
	Last month, <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-confirms-azure-outlook-outages-caused-by-ddos-attacks/" target="_blank" rel="external nofollow">Microsoft admitted</a> that Anonymous Sudan was responsible for service disruptions and outages at the beginning of June that impacting several of its services, including Azure, Outlook, and OneDrive.
</p>

<p>
	 
</p>

<p>
	Yesterday, the hacktivists alleged that they had “successfully hacked Microsoft” and “accessed a large database containing more than 30 million Microsoft accounts, emails, and passwords.”
</p>

<p>
	 
</p>

<p>
	Anonymous Sudan offered to sell this database to interested parties for $50,000 and urged interested buyers to engage in contact with their Telegram bot to arrange the purchase of the data.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="sudan.jpg" class="ipsImage" data-ratio="171.97" height="540" width="195" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Databases/sudan.jpg">
	</p>

	<div>
		<em>AS post on Telegram(BleepingComputer)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	The post even includes a sample of the data they offered (allegedly stolen from Microsoft) as proof of the breach and warned that Microsoft would deny those claims.
</p>

<p>
	 
</p>

<p>
	The group provided 100 credential pairs but their origin could not be verified (old data, the result of a breach at third-party service provider, stolen from Microsoft’s systems).
</p>

<p>
	 
</p>

<p>
	BleepingComputer has contacted Microsoft to request a comment on the validity of Anonymous Sudan's saying and a company spokesperson flatly denied any data breach claims.
</p>

<p>
	 
</p>

<p>
	“At this time, our analysis of the data shows that this is not a legitimate claim and an aggregation of data,” a company representative told BleepingComputer.
</p>

<p>
	 
</p>

<div>
	<p>
		“We have seen no evidence that our customer data has been accessed or compromised” - Microsoft spokesperson
	</p>

	<p>
		 
	</p>
</div>

<p>
	It is unclear at the moment if Microsoft's investigation is complete or it's ongoing. Also, the company's reaction to the potential public release of the data remains to be seen.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/microsoft-denies-data-breach-theft-of-30-million-customer-accounts/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16729</guid><pubDate>Mon, 03 Jul 2023 20:30:15 +0000</pubDate></item><item><title>RustBucket malware: A PDF could finish your Mac</title><link>https://nsaneforums.com/news/security-privacy-news/rustbucket-malware-a-pdf-could-finish-your-mac-r16723/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Cybersecurity research conducted by the illustrious team at Elastic Security Labs has brought to light a virulent new strain of the RustBucket malware, a notorious enemy of macOS-powered devices. It appears the cyber-nemesis has evolved, displaying an increased persistence on targeted endpoints and an unnerving ability to stealthily avoid antivirus programs.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The researchers reveal, "This variant of RustBucket, a malware family that targets macOS systems, adds persistence capabilities not previously observed." The devious malware has also advanced its command-and-control infrastructure, subtly embedding itself within dynamic network systems.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Its mode of entry is decidedly straightforward: the unsuspecting victim downloads a seemingly innocent macOS installer file, little knowing it carries a malevolent passenger – a compromised PDF reader. The attack is activated when an ill-fated PDF file,</span>
</p>

<p>
	<span style="font-size:14px;">cleverly weaponized, is opened using the tainted reader. Often delivered via phishing emails or masquerading as trustworthy links on social media platforms like LinkedIn, the RustBucket malware indeed presents a sinister threat.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">RustBucket's distinctive persistence method, paired with its dynamic DNS domains for command-and-control, enables it to surpass most malware in its elusive nature.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"In the case of this updated RustBucket sample, it establishes its own persistence by adding a plist file at the path /Users/&lt;user&gt;/Library/LaunchAgents/com.apple.systemupdate.plist, and it copies the malware's binary to the following path /Users/&lt;user&gt;/Library/Metadata/System Update," the researchers elaborated.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">This shrewd strategy ensures that the malware continues to lurk unseen, a constant menace to its host.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The preferred victims of this insidious malware, according to researchers, are predominantly financial institutions spanning Asia, Europe, and the U.S. This specialized targeting suggests a material motive behind the attack, indicating that the cybercriminals are in it for significant financial gain.</span>
</p>

<p>
	 
</p>


	<img alt="malware.jpg" class="ipsImage" data-ratio="75.10" height="467" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/07/malware.jpg" />
	
		<p>
			<span style="font-size:14px;">Image: Unsplash</span>
		</p>

		<p>
			 
		</p>
	


<p>
	<span style="font-size:14px;">Closer analysis points towards the culprits being BlueNoroff, a department within the infamous Lazarus Group. This shadowy group, an extension of the Reconnaissance General Bureau (RGB) — North Korea's primary intelligence agency, is notorious for executing highly profitable attacks against cryptocurrency businesses.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The group has amassed vast sums in stolen cryptocurrency and ransom money. The U.S. Treasury reported in June 2023 that Lazarus <a href="https://www.onlineclickdigital.com/2023/06/24/us-treasury-north-korea-backed-lazarus-group-stole-600m/#:~:text=The%20US%20Treasury%20has%20recently%20announced%20that%20the,their%20previous%20estimate%20of%20%24571%20million%20in%202019." rel="external nofollow">stole</a> approximately $600 million in cryptocurrency and fiat currency this year alone from financial institutions and exchanges. That's a substantial increase from 2019's estimate of around $571.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">A significant heist by Lazarus in June 2022 involved Harmony Bridge, a blockchain protocol that facilitates communication between different blockchains, thereby enabling tokens to migrate from one blockchain to another. This breach saw roughly $100 million evaporate from the protocol. The DeFi projects and bridges, although poorly designed and inadequately audited for security, manage vast funds, making them tempting targets for malicious attacks.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Researchers surmise that North Korea employs Lazarus to mitigate the economic impact of international sanctions. Some even propose that the ill-gotten wealth amassed through Lazarus’ operations might be channeled into developing and manufacturing nuclear weapons.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">RustBucket's focus on macOS devices is particularly interesting. Traditionally, threat actors tend to target Windows or Linux devices, due to their wider use and numerous vulnerabilities. In 2020, over 83% of all malware targeted Windows devices, while macOS fell under the 'other' category, accounting for a mere 1.91% of targeted devices.</span>
</p>

<h2>
	<span style="font-size:14px;">What does the cybersecurity community make of RustBucket and Lazarus?</span>
</h2>

<p>
	<span style="font-size:14px;">David Sehyeon Baek, a prominent cybersecurity researcher, asserted via <a href="https://www.linkedin.com/pulse/north-korea-linked-bluenoroff-hackers-exploit-new-macos-baek/" rel="external nofollow">LinkedIn</a> that Lazarus's long history of macOS attacks suggests other Advanced Persistent Threat (APT) groups may follow their lead. He warns, “The emergence of RustBucket highlights the evolving landscape of cyber threats and the need for heightened cybersecurity measures, particularly within the macOS environment.” Baek emphasizes the need for constant vigilance, particularly when downloading and executing applications from unverified sources.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">However, opinions on Lazarus' proficiency vary within the cybersecurity community. In an enlightening discussion on the /hacking/ subreddit, one user argued that Lazarus is “not really [skilled] for a state actor,” with another adding a provocative point: “if you know about them, they are not top hackers.” However, others strongly disagree, praising the North Korean hackers' expertise, especially when it comes to infiltrating crypto exchanges and pilfering cryptocurrency as a means to circumvent financial sanctions.</span>
</p>

<p>
	<span style="font-size:14px;">Skilled or not, Lazarus consistently features in media headlines, testament to the widespread impact of their cybercriminal activities.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Among the group's most notorious exploits is the attack on the Ronin bridge, which saw a staggering $625 million in crypto stolen. They have also been implicated in the creation of the DTrack backdoor, the compromise of various open-source software utilized by a multitude of enterprises and SMBs, the weaponization of Dell drivers, and the exploitation of the log4j flaw to target US energy companies.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">RustBucket's evolution, bolstered by Lazarus's shadowy machinations, signifies a considerable shift in the cybersecurity landscape, one that necessitates heightened vigilance and stringent protective measures, especially in the macOS ecosystem. The persistent development of such threats underscores the vital need for ongoing cybersecurity research, ultimately emphasizing the age-old adage: knowledge is power.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2023/07/03/rustbucket-malware-a-pdf-could-finish-your-mac/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">16723</guid><pubDate>Mon, 03 Jul 2023 17:14:34 +0000</pubDate></item><item><title>This sneaky new malware is targeting macOS devices without them noticing - here's what you need to know</title><link>https://nsaneforums.com/news/security-privacy-news/this-sneaky-new-malware-is-targeting-macos-devices-without-them-noticing-heres-what-you-need-to-know-r16718/</link><description><![CDATA[<p>
	<span style="font-size:22px;">Update to known malware makes it harder to detect</span>
</p>

<p>
	 
</p>

<p>
	Cybersecurity researchers from Elastic Security Labs have uncovered a new version of RustBucket, a known malware that targets macOS-powered devices.
</p>

<p>
	 
</p>

<p>
	This new version is more persistent on the victim endpoints, and harder to detect by antivirus programs.
</p>

<p>
	 
</p>

<p>
	"This variant of RustBucket, a malware family that targets macOS systems, adds persistence capabilities not previously observed," the researchers said in their writeup. Apparently, the malware is "leveraging a dynamic network infrastructure methodology for command-and-control."
</p>

<p>
	 
</p>

<p>
	To infect their device, the victim first needs to download and run a macOS installer file that delivers a functional, but malicious, PDF reader. Then, they need to try and open a weaponized PDF using that compromised PDF reader.
</p>

<p>
	 
</p>

<p>
	Usually, the attackers would try and deliver this malware either via phishing emails or through social media channels, such as LinkedIn.
</p>

<p>
	 
</p>

<p>
	RustBucket comes with a unique persistence method, and uses dynamic DNS domains for command-and-control. It goes above and beyond to stay hidden, the researchers said.
</p>

<p>
	 
</p>

<p>
	"In the case of this updated RustBucket sample, it establishes its own persistence by adding a plist file at the path /Users/&lt;user&gt;/Library/LaunchAgents/com.apple.systemupdate.plist, and it copies the malware's binary to the following path /Users/&lt;user&gt;/Library/Metadata/System Update," it was said in the writeup.
</p>

<p>
	 
</p>

<p>
	The attackers don’t seem to be casting a particularly wide net with this malware, the researchers further established. Instead, they’re targeting financial institutions in Asia, Europe, and the U.S., leading the investigators to believe that the motive behind the attack is material.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>Analysis: Why does it matter?</strong></span>
</p>

<p>
	 
</p>

<p>
	All evidence points towards the threat actors being BlueNoroff, a department within the Lazarus Group.
</p>

<p>
	 
</p>

<p>
	Lazarus is a known threat actor, part of the Reconnaissance General Bureau (RGB), the main intelligence agency of North Korea. In other words, Lazarus is a North Korean, state-sponsored threat actor.
</p>

<p>
	 
</p>

<p>
	The group is best known for pulling off some incredibly lucrative attacks against cryptocurrency businesses, which brought them hundreds of millions of dollars through theft and ransom.
</p>

<p>
	 
</p>

<p>
	In late June 2023, the U.S. Treasury said Lazarus stole around $600 million in cryptocurrency and fiat currency this year, from financial institutions and exchanges. In 2019, the estimate was around $571.
</p>

<p>
	 
</p>

<p>
	In June 2022, for example, Lazarus Group successfully breached Harmony Bridge, a blockchain protocol that allows different blockchains to communicate with one another, thus allowing different tokens to migrate from one blockchain to another. Roughly $100 million vanished from the protocol in that incident.
</p>

<p>
	 
</p>

<p>
	These bridges and similar Decentralized Finance (DeFi) projects are attractive targets as they manage large quantities of funds but are often poorly designed or poorly audited for security.
</p>

<p>
	 
</p>

<p>
	The researchers believe North Korea is using Lazarus to offset some of the damages that resulted from international sanctions. Other researchers even stated that the money brought in from Lazarus’ operations is being used to fund nuclear weapons development and manufacturing.
</p>

<p>
	 
</p>

<p>
	When it comes to RustBucket, malware targeting macOS is always interesting. Threat actors usually lean more towards Windows or Linux devices. Linux is extremely potent as it powers most Internet of Things (IoT) devices, the majority of the mobile market, and even some servers.
</p>

<p>
	 
</p>

<p>
	Windows, on the other hand, is an attractive target for both its popularity and countless ways with which it can be compromised. According to Statista, in Q1 2020 more than 83% of all malware targeted Windows devices, with macOS market share falling in the “other” category that takes up a mere 1.91%.
</p>

<p>
	<br />
	<span style="font-size:22px;"><strong>What have others said about RustBucket and Lazarus?</strong></span>
</p>

<p>
	 
</p>

<p>
	In his analysis on LinkedIn, cybersecurity researcher David Sehyeon Baek says the longstanding history of macOS attacks by Lazarus suggests more advanced persistent threat (APT) groups may follow suit and focus more on Apple’s ecosystem.
</p>

<p>
	 
</p>

<p>
	“The emergence of RustBucket highlights the evolving landscape of cyber threats and the need for heightened cybersecurity measures, particularly within the macOS environment,” he says. “Users should remain cautious when downloading and executing applications from unverified sources, ensuring Gatekeeper's security settings are not bypassed without proper justification.”
</p>

<p>
	 
</p>

<p>
	While Lazarus may be leading the way in targeting macOS endpoints, not everyone agrees that the group is highly skilled or efficient. In fact, one user of the /hacking/ subreddit said Lazarus is “not really [skilled] for a state actor,” while another added “if you know about them, they are not top hackers.”
</p>

<p>
	 
</p>

<p>
	Others disagree, saying “North Korean hackers are highly skilled for a nation-state backed group. They are especially skilled at hacking crypto exchanges and stealing crypto as a way to bypass financial sanctions against them. They have stolen hundreds of millions of dollars worth of crypto.”
</p>

<p>
	 
</p>

<p>
	Skilled or not, Lazarus is often making headlines in the media. Among other things, they were found to be responsible for the attack on the Ronin bridge, ($625m in crypto stolen), the development of the DTrack backdoor, the compromising of various open-source software used by numerous enterprises and SMBs, the weaponization of Dell drivers, and the abuse of the log4j flaw to target energy companies in the US.
</p>

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

<p>
	 
</p>

<p>
	If you want to learn more about Lazarus, make sure to read how they targeted developers with fake Coinbase job vacancies, or or how Microsoft linked a smaller ransomware operation to the infamous North Korean threat actor.
</p>

<p>
	 
</p>

<p>
	Also make sure to check out what is ransomware and how it works, as well as our guide on the best antivirus programs right now.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/pro/this-sneaky-new-malware-is-targeting-macos-devices-without-them-noticing" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16718</guid><pubDate>Mon, 03 Jul 2023 14:20:28 +0000</pubDate></item><item><title>The TSA will use facial recognition in over 400 airports</title><link>https://nsaneforums.com/news/security-privacy-news/the-tsa-will-use-facial-recognition-in-over-400-airports-r16681/</link><description><![CDATA[<h3>
	The agency claims 97% effectiveness in its 25-airport pilot program so far.
</h3>

<p>
	<img alt="1252211190.jpg" class="ipsImage" data-ratio="66.72" height="427" width="640" src="https://duet-cdn.vox-cdn.com/thumbor/0x0:8192x5464/640x427/filters:focal(4096x2732:4097x2733):format(webp)/cdn.vox-cdn.com/uploads/chorus_asset/file/24765290/1252211190.jpg">
</p>

<p>
	<em>The TSA will expand its facial recognition program to over 400 airports. </em>
</p>

<p>
	<em><cite class="duet--article--dangerously-set-cms-markup inline not-italic text-gray-63 dark:text-gray-bd [&amp;&gt;a:hover]:text-gray-63 [&amp;&gt;a:hover]:shadow-underline-black dark:[&amp;&gt;a:hover]:text-gray-bd dark:[&amp;&gt;a:hover]:shadow-underline-gray [&amp;&gt;a]:shadow-underline-gray-63 dark:[&amp;&gt;a]:text-gray-bd dark:[&amp;&gt;a]:shadow-underline-gray">Image: Getty Images</cite></em>
</p>

<p>
	 
</p>

<div>
	<div>
		<p>
			The Transportation Security Administration (TSA) will expand its facial recognition program to around 430 US airports over the next several years following what it calls “extremely promising” results in its pilot program, according to <a href="https://www.fastcompany.com/90918235/tsa-facial-recognition-program-privacy?partner=rss" rel="external nofollow">Fast Company</a>. The agency reportedly said its program yielded 97% effective results across all demographics, including those with dark skin. The program is currently in use in 25 airports.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			As pointed out in Fast Company’s story, a 97% effectiveness rate across more than two million airline passengers per day means that, for over 60,000 of those people, the biometrics won’t work properly if it’s used in every airport in the country.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			At the moment, the pilot program is officially voluntary. It uses 1:1 matching — that is, it compares your face in the moment against your government-issued ID like a driver’s license or a passport. The TSA says that data is immediately overwritten when the next passenger moves up, and that at the end of the day, no images are saved.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			The TSA is also running a separate pilot at two of its airports that instead compares a traveler’s image against a government database. Only “trusted travelers” such as those enrolled in TSA PreCheck are included in this pilot.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			The Electronic Privacy Information Center (EPIC) says there are <a href="https://epic.org/dont-take-it-at-face-value-why-tsas-implementation-of-facial-recognition-is-more-dangerous-than-you-think/" rel="external nofollow">reasons to be concerned</a> about facial recognition software being used by government agencies that go beyond its efficacy among different demographic groups. EPIC says the US has no overarching laws when it comes to its use of facial recognition tech, putting travelers’ civil rights and privacy at risk.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			Eventually, the TSA would like biometric recognition to be mandatory. During a <a href="https://schedule.sxsw.com/2023/events/PP1143589" rel="external nofollow">South by Southwest (SXSW) fireside chat earlier this year</a>, TSA Administrator David Pekoske said it would eventually be required across the board, citing effectiveness and efficiency. He also said “in our own testing, we show no statistically-significant variation across demographic groups,” going on to say the TSA wants to be as transparent as it can about the program. However, the agency told Fast Company it will not release the results of its two years pilot testing publicly.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			During the SXSW talk, when Dallas Morning News reporter Kyle Arnold asked if anyone directed the TSA to initiate this program, Pekoske said it was a self-directed initiative.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			In February, a group of US Senators <a href="https://www.merkley.senate.gov/imo/media/doc/tsa_facial_recognition_technology_letter.pdf" rel="external nofollow">wrote a letter</a> to Pekoske asking for an immediate halt of facial recognition tech use in airports. The letter points to a <a href="https://nvlpubs.nist.gov/nistpubs/ir/2019/NIST.IR.8280.pdf" rel="external nofollow">2019 National Institute of Standards and Technology study</a> that found that facial recognition is up to 100 times more likely to improperly identify those of Asian and African descent.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		 
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2023/7/1/23781040/the-tsa-will-use-facial-recognition-in-over-400-airports" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16681</guid><pubDate>Sat, 01 Jul 2023 20:42:33 +0000</pubDate></item><item><title>The Week in Ransomware - June 30th 2023 - Mistaken Identity</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-june-30th-2023-mistaken-identity-r16673/</link><description><![CDATA[<p>
	A case of mistaken identity and further MOVEit Transfer data breaches continue dominated the ransomware news cycle this week.
</p>

<p>
	 
</p>

<p>
	This week, the New York City Department of Education disclosed that the <a href="https://www.bleepingcomputer.com/news/security/hackers-steal-data-of-45-000-new-york-city-students-in-moveit-breach/" target="_blank" rel="external nofollow">data of 45,000 students was exposed</a>, and <a href="https://www.bleepingcomputer.com/news/security/siemens-energy-confirms-data-breach-after-moveit-data-theft-attack/" target="_blank" rel="external nofollow">Siemens Energy</a> confirmed a breach too.
</p>

<p>
	 
</p>

<p>
	In other news, an affiliate group of the LockBit ransomware operation claimed to have targeted Taiwan Semiconductor Manufacturing Company (TSMC), one of the largest semiconductor manufacturers in the world.
</p>

<p>
	 
</p>

<p>
	However, after threatening to leak data, credentials, and flaws in their network if a <a data-sk="tooltip_parent" data-stringify-link="https://www.bleepingcomputer.com/news/security/tsmc-denies-lockbit-hack-as-ransomware-gang-demands-70-million/" delay="150" href="https://www.bleepingcomputer.com/news/security/tsmc-denies-lockbit-hack-as-ransomware-gang-demands-70-million/" rel="external nofollow" target="_blank">$70 million ransom demand</a> was not paid, TSMC denied the hacking claims and said the ransomware gang breached a third-party vendor.
</p>

<p>
	 
</p>

<p>
	A new report by VMware's Carbon Black team <a href="https://www.bleepingcomputer.com/news/security/8base-ransomware-gang-escalates-double-extortion-attacks-in-june/" target="_blank" rel="external nofollow">sheds light on the 8Base ransomware operation</a>, illustrating how they use the Phobos ransomware in attacks.
</p>

<p>
	 
</p>

<p>
	Finally, we had some bad and good news about the Akira ransomware operation.
</p>

<p>
	 
</p>

<p>
	The bad news is that they have created a <a href="https://www.bleepingcomputer.com/news/security/linux-version-of-akira-ransomware-targets-vmware-esxi-servers/" target="_blank" rel="external nofollow">Linux encryptor to target VMware ESXi servers</a>. The good news is that <a href="https://www.bleepingcomputer.com/news/security/free-akira-ransomware-decryptor-helps-recover-your-files/" target="_blank" rel="external nofollow">Avast published a decryptor</a> allowing victims to recover files encrypted by the ransomware operation.
</p>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/struppigel" rel="external nofollow" target="_blank">@struppigel</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/rivitna2" rel="external nofollow" role="link" tabindex="-1" target="_blank">@rivitna2</a>, <a href="https://twitter.com/Avast" rel="external nofollow" target="_blank">@Avast</a>, <a href="https://twitter.com/aucyble" rel="external nofollow" target="_blank">@AuCyble</a>, <a href="https://twitter.com/VMware" rel="external nofollow" target="_blank">@VMware</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" tabindex="-1" target="_blank">@pcrisk</a>, <a href="https://twitter.com/BushidoToken" rel="external nofollow" role="link" tabindex="-1" target="_blank">@BushidoToken</a>, and <a href="https://twitter.com/BrettCallow" rel="external nofollow" target="_blank">@BrettCallow</a>.
</p>

<h2>
	June 26th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/hackers-steal-data-of-45-000-new-york-city-students-in-moveit-breach/" target="_blank" rel="external nofollow">Hackers steal data of 45,000 New York City students in MOVEit breach</a>
</h3>

<p>
	The New York City Department of Education (NYC DOE) says hackers stole documents containing the sensitive personal information of up to 45,000 students from its MOVEit Transfer server.
</p>

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

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" role="link">PCrisk</a> found new STOP ransomware variants that append the .thgz, .tgpo, and .tgvv extensions.
</p>

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

<p>
	PCrisk found a new ransomware that appends the .TUGA extension and drops a ransom note named README.txt.
</p>

<h2>
	June 27th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/siemens-energy-confirms-data-breach-after-moveit-data-theft-attack/" target="_blank" rel="external nofollow">Siemens Energy confirms data breach after MOVEit data-theft attack</a>
</h3>

<p>
	Siemens Energy has confirmed that data was stolen during the recent Clop ransomware data-theft attacks using a zero-day vulnerability in the MOVEit Transfer platform.
</p>

<h3>
	<a href="https://twitter.com/pcrisk/status/1673556374649700352" rel="external nofollow" target="_blank">New Anti-US ransomware</a>
</h3>

<p>
	PCrisk found a new ransomware that appends the .anti-us extension and drops a ransom note named read-it.
</p>

<h2>
	June 28th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/linux-version-of-akira-ransomware-targets-vmware-esxi-servers/" target="_blank" rel="external nofollow">Linux version of Akira ransomware targets VMware ESXi servers</a>
</h3>

<p>
	The Akira ransomware operation uses a Linux encryptor to encrypt VMware ESXi virtual machines in double-extortion attacks against companies worldwide
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/8base-ransomware-gang-escalates-double-extortion-attacks-in-june/" target="_blank" rel="external nofollow">8Base ransomware gang escalates double extortion attacks in June</a>
</h3>

<p>
	A 8Base ransomware gang is targeting organizations worldwide in double-extortion attacks, with a steady stream of new victims since the beginning of June.
</p>

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

<p>
	PCrisk found a new ransomware that appends the .havoc extension and drops a ransom note named resq_Recovery.txt.
</p>

<h2>
	June 29th 2023
</h2>

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

<p>
	PCrisk found a new ransomware that appends the .resq100 extension and drops a ransom note named FILES ENCRYPTED.txt.
</p>

<h2>
	June 30th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/tsmc-denies-lockbit-hack-as-ransomware-gang-demands-70-million/" target="_blank" rel="external nofollow">TSMC denies LockBit hack as ransomware gang demands $70 million</a>
</h3>

<p>
	Chipmaking giant TSMC (Taiwan Semiconductor Manufacturing Company) denied being hacked after the LockBit ransomware gang demanded $70 million not to release stolen data.
</p>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/free-akira-ransomware-decryptor-helps-recover-your-files/" target="_blank" rel="external nofollow">Free Akira ransomware decryptor helps recover your files</a>
</h3>

<p>
	Cybersecurity firm Avast has released a free decryptor for the Akira ransomware that can help victims recover their data without paying the crooks any money.
</p>

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

<p>
	PCrisk found new STOP ransomware variants that append the .aghz, .agpo, and .agvv extensions.
</p>

<h3>
	<a href="https://twitter.com/bushidotoken/status/1674693662595325952" rel="external nofollow" target="_blank">Top 5 Highest ransom demands</a>
</h3>

<p>
	Will Thomas (aka <a href="https://twitter.com/BushidoToken" rel="external nofollow" target="_blank">BushidoToken</a>) gave a rundown on the 5 highest ransom demands.
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-june-30th-2023-mistaken-identity/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16673</guid><pubDate>Sat, 01 Jul 2023 09:06:47 +0000</pubDate></item><item><title>How to bypass Twitter's login prompt and access content without account</title><link>https://nsaneforums.com/news/security-privacy-news/how-to-bypass-twitters-login-prompt-and-access-content-without-account-r16662/</link><description><![CDATA[<p>
	Internet users who want to access content on Twitter without account may have noticed that Twitter is now redirecting some attempts to do so to its login page.
</p>

<p>
	 
</p>

<p>
	Twitter content is often linked in other publications. Users who follow these links may notice that they can't read the content anymore without a Twitter account.
</p>

<p>
	 
</p>

<p>
	It is unclear if Twitter is limiting access regionally or rolling out the change currently to all anonymous users. The access issue seems to affect topics and not individual threads at the time, at least on our test systems and confirmed by our colleagues over at <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://www.deskmodder.de/blog/2023/06/30/twitter-macht-die-schotten-dicht-fuer-diejenigen-ohne-account/#comments" data-wpel-link="external" href="https://www.deskmodder.de/blog/2023/06/30/twitter-macht-die-schotten-dicht-fuer-diejenigen-ohne-account/#comments" mrfobservableid="01126c8e-89ea-449e-9afd-030c65ce8db1" rel="external nofollow" target="_blank">Deskmodder</a>.
</p>

<p>
	 
</p>

<p>
	Twitter redirects users to <a href="https://twitter.com/i/flow/login" ipsnoembed="false" rel="external nofollow">https://twitter.com/i/flow/login</a> and displays the login overlay on the screen. Users may sign-in to Twitter or sign-up for an account using it.
</p>

<p>
	 
</p>

<p>
	Twitter is not the only online service that is preventing access to anonymous users. Notable other services include Pinterest, Reddit or Quora.
</p>

<div id="td-incontent-1554555209111">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<h2>
	How to read Twitter tweets and topics without account
</h2>

<p>
	<img alt="nitter.png" class="ipsImage" data-ratio="75.10" height="421" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/06/nitter.png">
</p>
<noscript><img class="alignnone size-full wp-image-198165" alt="nitter" width="1351" height="791" src="https://www.ghacks.net/wp-content/uploads/2023/06/nitter.png"></noscript>

<p>
	 
</p>

<p>
	Accessing Twitter directly without account results in a fairly limited experience. Some users may help themselves by creating an account using a throwaway email address or email alias, but there is a better way for quick access to Twitter content: using Nitter.
</p>

<p>
	 
</p>

<p>
	Nitter is a free and open source frontend for Twitter that returns Twitter content without advertisement or tracking. Best of all, all it takes is to replace the twitter domain name in the address with a working Nitter address.
</p>

<p>
	 
</p>

<p>
	Take this tweet from Ghacks's official Twitter page as an example: <a href="https://twitter.com/ghacks/status/1674676447384838148" ipsnoembed="false" rel="external nofollow">https://twitter.com/ghacks/status/1674676447384838148</a>
</p>

<p>
	 
</p>

<p>
	To display it using Nitter, simply replace twitter.com with nitter.it to get <a href="https://nitter.it/ghacks/status/1674676447384838148" ipsnoembed="false" rel="external nofollow">https://nitter.it/ghacks/status/1674676447384838148</a>
</p>

<p>
	 
</p>

<div id="td-incontent-1255221898576">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	The page opens and you can read the tweet just fine, all without account, ads or tracking. You can check the <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://github.com/xnaas/nitter-instances#readme" data-wpel-link="external" href="https://github.com/xnaas/nitter-instances#readme" mrfobservableid="6216affb-8c81-4275-8fcc-1b212f2f0525" rel="external nofollow" target="_blank">official list of Nitter instances</a> here and select the instance that you want to use. Instances may go down at times, but there are plenty to choose from. Nitter works with individual tweets but also topics and searches.
</p>

<p>
	 
</p>

<p>
	<a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://www.ghacks.net/2022/03/16/libredirect-loads-privacy-friendly-sites-automatically-when-you-load-youtube-search-tiktok-and-other-sites/" data-wpel-link="internal" href="https://www.ghacks.net/2022/03/16/libredirect-loads-privacy-friendly-sites-automatically-when-you-load-youtube-search-tiktok-and-other-sites/" mrfobservableid="c59189f7-42ed-42b4-bf25-0bce838d9327" rel="external nofollow">The browser extension LibRedirect</a> automates the process for Twitter and a number of other sites.
</p>

<h3>
	Closing Words
</h3>

<p>
	More and more Internet services are limiting anonymous access to their content; this serves a number of purposes, including improved user tracking and the ability to upsell services, such as Twitter Blue, to users. Twitter, Reddit and co may do whatever they please with their sites, but users may also react to these developments: from bowing down to the pressure and signing up for an account over finding ways to bypass the restrictions to ignoring the site from that moment on.
</p>

<p>
	 
</p>

<p>
	<strong>Now You</strong>: do you use Twitter without an account?
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/06/30/how-to-bypass-twitters-login-prompt-and-access-content-without-account/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16662</guid><pubDate>Fri, 30 Jun 2023 19:14:00 +0000</pubDate></item><item><title>Mission Linux: How the open source software is now a lucrative target for hackers</title><link>https://nsaneforums.com/news/security-privacy-news/mission-linux-how-the-open-source-software-is-now-a-lucrative-target-for-hackers-r16653/</link><description><![CDATA[<p>
	<span style="font-size:22px;">With the growth of Linux in cloud environments, critical infrastructure, and even mobile platforms, hackers are increasingly targeting the open source system for higher returns. </span>
</p>

<p>
	 
</p>

<p>
	Growing at close to 20% year-over-year, the Linux operating system market is expected to touch $22.15 billion in 2029 from a mere $6.27 billion in 2022, according to Fortune Business Insights. However, with growth, comes opportunities, and sometimes these are opportunities for threat actors.
</p>

<p>
	 
</p>

<p>
	Linux has gained significant popularity and broader adoption in various domains, including servers, cloud infrastructure, Internet of Things (IoT) devices, and mobile platforms.
</p>

<p>
	 
</p>

<p>
	The increased adoption of DevOps and modern applications is making Linux the platform of choice for servers and hence developers are increasingly developing it.
</p>

<p>
	 
</p>

<p>
	"Linux powers critical infrastructure, servers, and cloud environments, making it an appealing target for attackers aiming to compromise sensitive data, disrupt services, or launch broader attacks," said Royce Lu, distinguished engineer at Palo Alto Networks.
</p>

<p>
	 
</p>

<p>
	In 2022, Palo Alto Networks observed Linux malware samples increase by 18.3% compared to 2021. Keeping with the trend of increasing attacks from December 2022 to May 2023, the maximum daily number of encounters with malicious ELF files (targeting Linux-based OSes) increased by almost 50%, according to Stefano Ortolani, threat research lead at VMware.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>Weak security practices are making Linux systems vulnerable</strong></span>
</p>

<p>
	 
</p>

<p>
	Improperly configured Linux systems or weak security practices, such as default or weak passwords, unpatched software, and unsecured network configurations can make them vulnerable to attacks.
</p>

<p>
	 
</p>

<p>
	However, as more critical systems are now running on Linux, it would also allow attackers to demand bigger ransom and hence a ransomware attack could potentially become more disruptive to customers.
</p>

<p>
	 
</p>

<p>
	"In addition to servers, millions of Internet of Things (IoT) devices run on Linux, effectively expanding the attack surface of organizations across all verticals, especially in critical infrastructure," Dean Houari, director of security technology and strategy at Akamai, APJ, said.
</p>

<p>
	 
</p>

<p>
	Ransomware groups such as Agenda, BlackCat, Hive, and RansomExx have also developed versions of their ransomware in the programing language Rust. Using Rust allows the groups to customize malware for Linux.
</p>

<p>
	 
</p>

<p>
	In March, APT, Iron Tiger updated its malware to target the Linux platform. In April, Chinese hackers, Alloy Taurus, launched a Linux variant of PingPull malware. In May, a new variant of the IceFire ransomware started targeting Linux enterprise systems.
</p>

<p>
	 
</p>

<p>
	Another reason that could be attributed to the increase in attacks is the vulnerabilities in applications running on Linux. "We saw the Log4j attack because of a vulnerability in the Apache server. Apache runs on Linux as well and thus such vulnerabilities can also mean increased attacks," said Sharda Tickoo, technical director for India &amp; SAARC at Trend Micro.
</p>

<p>
	 
</p>

<p>
	While ransomware targeting Linux-based systems has been on the rise, a huge share of encounters is still variants of Mirai repurposed to mine Bitcoins or Monero, Ortolani said.
</p>

<p>
	 
</p>

<p>
	"As long as cryptocurrencies are easily fungible, we can expect more and more cybercriminals to take advantage of insufficiently protected systems," Ortolani said.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>Timely vulnerability patches required</strong></span>
</p>

<p>
	 
</p>

<p>
	While Linux systems were generally considered secure, analysts say the need of the hour is to focus on timely vulnerability patches.
</p>

<p>
	 
</p>

<p>
	"The strategy used to infect Linux systems is different from Windows as Linux is more susceptible to vulnerabilities", Houari said. "The high number of Linux vulnerabilities and dependency on open source code is a challenge for security teams to ensure that they are patched in a timely manner which could allow attackers to gain access to these systems effectively bypassing the perimeter security and obtaining privileged access for further reconnaissance and attacks."
</p>

<p>
	 
</p>

<p>
	Organizations must adopt a zero trust strategy to embed security into the infrastructure so that it is possible to systematically address the threat vectors at all levels thereby reducing the overall attack surface, according to Ortolani. Organizations need to have strong authentication and access controls, monitor and log activities, utilize security-hardening techniques, and educate users about best practices for using Linux systems securely.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.csoonline.com/article/644240/mission-linux-how-the-open-source-software-is-now-a-lucrative-target-for-hackers.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16653</guid><pubDate>Fri, 30 Jun 2023 15:31:51 +0000</pubDate></item><item><title>Microsoft and OpenAI sued for $3 Billion for breach of privacy with ChatGPT</title><link>https://nsaneforums.com/news/security-privacy-news/microsoft-and-openai-sued-for-3-billion-for-breach-of-privacy-with-chatgpt-r16619/</link><description><![CDATA[<p>
	Microsoft and OpenAI have been sued by sixteen individuals who claim that the companies used personal data without permission to train their Artificial Intelligence (AI) models.
</p>

<p>
	 
</p>

<p>
	The <a href="https://storage.courtlistener.com/recap/gov.uscourts.cand.414754/gov.uscourts.cand.414754.1.0.pdf" rel="external nofollow">157 page lawsuit</a> (via <a href="https://www.theregister.com/2023/06/28/microsoft_openai_sued_privacy/" rel="external nofollow">The Register</a>) was filed by the individuals through the Clarkson Law Firm in federal court in San Francisco, California on 28th June. The lawsuit alleges that Microsoft and OpenAI used data to train ChatGPT without consent, adequate notice, or payment for the said data.
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>Despite established protocols for the purchase and use of personal information, Defendants took a different approach: theft. They systematically scraped 300 billion words from the internet, 'books, articles, websites and posts – including personal information obtained without consent.' OpenAI did so in secret, and without registering as a data broker as it was required to do under applicable law.</em>
</p>

<p>
	 
</p>

<p>
	The lawsuit further talks about privacy of individuals as it notes that the data used by OpenAI contained information about people's beliefs, reading habits, hobbies, transaction and location data, chat logs, and more.
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>While the reams of personal information that Defendants collect on Users can be used to provide personalized and targeted responses, it can also be used for exceedingly nefarious purposes, such as tracking, surveillance, and crime. For example, if ChatGPT has access to a User’s browsing history, search queries, and geolocation, and combines this information with what Defendant OpenAI has secretly scraped from the internet, Defendants could build a detailed profile of Users’ behavior patterns, including but not limited to where they go, what they do, with whom they interact, and what their interests and habits are. This level of surveillance and monitoring raises vital ethical and legal questions about privacy, consent, and the use of personal data. It is crucial for users to be aware of how their data is being collected and used, and to have control over how their information is shared and used by advertisers and other entities.</em>
</p>

<p>
	 
</p>

<p>
	Not only that, but the lawsuit also targeted OpenAI's approach towards hiding Personal Identifiable Information (PII). Earlier this year, <a href="https://www.theregister.com/2021/03/18/openai_gpt3_data/" rel="external nofollow">The Register published a report</a> shedding light on OpenAI's plan to prevent the PII leak while using ChatGPT. According to the report, OpenAI had just put in a content filter that would block the AI from spitting private information like phone numbers and credit card information.
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>With respect to personally identifiable information, Defendants fail sufficiently to filter it out of the training models, putting millions at risk of having that information disclosed on prompt or otherwise to strangers around the world.</em>
</p>

<p>
	 
</p>

<p>
	Lastly, the lawsuit also alleges that Microsoft and OpenAI violated the Electronic Privacy Communications Act by obtaining and using confidential information illegally. In addition, the plaintiffs also alleged that Microsoft had violated the Computer Fraud and Abuse Act by intercepting communication between third party services/ChatGPT integrations.
</p>

<p>
	 
</p>

<p>
	The lawsuit in general is full of citations from researchers, academics, journalists and others who have raised alarms in the past regarding the use of neural networks and AI. However, the filing is light on how the use of information and the instances of harm it has caused is worth $3 Billion in damages.
</p>

<p>
	 
</p>

<p>
	This is not the first time Microsoft has come under fire for misusing data or using it without the proper consent. Last month, <a href="https://www.neowin.net/news/twitter-has-sent-a-letter-to-microsoft-claiming-it-used-data-without-paying-for-it/" rel="external nofollow">Twitter sent a notice to Microsoft alleging that company had used Twitter's data without consent</a>. OpenAI, on the other hand, had its own fair share of problems. In March, <a href="https://www.neowin.net/news/some-chatgpt-plus-users-may-have-had-partial-payment-info-leaked-this-week/" rel="external nofollow">the company reported a breach</a> that leaked partial payment information of ChatGPT users. Earlier this month, <a href="https://www.neowin.net/news/over-100000-chatgpt-accounts-data-breached-by-info-stealers-and-sold-on-dark-web/" rel="external nofollow">account data of over 100,000 ChatGPT users was leaked and sold on the dark web</a>.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-and-openai-sued-for-3-billion-for-breach-of-privacy-with-chatgpt/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16619</guid><pubDate>Thu, 29 Jun 2023 09:29:34 +0000</pubDate></item><item><title>YouTube intensifies crackdown on adblockers with this new restriction</title><link>https://nsaneforums.com/news/security-privacy-news/youtube-intensifies-crackdown-on-adblockers-with-this-new-restriction-r16618/</link><description><![CDATA[<p>
	After having tested blocking users with content blockers outright on YouTube, Google is now, reportedly, running a new experiment that allows users to watch three videos before they are locked out of the site.
</p>

<p>
	 
</p>

<p>
	The report comes from Reddit user <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://www.reddit.com/r/youtube/comments/14kmd07/youtube_cracking_down_on_if_youre_not_paying_them/" data-wpel-link="external" href="https://www.reddit.com/r/youtube/comments/14kmd07/youtube_cracking_down_on_if_youre_not_paying_them/" mrfobservableid="19d5b938-7c02-492d-8e4b-00328fe0a6e0" rel="external nofollow" target="_blank">Reddit_n_Me</a> who published a screenshot of the new experiment on the site. It needs to be noted that there has not been official confirmation from Google or YouTube, or other users who have received the message. It looks plausible though that Google is testing different thumbscrew approaches and it may use different counts of allowed videos before blocking the user.
</p>

<p>
	 
</p>

<p>
	The screenshot informs the user that the "video player will be blocked after 3 videos". Google explains that video playback will be blocked unless the user allows ads on YouTube in the adblocker or disables the adblocker outright.
</p>

<p>
	 
</p>

<p>
	Google furthermore states that the ads help keep YouTube free and that users who dislike ads can subscribe to YouTube Premium for an ad-free experience.
</p>

<p>
	 
</p>

<p>
	The two options offered are to allow YouTube ads or to try YouTube Premium.
</p>

<p>
	 
</p>

<div id="td-incontent-1007272249850">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Google's last experiment on YouTube was stricter. <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://www.ghacks.net/2023/05/12/how-to-bypass-youtubes-anti-ad-blocker-prompt/" data-wpel-link="internal" href="https://www.ghacks.net/2023/05/12/how-to-bypass-youtubes-anti-ad-blocker-prompt/" mrfobservableid="29101e38-4f41-4fca-9fa1-24836e7865c3" rel="external nofollow">It prevented access to videos right away if its algorithm detected a content blocker</a>. It seems that Google is experimenting with different approaches to find the most rewarding solution from a business perspective.
</p>

<p>
	 
</p>

<p>
	Google announced earlier this month that it had plans to introduce <a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://www.ghacks.net/2023/05/18/bad-news-for-youtube-tv-unskippable-ads-are-coming/" data-wpel-link="internal" href="https://www.ghacks.net/2023/05/18/bad-news-for-youtube-tv-unskippable-ads-are-coming/" mrfobservableid="25ca2e9f-25ef-4e16-bccc-46f64879499d" rel="external nofollow">unskippable ads in YouTube TV</a>. These ads play for 30 seconds before videos on YouTube TV and ads will also play when users pause a video. In 2022, Google ran an experiment to show up to <a cmp-ltrk="Links" cmp-ltrk-idx="6" data-mrf-link="https://www.ghacks.net/2022/09/16/youtube-is-testing-up-to-10-unskippable-ads-before-videos/" data-wpel-link="internal" href="https://www.ghacks.net/2022/09/16/youtube-is-testing-up-to-10-unskippable-ads-before-videos/" mrfobservableid="d73c8755-36fb-47a8-ac41-4e9cf8c6c34b" rel="external nofollow">10 unskippable ads before videos on YouTube</a>.
</p>

<h2>
	What you can do about the adblocker blocking on YouTube
</h2>

<p>
	Google is giving YouTube users with content blockers two options: disable the adblocker on the site or subscribe to YouTube Premium.
</p>

<p>
	 
</p>

<p>
	There are other options, however. Besides leaving the site and never looking back, users may also wait until content blockers manage to overcome the anti-adblocker scripts on YouTube. This could turn into a cat and mouse game, with YouTube adjusting its algorithms regularly or modifying code to identify and block users with adblockers, and content blockers finding new ways around these restrictions.
</p>

<p>
	 
</p>

<p>
	Another option that YouTube users have is to use <a cmp-ltrk="Links" cmp-ltrk-idx="7" data-mrf-link="https://invidious.io/" data-wpel-link="external" href="https://invidious.io/" mrfobservableid="fed8de49-4983-4c2e-9c49-148bb469734c" rel="external nofollow" target="_blank">Invidious</a> instances to watch videos. This third-party open source solution may be used to watch videos on YouTube without advertisement or YouTube account. <a cmp-ltrk="Links" cmp-ltrk-idx="8" data-mrf-link="https://www.ghacks.net/2023/06/10/google-is-threating-privacy-friendly-youtube-frontend-invidious/" data-wpel-link="internal" href="https://www.ghacks.net/2023/06/10/google-is-threating-privacy-friendly-youtube-frontend-invidious/" mrfobservableid="9dc11b49-9db2-46f0-8c5a-b6e75d01d595" rel="external nofollow">Google has threatened the project recently with legal actions</a>.
</p>

<p>
	 
</p>

<div id="td-incontent-571869356093">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Using Invidious is straightforward. Head <a cmp-ltrk="Links" cmp-ltrk-idx="9" data-mrf-link="https://docs.invidious.io/instances/" data-wpel-link="external" href="https://docs.invidious.io/instances/" mrfobservableid="b33ce0c1-7c0e-4b5f-a146-f75b35af0315" rel="external nofollow" target="_blank">over</a> to the main site to check out the list of instances that are available. Select one to from the listing. Experienced users may set up their own instances as well.
</p>

<p>
	 
</p>

<p>
	The interface looks a bit different, but search is available to find videos of interest. YouTube users may import their subscriptions to Invidious by <a cmp-ltrk="Links" cmp-ltrk-idx="10" data-mrf-link="https://www.youtube.com/subscription_manager" data-wpel-link="external" href="https://www.youtube.com/subscription_manager" mrfobservableid="3d09afc8-0150-4314-8de6-528ee3266a14" rel="external nofollow" target="_blank">exporting them on YouTube</a> and importing them to Invidious.
</p>

<p>
	 
</p>

<p>
	There are also third-party mobile apps, as <a cmp-ltrk="Links" cmp-ltrk-idx="11" data-mrf-link="https://www.ghacks.net/2023/05/13/how-to-block-ads-on-youtube-app-iphone-android/" data-wpel-link="internal" href="https://www.ghacks.net/2023/05/13/how-to-block-ads-on-youtube-app-iphone-android/" mrfobservableid="0a86e6f1-9b65-4a0a-aca0-44d8a3b68137" rel="external nofollow">YouTube ads may also be blocked on mobiles</a>. There is <a cmp-ltrk="Links" cmp-ltrk-idx="12" data-mrf-link="https://www.ghacks.net/2022/01/01/newpipe-the-better-youtube-client-for-android/" data-wpel-link="internal" href="https://www.ghacks.net/2022/01/01/newpipe-the-better-youtube-client-for-android/" mrfobservableid="b4c86288-239a-4f22-82e1-a25be84602e9" rel="external nofollow">NewPipe</a>, but also other <a cmp-ltrk="Links" cmp-ltrk-idx="13" data-mrf-link="https://www.ghacks.net/2022/03/14/youtube-vanced-alternatives-for-android/" data-wpel-link="internal" href="https://www.ghacks.net/2022/03/14/youtube-vanced-alternatives-for-android/" mrfobservableid="4a0ff5c3-3c5d-40f0-b5fa-93ab8d17593a" rel="external nofollow">YouTube third-party apps</a> available that promise an ad-free experience on the site.
</p>

<h3>
	Closing Words
</h3>

<p>
	YouTube, like any other site on the Internet that is financed through advertisement, is feeling the impact of content blocking. More and more users are installing adblockers on their devices or use the included functionality of their browsers.
</p>

<p>
	 
</p>

<div id="td-incontent-1223078076061">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	They have lots of reasons for that, from not wanting to be tracked across the entire Internet to not wanting to see annoying ads on sites. Ads are also used regularly to push malware on user devices.
</p>

<p>
	 
</p>

<p>
	On YouTube, ads can be very annoying, especially if they play in the middle of videos, even short ones.
</p>

<p>
	 
</p>

<p>
	In any event, Google is trying to find a suitable method to reduce the number of content blocker users on YouTube. Whether it is going to launch an anti-adblocker on YouTube remains to be seen, but there is a chance for this happening in the near future.
</p>

<p>
	 
</p>

<p>
	Now You: do you watch YouTube videos?
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/06/29/youtube-intensifies-crackdown-on-adblockers-with-this-new-restriction/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16618</guid><pubDate>Thu, 29 Jun 2023 09:27:52 +0000</pubDate></item><item><title>How Your New Car Tracks You</title><link>https://nsaneforums.com/news/security-privacy-news/how-your-new-car-tracks-you-r16602/</link><description><![CDATA[<p>
	<span style="font-size:14px;"><strong>Vehicles from Toyota, Honda, Ford, and more can collect huge volumes of data. Here’s what the companies can access.</strong></span>
</p>

<p>
	 
</p>

<div>
	<div>
		<div>
			<div>
				<p>
					<span style="font-size:14px;">YOUR CAR KNOWS a lot about you. Over the past decade, vehicles have become increasingly connected and their ability to record data about us has shot up. Cars can track where you’re traveling to and from, record every press on the accelerator as well as your seatbelt settings, and gather biometric information about you. Some of this data is sold by the murky data-broker industry.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">In May, US-based automotive firm Privacy4Cars released a new tool, dubbed the <a href="https://vehicleprivacyreport.com/" rel="external nofollow">Vehicle Privacy Report</a>, that reveals how much information on your car can be hoovered up. Much like Apple and Google’s <a href="https://www.wired.com/story/apple-app-privacy-labels/" rel="external nofollow">privacy labels for apps</a>—which show how Facebook might use your camera, or how Uber might use your location data—the tool indicates what vehicle manufacturers can know.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Using industry sales data, WIRED ran 10 of the most popular cars in the US through the privacy tool to see just how much information they can collect. Spoiler: It’s a lot. The analysis follows previous reporting on the <a href="https://themarkup.org/the-breakdown/2022/07/27/who-is-collecting-data-from-your-car" rel="external nofollow">amount of data modern cars</a> <a href="https://www.southwales.ac.uk/news/news-for-2023/six-parts-of-your-car-that-gather-data-on-you/?utm_source=Twitter&amp;utm_medium=social&amp;utm_campaign=Orlo" rel="external nofollow">can collect and share</a>—with estimates saying cars can <a href="https://www.washingtonpost.com/technology/2019/12/17/what-does-your-car-know-about-you-we-hacked-chevy-find-out/" rel="external nofollow">produce 25 gigabytes of data per hour</a>.</span>
				</p>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">Andrea Amico, the founder of Privacy4Cars, says people understand very little about what data their cars can collect as there is little education and “the level of detail and transparency varies” across manufacturers. His tool ranks most modern vehicles as “smartphones on wheels,” as they’re able to collect heaps of data and wirelessly send that information to manufacturers.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">The Vehicle Privacy Report creates privacy labels under two broad categories: what a manufacturer collects (including identifiers, biometrics, location, data from synced phones, and user profiles) and whom a manufacturer sells or shares data with (affiliates, service providers, insurance firms, government, and data brokers). For the vast majority of cars and trucks released in the past few years, it’s likely that most types of data are collected.</span>
				</p>

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

				<p>
					<span style="font-size:14px;">The tool works by using your car’s Vehicle Identification Number, or VIN, and also analyzes each manufacturer’s public policy documents. We gathered publicly available VINs for a selection of vehicles produced in 2022—from Toyota, Honda, Ford, Chevrolet, Ram, and Jeep—and ran them through the tool, also comparing the results with the original documents. The results only apply to the US, as different laws apply in other countries.</span>
				</p>
			</div>
		</div>
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		<div>
			<div>
				<p>
					<span style="font-size:14px;">The documents can include privacy statements, terms of service, and connected vehicle policies. Recent models from a manufacturer often gather the same data as other cars in the manufacturer's lineup, as they are governed by the same policies. Generally, all manufacturers will provide data to the government or law enforcement when it has a legal request to do so.</span>
				</p>

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

				<p>
					<span style="font-size:14px;">These lengthy documents are often technical legal files, which can be difficult to understand, but also can contain nuances. They also explain why data is collected; some may be gathered for research or product development, while other information could be used for personalizing marketing. For instance, you need to provide your location data for mapping and satellite navigation services to work. And not all data a privacy policy says is collected may be gathered by default—certain settings may need to be turned on by the driver, for instance—and in some cases, it is possible to opt out of information being collected.</span>
				</p>

				<p>
					 
				</p>

				<div>
					<strong><span style="font-size:14px;">Toyota (Tacoma, Camry, RAV4, Highlander)</span></strong>
				</div>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">Four Toyota models were in our pick of the most popular US vehicles in recent years: the Toyota Tacoma, Toyota Camry, Toyota RAV4, and Toyota Highlander. As with all of the vehicles in this article, the privacy documentation analyzed by the Vehicle Privacy Tool is the same for each 2022 model—some older cars may collect less data.</span>
				</p>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">Broadly, all manufacturers are likely to collect personal information that can be classed as an identifier. These include your name, address, driving license number, phone number, email, and other information. Toyota is no different. The Privacy4Cars tool analyzed four publicly available documents from Toyota, which total around 31,000 words. One key document is the company’s <a href="https://www.toyota.com/privacyvts/" rel="external nofollow">connected services privacy notice</a>, which details what information your car may collect.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">As well as information about who you are, Toyota can also collect your “<a href="https://www.toyota.com/support/privacy-notice/" rel="external nofollow">driving behavior</a>.” This includes information such as your “acceleration and speed, steering, and braking functionality, and travel direction.” It may also gather your in-vehicle preferences, favorite locations saved on its systems, and <a href="https://www.toyota.com/privacyvts/" rel="external nofollow">images gathered by external cameras or sensors</a>.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Some models of Toyota can also scan your face for face recognition when you enter one of its vehicles. Corey Proffitt, a senior manager for connected communications at Toyota, says this can verify a driver’s identity and the profile that is stored on a vehicle. “This data is not readable by humans, and any facial features are only stored on the vehicle and not transmitted to Toyota,” Proffitt says.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">The Vehicle Privacy Tool says Toyota’s documents are “silent” on whether the company collects data from people’s phones that are synced with its vehicles. Proffitt says it doesn’t collect this data, except for “using an identifier for the sole purpose of connecting a user’s profile on the Toyota/Lexus app with a vehicle” if a profile has been set up. “Any synchronization of contact info and call history for Bluetooth purposes remains on the vehicle and is not sent to Toyota,” Proffitt says.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">They say people can “turn off all data transmission on their vehicle.” To do this, you can decline consent for connected services on its <a href="https://privacy.toyota.com/" rel="external nofollow">privacy hub</a> or contact Toyota customer service.</span>
				</p>

				<p>
					 
				</p>

				<div>
					<strong><span style="font-size:14px;">Honda (CR-V and Civic)</span></strong>
				</div>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">As with other manufacturers, Honda collects personally identifying information, such as contact information, Social Security numbers, driving license details, and your location. This all broadly falls into a category that Honda calls “covered information”—essentially information that’s gathered about you.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Chris Martin, regulatory, legal, and new technology communications manager at Honda, says it is difficult to distill how data is collected and used by Honda into a few sentences because of various different laws that apply and different reasons why some data may be collected. Martin points to <a href="https://www.honda.com/privacy/connected-product-privacy-notice" rel="external nofollow">Honda’s Vehicle Data Privacy Practices document</a> for the full picture and descriptions of how data is being used.</span>
				</p>
			</div>
		</div>
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		<div>
			<div>
				<p>
					<span style="font-size:14px;">Using the Privacy4Cars tool, we looked at Honda CR-V and Civic models. Honda can <a href="https://www.honda.com/privacy/connected-product-privacy-notice" rel="external nofollow">collect information about your vehicle</a> (such as fuel levels, tire pressure, and battery charge status); trip log information (such as when you start and end a journey); and airbag system status. There is also information about how you use the connected elements of your vehicle—such as search content, call history information, and voice commands (which could include audio recording). Driver behavior information can include pedal position, engine speed, and steering angle, among other things.</span>
				</p>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">There’s also “on-board data,” which is information that is generated by your car but <a href="https://www.honda.com/privacy/connected-product-privacy-notice" rel="external nofollow">“generally” not sent to Honda</a>. This is information that’s stored in your car and could be accessed by someone plugging in external data extraction tools, such as a technician. Honda’s documentation says this could include information about how your car is used, driver behavior information, or contacts and messages sent using the systems.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Privacy4Cars results say it is unclear how Honda uses biometric data, which is <a href="https://www.wired.com/2016/03/biometrics-coming-along-serious-security-concerns/" rel="external nofollow">information about your body</a>. Honda’s Martin says no Acura or Honda models in the US have systems that transfer biometrics to the company. The airbag system within the car may collect weight and body position information, Martin says, but this is stored on the onboard computer and is only accessible by a physical connection, with state and federal laws outlining who can access it.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;"><a href="https://www.honda.com/privacy/connected-product-privacy-notice" rel="external nofollow">Honda’s connected product privacy notice</a> says it is possible to opt out of many forms of data collection, pointing to its apps and owners manuals.</span>
				</p>

				<p>
					 
				</p>

				<div>
					<strong><span style="font-size:14px;">Ford (F150)</span></strong>
				</div>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">Only one Ford model, the F150 truck, appears in <a href="https://www.cnbc.com/2023/01/07/americas-top-10-bestselling-cars-of-2022-tesla-makes-the-cut.html" rel="external nofollow">recent lists</a> <a href="https://www.edmunds.com/most-popular-cars/" rel="external nofollow">of best-sellers</a>, but it's often the most popular across all categories. Like most manufacturers, Ford collects information about who owns the vehicle, including names, location details, and driving license data. Privacy4Cars analyzed four Ford documents, which run to around 50,000 words, when looking at the data the company can collect.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Alan Hall, director of technology communications at Ford, says its <a href="https://www.ford.com/help/privacy/#connectedvehicleprivacynotice" rel="external nofollow">Connected Vehicle Privacy Notice</a> provides people with the most information about what its cars collect. This includes vehicle data, such as tire pressure, information about how parts are performing, and vehicle charging information if a vehicle is electric.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">The company also can collect driving data and characteristics, such as your speed, how you push the pedals, and seat-belt-related data. Information about your travel direction, precise location, speed, and local weather can be gathered from the vehicle.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Voice recognition systems in some of its vehicles can gather information when they are listening. Its “media analytics” involves <a href="https://www.ford.com/help/privacy/#connectedvehicleprivacynotice" rel="external nofollow">capturing information about what you listen to in your car</a>, including “radio presets, volume, channels, media sources, title, artist, and genre.”</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">The section of Ford’s privacy policy <a href="https://www.ford.com/help/privacy/#caPrivacy" rel="external nofollow">that is specific to California</a>, which has <a href="https://www.wired.com/story/ccpa-guide-california-privacy-law-takes-effect/" rel="external nofollow">stricter data laws than across the US</a>, also provides extra data about what can be collected. “We utilize connected vehicle data to improve quality, minimize environmental impact, and make our vehicles safer and more enjoyable to drive and own,” Hall says.</span>
				</p>

				<p>
					 
				</p>

				<div>
					<strong><span style="font-size:14px;">Chevrolet (Silverado)</span></strong>
				</div>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">Chevrolet, which is owned by General Motors, collects both information about you and what you do with your vehicle, as all manufacturers we analyzed do. A company spokesperson says its <a href="https://www.gm.com/privacy-statement#PrivacyStatement" rel="external nofollow">privacy statement</a> is the fullest documentation of what the company collects. This document also links to its <a href="https://www.onstar.com/content/dam/onstar/tcps/us/20180501/privacy_statement.pdf" rel="external nofollow">specific privacy document for connected services</a>, including its cars. We ran the Chevrolet Silverado through the privacy tool.</span>
				</p>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">As a starter, GM collects people’s identifiers, such as names, postal addresses, and email addresses. Chevrolet’s <a href="https://www.onstar.com/content/dam/onstar/tcps/us/20180501/privacy_statement.pdf" rel="external nofollow">documents say</a> it can collect information about your vehicle, such as its battery, ignition, and window data, gear status, and diagnostic information. It can also collect, among other things, your location, route history, your speed, and “braking and swerving/cornering events.”</span>
				</p>
			</div>
		</div>
	</div>
</div>

<div>
	 
</div>

<div>
	<div>
		<div>
			<div>
				<p>
					<span style="font-size:14px;">The documents also say data “from camera images and sensor data, voice command information, stability control or anti-lock events, security/theft alerts, and infotainment (including radio and rear-seat infotainment) system and Wi-Fi data usage” can be collected. The company can also receive “information about your home energy usage,” which relates to the charging and discharging of electric vehicles.</span>
				</p>

				<p>
					 
				</p>

				<div>
					<strong><span style="font-size:14px;">Jeep and Ram (Grand Cherokee and Ram Pickups)</span></strong>
				</div>

				<div>
					 
				</div>

				<p>
					<span style="font-size:14px;">The Jeep Grand Cherokee and the Ram Pickup are two of the most popular vehicles in the US. Both the Jeep and Ram brands are owned by Stellantis, a firm that was created when Fiat Chrysler Automobiles and the Peugeot group <a href="https://www.stellantis.com/en/news/press-releases/2021/january/the-merger-of-fca-and-groupe-psa-has-been-completed?adobe_mc_ref=" rel="external nofollow">merged in 2021</a>. As a result, they largely use the same <a href="https://connect.ramtrucks.com/us/en/connected-services-privacy-policy/latest" rel="external nofollow">connected services privacy policy</a> and <a href="https://connect.ramtrucks.com/us/en/terms-and-conditions/latest" rel="external nofollow">terms of service</a>, which can also cover Chrysler, Dodge, and Fiat. (Ram was a line of Dodge trucks until it became its own brand starting in 2010.)</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Stellantis can collect your name, address, phone number, email, Social Security number, and driving license number. The driving data the company collects, <a href="https://connect.ramtrucks.com/us/en/connected-services-privacy-policy/latest" rel="external nofollow">according to its documents</a>, includes the dates and times you use it, your speed, acceleration and braking data, details of the trip (including location, weather, route taken), and, among other things, cruise control data. Like other manufacturers, it also collects data about the status of your car, including “refueling activity,” battery levels, images from cameras, and error codes that are generated. Your face and fingerprint data may be collected if you use services, such as digital keys, that need this kind of information to operate, the documents say.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Privacy4Cars tool says the company is “silent” in its documents on whether data from synched phones is collected. Mark Silk, the head of software data analytics at Stellantis, says data is not collected from synched phones in vehicles, but the company does collect data from its “branded mobile remote apps.”</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;">Silk says that for the majority of its new vehicles, there are three ways for people to manage their personal data. “The ability to turn off and on the collection of geo-location data at any time from within the vehicle, the ability to opt-in/out and consent to specific uses of their personal data via our digital channels, and the ability to request the ‘right to be forgotten’ at any time—again this can be requested via digital channels,” Silk says, adding the company is rolling out more privacy tools in the future.</span>
				</p>

				<p>
					 
				</p>

				<p>
					<span style="font-size:14px;"><a href="https://www.wired.com/story/car-data-privacy-toyota-honda-ford/" rel="external nofollow">Source</a></span>
				</p>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">16602</guid><pubDate>Wed, 28 Jun 2023 18:17:11 +0000</pubDate></item><item><title>Anatsa Android trojan now steals banking info from users in US, UK</title><link>https://nsaneforums.com/news/security-privacy-news/anatsa-android-trojan-now-steals-banking-info-from-users-in-us-uk-r16594/</link><description><![CDATA[<p>
	<span style="font-size:14px;">A new mobile malware campaign since March 2023 pushes the Android banking trojan 'Anatsa' to online banking customers in the U.S., the U.K., Germany, Austria, and Switzerland.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">According to security researchers at <a href="https://www.threatfabric.com/blogs/anatsa-hits-uk-and-dach-with-new-campaign" rel="external nofollow">ThreatFabric</a>, who have been tracking the malicious activity, the attackers are distributing their malware via the Play Store, Android's official app store, and already have over 30,000 installations via this method alone.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">ThreatFabric discovered a <a href="https://www.bleepingcomputer.com/news/security/android-banking-malware-infects-300-000-google-play-users/" rel="external nofollow">previous Anatsa campaign on Google Play</a> in November 2021, when the trojan was installed over 300,000 times by impersonating PDF scanners, QR code scanners, Adobe Illustrator apps, and fitness tracker apps.</span>
</p>

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

<p>
	<span style="font-size:14px;">In March 2023, after a six-month hiatus in malware distribution, the threat actors launched a new malvertizing campaign that leads prospective victims to download Anatsa dropper apps from Google Play.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="pdf.png" class="ipsImage" data-ratio="75.10" height="291" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Android/20/pdf.png" />
		
			<p>
				<span style="font-size:14px;">Malicious app on Google Play (ThreatFabric)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">The malicious apps continue to belong to the office/productivity category, posing as PDF viewer and editor apps and office suites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Whenever ThreatFabric reported the malicious app to Google and it was removed from the store, the attackers returned quickly by uploading a new dropper under a new guise.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In all five cases of the identified malware droppers, the apps were submitted onto Google Play in clean form and were later updated with malicious code, likely to evade Google's stringent code review process on the first submission.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="droppers.png" class="ipsImage" data-ratio="51.17" height="329" width="643" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Android/20/droppers.png" />
		
			<p>
				<span style="font-size:14px;">Timeline of malicious dropper app submissions (ThreatFabric)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Once installed on the victim's device, the dropper apps request an external resource hosted on GitHub, from where they download the Anatsa payloads masqueraded as text recognizer add-ons for Adobe Illustrator.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="payloads.png" class="ipsImage" data-ratio="44.03" height="269" width="611" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Android/20/payloads.png" />
		
			<p>
				<span style="font-size:14px;">Payloads retrieved from GitHub (ThreatFabric)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Anatsa collects financial information such as bank account credentials, credit card details, payment information, etc., by overlaying phishing pages on the foreground when the user attempts to launch their legitimate bank app and also via keylogging.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">In its current version, the Anatsa trojan supports targeting nearly 600 financial apps of banking institutions from around the world.</span>
</p>

<p>
	 
</p>

<div>
	
		<img alt="targeted-apps.png" class="ipsImage" data-ratio="75.10" height="354" width="720" src="https://www.bleepstatic.com/images/news/u/1220909/2023/Android/20/targeted-apps.png" />
		
			<p>
				<span style="font-size:14px;">Some of the U.S. banks targeted by Anatsa (ThreatFabric)</span>
			</p>

			<p>
				 
			</p>
		
	
</div>

<p>
	<span style="font-size:14px;">Anatsa uses the stolen information to perform on-device fraud by launching the banking app and performing transactions on the victim's behalf, automating the money-stealing process for its operators.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">"Since transactions are initiated from the same device that targeted bank customers regularly use, it has been reported that it is very challenging for banking anti-fraud systems to detect it," explains ThreatFabric.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The stolen amounts are converted to cryptocurrency and passed through an extensive network of money mules in the targeted countries, who will keep a portion of the stolen funds as a revenue share and send the rest to the attackers.</span>
</p>

<h2>
	<span style="font-size:14px;">Protecting Android</span>
</h2>

<p>
	<span style="font-size:14px;">As malware campaigns, such as Anatsa, expand their targeting to other countries, users must be extra vigilant about the apps they install on Android devices.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Users should avoid installing apps from dubious publishers, even if those are on a well-vetted store like Google Play. Always check the reviews and see if a pattern of reports indicates malicious behavior.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Furthermore, if possible, avoid apps with few installs and reviews and instead install apps that are well-known and commonly cited on websites.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As many apps on Google Play have the same name as the malicious apps, it is recommended to <a href="https://www.threatfabric.com/blogs/anatsa-hits-uk-and-dach-with-new-campaign#:~:text=ever-changing%20fraud.-,Appendix,-Anatsa%20droppers" rel="external nofollow">check the ThreatFabric report's appendix</a> for the list of package names and signatures that are pushing Anatsa and remove them immediately from your Android device if installed.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">BleepingComputer asked Google to explain how Anatsa's operators can submit malicious updates on their dropper apps on the Play Store and replace the reported droppers quickly, but a comment wasn't available by publication.</span>
</p>

<p>
	 
</p>

<hr />
<p>
	<span style="font-size:14px;">Update 6/27 - A Google spokesperson has sent BleepingComputer the following comment:</span>
</p>

<blockquote>
	<p>
		<span style="font-size:14px;">All of these identified malicious apps have been removed from Google Play and the developers have been banned.</span>
	</p>

	<p>
		<span style="font-size:14px;">Google Play Protect also protects users by automatically removing apps known to contain this malware on Android devices with Google Play Services.</span>
	</p>
</blockquote>

<p>
	<span style="font-size:14px;"><a href="https://www.bleepingcomputer.com/news/security/anatsa-android-trojan-now-steals-banking-info-from-users-in-us-uk/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">16594</guid><pubDate>Wed, 28 Jun 2023 17:02:07 +0000</pubDate></item><item><title>Proton Pass password manager leaves beta: here is our take</title><link>https://nsaneforums.com/news/security-privacy-news/proton-pass-password-manager-leaves-beta-here-is-our-take-r16592/</link><description><![CDATA[<p>
	<span style="font-size:14px;">Proton, the organization behind Proton Mail, VPN and other services, has released the first stable version of Proton Pass today <a href="https://www.ghacks.net/2023/04/20/proton-pass-new-password-manager-announced/" rel="external nofollow">after a beta period</a>. Proton Pass is an open source password manager that adheres to the same privacy and security principles as other Proton products.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Proton Pass is available as a free and subscription-based service. Proton Pass Plus is available for $4.99 regularly but currently available for $1 to celebrate the release of the product. Users may access the password manager via the mobile apps for iOS or Android, and through browser extensions.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">The password manager supports all major password manager features, namely the creation and storing of passwords, and the filling of passwords. The latter requires the installation of a mobile application or an extension.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="proton-pass.png" class="ipsImage" data-ratio="75.10" height="500" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/06/proton-pass.png" />
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">New users may import passwords from major web browsers and also some other programs that Proton Pass supports. The list includes exports from popular password managers such as LastPass, 1Password, KeePass, Bitwarden and Dashlane among others. Imports from Firefox, Chrome, Brave, Edge and Safari are also supported. The password manager lacks generic CSV file imports at the time of writing.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Proton Pass prompts to auto-save new passwords automatically. It may not be set as the default password manager, but this can be checked and changed in the Settings under Autosave.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">New users may want to enable the auto-lock option under Security if there is a chance that someone else may access the device.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Creating new logins manually is a straightforward process. The browser extensions fill out some information, such as the website address and title, automatically. The password generator supports two types: memorable words, which combine a number of words and numbers, and random password, which includes a mix of upper and lower case characters, numbers and special characters.</span>
</p>

<p>
	 
</p>

<p>
	<img alt="password-generator.png" class="ipsImage" data-ratio="75.10" height="526" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/06/password-generator.png" />
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Sliders are provided to increase or decrease the complexity of passwords, and some toggles allow users to make additional modifications.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Proton Pass supports 2FA tokens and notes may be added to any password saved by the password manager.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Users may also create encrypted notes using the password manager and email aliases to hide their main email address. <a href="https://www.ghacks.net/2022/04/09/proton-ag-acquires-simplelogin-email-alias-service/" rel="external nofollow">Proton acquired SimpleLogin</a> some time ago and this functionality is powered by the service.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">As far as security is concerned, Proton states on its website that Proton Pass uses end-to-end encryption, which means that all cryptographic operations happen on the user's device. Usernames, passwords and metadata is encrypted.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Interested users may <a href="https://proton.me/blog/proton-pass-security-model" rel="external nofollow">check out an article</a> on the Proton blog that provides additional information on the security model.</span>
</p>

<h2>
	<span style="font-size:14px;">Proton Free and Proton Pass Plus Comparison</span>
</h2>

<p>
	<span style="font-size:14px;">Proton Free supports use on an unlimited number of devices and unlimited logins and notes. It limits alias email addresses to 10.</span>
</p>

<div>
	 
</div>

<p>
	<span style="font-size:14px;">Proton Pass Plus has a number of exclusive features. It lifts the email alias limited and includes support for an integrated 2FA authenticator. Next to that, it allows users to create multiple vaults to better organize passwords and notes, and will soon allow the autofilling of credit cards as well.</span>
</p>

<h2>
	<span style="font-size:14px;">Comparison to other services</span>
</h2>

<p>
	<span style="font-size:14px;">Proton Pass supports core features of a password manager. The service lacks dedicated desktop programs and some features  that top-of-the-line password managers such as Bitwarden support, at least in the commercial version.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Bitwarden supports the storing of notes and credit cards, enhanced two-step login, emergency access and vault health reports. It is also available for about $1 per month, just like Proton Pass is currently during the promotional period.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;">Proton Pass is a well designed password manager that will certainly get some of the missing features in future updates. It will certainly attract users, especially those who use other Proton services already.</span>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:14px;"><a href="https://www.ghacks.net/2023/06/28/proton-pass-password-manager-leaves-beta-here-is-our-take/" rel="external nofollow">Source</a></span>
</p>
]]></description><guid isPermaLink="false">16592</guid><pubDate>Wed, 28 Jun 2023 16:56:14 +0000</pubDate></item><item><title>Ads for major brands are appearing on AI-generated spam sites</title><link>https://nsaneforums.com/news/security-privacy-news/ads-for-major-brands-are-appearing-on-ai-generated-spam-sites-r16567/</link><description><![CDATA[<h3>
	Ads for over 140 major brands are running on low-quality websites that are filled with content produced by bots, according to a report from NewsGuard.
</h3>

<div>
	<div>
		<p>
			On AlaskaCommons.com, the writer “Chelsea Waller” says she is a “dedicated journalist with a passion for uncovering the truth.” One of her <a href="https://www.alaskacommons.com/as-an-ai-language-model-i-cannot-predict-whether-or-not-john-wick-4-is-going-to-be-a-finale-of-a-saga-that-will-be-remembered-for-years-to-come-however-i-can-provide-you-with-a-grammatically-correc/" rel="external nofollow">stories</a> reads, “As an AI language model, I cannot predict whether or not John Wick 4 is going to be a finale of a saga that will be remembered for years to come.”
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			The website is just one of the news sites flagged by NewsGuard filled with low-quality, spammy content generated using artificial intelligence tools, where ads for major brands are now appearing, according to a <a href="https://www.newsguardtech.com/misinformation-monitor/june-2023/" rel="external nofollow">report</a> by NewsGuard. The study was first <a href="https://www.technologyreview.com/2023/06/26/1075504/junk-websites-filled-with-ai-generated-text-are-pulling-in-money-from-programmatic-ads/" rel="external nofollow">reported by MIT Technology Review</a> and includes brands like Citigroup and Subaru. Google says it has removed ads from “many” of the sites listed in the report, though ads remain <a href="https://www.world-today-news.com/" rel="external nofollow">on others</a>.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			More than 140 brands were running ads on sites NewsGuard defines as unreliable artificial intelligence-generated news sites — likely without even knowing the ads were there. NewsGuard found that hundreds of ads appeared on the websites through programmatic Google ads, a system that automatically places ads on sites instead of the advertiser picking placement themselves. In turn, the AI-generated websites profit as ads run alongside cheap content.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			Some of the sites tracked by NewsGuard publish thousands of stories a week, like World-Today-News.com, which includes <a href="https://www.world-today-news.com/backlash-and-precautions-the-struggle-for-pride-in-franklin-tennessee/" rel="external nofollow">articles</a> copied and pasted <a href="https://www.nytimes.com/2023/06/24/us/politics/franklin-tennessee-pride.html" rel="external nofollow">from The New York Times</a> and stories with <a href="https://www.world-today-news.com/sorry-i-am-an-ai-language-model-and-i-cannot-rewrite-the-given-title-as-it-is-not-clear-and-is-not-a-recognizable-language-please-provide-a-clear-and-readable-title/" rel="external nofollow">headlines</a> reading, “Sorry, I am an AI language model and I cannot rewrite the given title as it is not clear and is not a recognizable language. Please provide a clear and readable title.” Ads appeared on both stories at the time of writing.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			On one website, MedicalOutline.com, advertisers included Subaru, Citigroup, and GNC, according to MIT Technology Review. The site peddles health misinformation like “What are 5 natural remedies for ADHD?” and “Can lemon cure skin allergy?”
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			Google has <a href="https://support.google.com/adsense/answer/10502938?hl=en" rel="external nofollow">rules</a> around where ads can be placed — the company <a href="https://developers.google.com/search/docs/essentials/spam-policies" rel="external nofollow">prohibits</a> ads on spammy automatically generated content as well as material copied from somewhere else, with the same policy that penalizes or de-ranks spam in search results.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			“We have strict policies that govern the type of content that can monetize on our platform. For example, we don’t allow ads to run alongside harmful content, spammy or low-value content, or content that’s been solely copied from other sites,” Google spokesperson Michael Aciman told The Verge in an email. “When enforcing these policies, we focus on the quality of the content rather than how it was created, and we block or remove ads from serving if we detect violations.” Aciman says that in addition to demonetizing sites, Google removed ads on individual pages where the company found policy violations.
		</p>

		<p>
			 
		</p>
	</div>

	<div>
		<p>
			<strong>Update 6:17PM E</strong>T: Updated to add response from Google.
		</p>
	</div>

	<div>
		 
	</div>
</div>

<p>
	<a href="https://www.theverge.com/2023/6/26/23774253/ai-generated-websites-brand-ads-google-chatbot" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16567</guid><pubDate>Tue, 27 Jun 2023 03:55:19 +0000</pubDate></item><item><title>Windows 11 is getting a built-in passkey manager for Windows Hello</title><link>https://nsaneforums.com/news/security-privacy-news/windows-11-is-getting-a-built-in-passkey-manager-for-windows-hello-r16557/</link><description><![CDATA[<p>
	Microsoft is expanding support for passkeys in Windows 11 to make it more secure to log into websites and apps using biometric authentication.
</p>

<p>
	 
</p>

<p>
	Passkeys are unique codes linked to specific devices such as computers, tablets, or smartphones. Using passkeys significantly reduces the risk of data breaches as they provide protection against phishing attacks that cannot steal them and gain unauthorized access.
</p>

<p>
	 
</p>

<p>
	Passkeys offer a more secure and convenient alternative to passwords as they allow using personal identification numbers (PINs) or biometric authentication like fingerprints or facial recognition to log in to websites and applications.
</p>

<p>
	 
</p>

<p>
	This eliminates the need to remember and manage multiple passwords, enhancing overall security and user experience.
</p>

<p>
	 
</p>

<p>
	As Microsoft <a href="https://blogs.windows.com/windows-insider/2023/06/22/announcing-windows-11-insider-preview-build-23486/" rel="external nofollow" target="_blank">revealed</a>, the Windows 11 Insider Preview Build 23486 release pushed to the Dev Channel has passwordless improvements allowing customers to sign into their accounts using passkeys and Windows Hello.
</p>

<p>
	 
</p>

<p>
	"We are improving the passkey experience for Windows users. They can now go to any app or website that supports passkeys to create and sign in using passkeys with the Windows Hello native experience," Microsoft's Amanda Langowski and Brandon LeBlanc <a href="http://blogs.windows.com/windows-insider/2023/06/22/announcing-windows-11-insider-preview-build-23486/" rel="external nofollow" target="_blank">said</a>.
</p>

<p>
	 
</p>

<p>
	"Once a passkey is created, users can use Windows Hello (face, fingerprint, PIN) to sign in. In addition, users can use their phone to complete the application logon process."
</p>

<p>
	 
</p>

<p>
	To use passkeys on your Windows device for website sign-ins, you have to go to passkey-enabled websites like bestbuy.com, ebay.com, or google.com, create a passkey by accessing from your account settings, and then sign out of your account and then sign back in using your newly created passkey.
</p>

<p>
	 
</p>

<p>
	You can also manage your passkeys with the help of a new passkey management dialog integrated into the Windows settings by going to Settings &gt; Accounts &gt; Passkeys.
</p>

<p>
	 
</p>

<p>
	You will see all passkeys saved on the Windows device, and you can search for and delete the ones you no longer use.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="passkey-manager.jpg" class="ipsImage" data-ratio="75.10" height="477" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/passkey-manager.jpg">
	</p>

	<div>
		<em>Managing passkeys on Windows 11 (BleepingComputer)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	When testing the feature, BleepingComputer could use Windows 11 passkeys with Best Buy and Microsoft accounts when attempting to log in.
</p>

<p>
	 
</p>

<p>
	However, while Google allowed for the creation of a passkey, it never prompted us to log in with a passkey when trying to sign into a Google account.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="login-with-passkey.jpg" class="ipsImage" data-ratio="79.18" height="540" width="383" src="https://www.bleepstatic.com/images/news/u/1109292/2023/login-with-passkey.jpg">
	</p>

	<div>
		<em>Logging into BestBuy site with a passkey (BleepingComputer)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	In May, Google <a href="https://www.bleepingcomputer.com/news/security/google-adds-passkeys-support-for-passwordless-sign-in-on-all-accounts/" target="_blank" rel="external nofollow">announced</a> that it's rolling out support for passkeys for Google Accounts across all its services and platforms to allow users to sign into their accounts without entering a password or using 2-Step Verification (2SV).
</p>

<p>
	 
</p>

<p>
	In May 2022, Microsoft and Apple also confirmed their commitment to passkeys, endorsing <a href="https://www.w3.org/TR/2018/CR-webauthn-20180320/" rel="external nofollow" target="_blank">Web Authentication (WebAuthn)</a> credentials (aka FIDO credentials).
</p>

<p>
	 
</p>

<p>
	This has now become the standard approach for accessing accounts without requiring traditional passwords across platforms controlled by the three tech giants.
</p>

<p>
	 
</p>

<p>
	"Passkeys will allow you to replace passwords when you sign into a web site or application that supports them," Langowski and LeBlanc said.
</p>

<p>
	 
</p>

<p>
	"Passkeys represent a future where bad actors will have a much harder time stealing and using your credentials when signing into a web site or application. Passkeys are phish-resistant, recoverable, and faster for users."
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/windows-11-is-getting-a-built-in-passkey-manager-for-windows-hello/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16557</guid><pubDate>Mon, 26 Jun 2023 19:32:05 +0000</pubDate></item><item><title>Mozilla will launch data removal service Firefox Monitor Premium soon</title><link>https://nsaneforums.com/news/security-privacy-news/mozilla-will-launch-data-removal-service-firefox-monitor-premium-soon-r16556/</link><description><![CDATA[<p>
	Mozilla plans to launch Firefox Monitor Premium, a commercial service to remove personal information from the Internet, soon in the United States.
</p>

<p>
	 
</p>

<p>
	Firefox Monitor Premium is an extension of <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://www.ghacks.net/2020/02/24/firefox-monitor-gets-resolve-feature/" data-wpel-link="internal" href="https://www.ghacks.net/2020/02/24/firefox-monitor-gets-resolve-feature/" mrfobservableid="4ed64242-4fc7-4642-9e64-3ca3b1c37345" rel="external nofollow">Firefox Monitor</a>, a free service that informs users if their email addresses are affected by data breaches. Firefox Monitor checks if the user's email address is found in publicly available data breaches.
</p>

<p>
	 
</p>

<p>
	<picture data-rv-in-image="rv-in-image-1"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.webp 1800w" sizes="(max-width: 1800px) 100vw, 1800px" srcset="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.webp 1800w" type="image/webp"><source data-lazy-srcset="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.png 1800w, https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information-1536x973.png 1536w" sizes="(max-width: 1800px) 100vw, 1800px" srcset="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.png 1800w, https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information-1536x973.png 1536w" type="image/png"><noscript><img class="alignnone size-full wp-image-175945 sp-no-webp" alt="firefox monitor personal information" height="1140" width="1800" srcset="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.png 1800w, https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information-1536x973.png 1536w" sizes="(max-width: 1800px) 100vw, 1800px" src="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.png"></noscript></source></source></picture><img alt="firefox-monitor-personal-information.web" class="ipsImage" data-ratio="75.10" height="456" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/12/firefox-monitor-personal-information.webp">
</p>

<p>
	 
</p>

<p>
	Information about a <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://www.ghacks.net/2021/12/06/firefox-monitor-may-remove-personal-information-now-from-the-internet/" data-wpel-link="internal" href="https://www.ghacks.net/2021/12/06/firefox-monitor-may-remove-personal-information-now-from-the-internet/" mrfobservableid="a323bc59-d491-43af-9adc-0080ef84da39" rel="external nofollow">data removal option</a> appeared on the Internet in late 2021. Users could join a waitlist back then to get invited to test the new data removal functionality.
</p>

<p>
	 
</p>

<p>
	Mozilla worked on Firefox Monitor in the meantime. It relaunched the service in April with a new design.
</p>

<p>
	 
</p>

<div id="td-incontent-132237362349">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Firefox Monitor Premium uses the API of <a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://onerep.com/" data-wpel-link="external" href="https://onerep.com/" mrfobservableid="2c58a351-1f65-416a-9ad4-dc37c000f394" rel="external nofollow" target="_blank">Onerep</a> to power its data searching and removal operations. Onerep is a commercial service that operates in the United States only. It allows subscribers to monitor more than 190 different data brokers, including several search engines, for records of their information.
</p>

<p>
	 
</p>

<p>
	Removal requests may be submitted to these brokers using the service. Another key feature of Onerep is monitoring. It is a monthly report that highlights removal requests, statistics and other information related to the service's operations.
</p>

<p>
	 
</p>

<p>
	Firefox Premium Monitor works similarly. Subscribers of the service need to add their information to it, as it is used to scan the Web for the data. Mozilla reveals the number of sites that are selling the information.
</p>

<p>
	 
</p>

<p>
	The service will also reveal if credit card numbers, social security IDs, email addresses or passwords were found in leaks or exposed.
</p>

<p>
	 
</p>

<p>
	Mozilla has yet to reveal a launch date for the service. The mockups, which <a cmp-ltrk="Links" cmp-ltrk-idx="6" data-mrf-link="https://www.soeren-hentzschel.at/firefox-monitor/firefox-monitor-premium-erste-bilder-preise/" data-wpel-link="external" href="https://www.soeren-hentzschel.at/firefox-monitor/firefox-monitor-premium-erste-bilder-preise/" mrfobservableid="d0f523cb-456e-42e4-8473-385acce123e7" rel="external nofollow" target="_blank">Sören Hentzschel</a> posted on his blog, list a price of $4.99 per month or $50 per year. These may change, as the price is cheaper than the price that Onerep charges on its website.
</p>

<p>
	 
</p>

<div id="td-incontent-953559403063">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Firefox Monitor Free users may use the scan of the Premium service once to find out about data leaks. They can't use the automatic removal request feature of the data removal service, but they may use the information to request manual removals of their data from broker sites.
</p>

<h3>
	Closing Words
</h3>

<p>
	Firefox Monitor Premium extends Mozilla's portfolio of commercial web services. <a cmp-ltrk="Links" cmp-ltrk-idx="7" data-mrf-link="https://www.ghacks.net/2020/07/16/mozilla-vpn-launches-in-some-countries-officially/" data-wpel-link="internal" href="https://www.ghacks.net/2020/07/16/mozilla-vpn-launches-in-some-countries-officially/" mrfobservableid="d1834ba9-a42b-4b0f-9964-02f0bf21d98e" rel="external nofollow">Mozilla VPN</a> was launched in 2020 officially in some countries. There is also <a cmp-ltrk="Links" cmp-ltrk-idx="8" data-mrf-link="https://www.ghacks.net/2022/09/15/firefox-relay-integration-in-firefox-phone-number-forwarding-and-new-price/" data-wpel-link="internal" href="https://www.ghacks.net/2022/09/15/firefox-relay-integration-in-firefox-phone-number-forwarding-and-new-price/" mrfobservableid="36cb7476-2483-4c2b-8c1a-b960cff67b14" rel="external nofollow">Firefox Relay</a>, which protects email addresses through forwarding.
</p>

<p>
	 
</p>

<p>
	These services help Mozilla diversify its revenue and reduce the reliance on revenue from search engine deals. It is probably only a matter of time before a Mozilla 365 subscription service is launched that gives subscribers access to all of these services.
</p>

<p>
	 
</p>

<p>
	The <a cmp-ltrk="Links" cmp-ltrk-idx="9" data-mrf-link="https://monitor.firefox.com/" data-wpel-link="external" href="https://monitor.firefox.com/" mrfobservableid="6f0a52fc-0268-492b-9fa4-3508fc93a17a" rel="external nofollow" target="_blank">official Firefox Monitor</a> website provides no information yet on the Premium version of the service. Whether it will be launched in other countries and regions is unclear at this point.
</p>

<p>
	 
</p>

<div id="td-incontent-650685723728">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	<strong>Now You:</strong> do you use any of Mozilla's services?
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/06/26/firefox-monitor-premium-remove-personal-information-from-the-internet/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16556</guid><pubDate>Mon, 26 Jun 2023 19:30:11 +0000</pubDate></item><item><title>Some LastPass users are locked out of their accounts after trying to reset their authenticator app</title><link>https://nsaneforums.com/news/security-privacy-news/some-lastpass-users-are-locked-out-of-their-accounts-after-trying-to-reset-their-authenticator-app-r16543/</link><description><![CDATA[<p>
	Password management service LastPass <a cmp-ltrk="Links" cmp-ltrk-idx="3" data-mrf-link="https://twitter.com/LastPassHelp/status/1655716360574337024" data-wpel-link="external" href="https://twitter.com/LastPassHelp/status/1655716360574337024" mrfobservableid="e2796ce7-0a6b-4482-bd46-05ef103c3dde" rel="external nofollow" target="_blank">started</a> to prompt its customers to reset their two-factor authentication method on May 9th, 2023. The company upgraded account security at the time by raising the number of password iterations to 600,000 rounds.
</p>

<p>
	 
</p>

<p>
	The increased number of iterations improves the protection of customer's master password, effectively making it more difficult for attackers to discover the correct master password.
</p>

<p>
	 
</p>

<p>
	LastPass explains on a support page that it uses the "PBKDF2 function implemented with SHA-256 to turn the master password of its customers into the encryption key. The number of rounds are used to create the encryption key and another round ofPBKDF2 is done to create the login hash. This login hash is then submitted to LastPass and used to authenticate the customer.
</p>

<p>
	 
</p>

<p>
	The new default number of password iterations has been set to 600,000 for new accounts and for accounts that update the existing iteration count.
</p>

<p>
	 
</p>

<p>
	LastPass informed customers about the upcoming change in emails, but has since then also prompted users to reset their multifactor authentication preferences in the used applications.
</p>

<p>
	 
</p>

<div id="td-incontent-1398718859280">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	At least some LastPass customers have found themselves in reset loops that they can't escape from. In the past couple of days, several LastPass customers posted on the official forum claiming that they can't open their vaults anymore after following the company's instructions to reset their multifactor authentication.
</p>

<p>
	 
</p>

<p>
	Users of LastPass who face the loop can't open official support tickets, as these can only be opened by signed-in users. Affected users posted messages on Twitter or the <a cmp-ltrk="Links" cmp-ltrk-idx="4" data-mrf-link="https://community.logmein.com/t5/LastPass-Support-Discussions/bd-p/Support_Discussions" data-wpel-link="external" href="https://community.logmein.com/t5/LastPass-Support-Discussions/bd-p/Support_Discussions" mrfobservableid="cd9e86f4-440b-4034-85d8-c81cefe311c9" rel="external nofollow" target="_blank">LastPass Support Discussions forum</a>.
</p>

<p>
	 
</p>

<p>
	The majority of recent posts on the official support forum are about login issues after following reset instructions.
</p>

<p>
	 
</p>

<p>
	LastPass <a cmp-ltrk="Links" cmp-ltrk-idx="5" data-mrf-link="https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass/why_do_i_have_to_reset_my_authenticator_app.html&amp;_LANG=enus" data-wpel-link="external" href="https://support.lastpass.com/s/document-item?language=en_US&amp;bundleId=lastpass&amp;topicId=LastPass/why_do_i_have_to_reset_my_authenticator_app.html&amp;_LANG=enus" mrfobservableid="0c45e2c6-5ab3-4696-a1a4-ced68dd267f5" rel="external nofollow" target="_blank">explains</a> the entire resetting process on a support page. There, the company reveals important information about the process. LastPass customers need to log-in to the LastPass website in a web browser to reset the multifactor authentication security feature. Resetting does not work using the browser extensions or the LastPass mobile apps.
</p>

<p>
	 
</p>

<p>
	The following steps are required to reset the authentication method:
</p>

<p>
	 
</p>

<div id="td-incontent-1653613740233">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<ol>
	<li>
		Activate the Continue button after logging in to LastPass. LastPass sends a six digit security code to the linked email address.
	</li>
	<li>
		The code needs to be entered as part of the process. Select Verify to continue.
	</li>
	<li>
		Open the authenticator application on the mobile device.
	</li>
	<li>
		Scan the QR code displayed in the browser using the application to pair it. It may be necessary to select Replace or Remove to delete the old information.
	</li>
	<li>
		Click Verify.
	</li>
	<li>
		Log-in to LastPass and authenticate with the multifactor authentication app.
	</li>
</ol>

<p>
	 
</p>

<p>
	What LastPass fails to mention is that it is <a cmp-ltrk="Links" cmp-ltrk-idx="6" data-mrf-link="https://community.logmein.com/t5/LastPass-Support-Discussions/Authenticator-Reset/m-p/305757#M47086" data-wpel-link="external" href="https://community.logmein.com/t5/LastPass-Support-Discussions/Authenticator-Reset/m-p/305757#M47086" mrfobservableid="08f55175-e4b0-4e36-986d-cfbd60a42216" rel="external nofollow" target="_blank">sending</a> out a second email that asks users to verify their device and location. Customers need to follow the link in that email to verify the device and location. Failure to do so appears to prevent the successful login.
</p>

<p>
	 
</p>

<p>
	LastPass experienced a severe security breach in 2022 that led to the <a cmp-ltrk="Links" cmp-ltrk-idx="7" data-mrf-link="https://www.ghacks.net/2022/12/23/lastpass-hack-update-user-vault-data-and-information-stolen/" data-wpel-link="internal" href="https://www.ghacks.net/2022/12/23/lastpass-hack-update-user-vault-data-and-information-stolen/" mrfobservableid="4963df0a-13f5-41c9-a654-51607f605aaa" rel="external nofollow">copying of user vault data and information</a> by the attacker. <a cmp-ltrk="Links" cmp-ltrk-idx="8" data-mrf-link="https://www.ghacks.net/2023/02/10/if-you-use-lastpass-you-need-to-change-all-of-your-passwords-asap/" data-wpel-link="internal" href="https://www.ghacks.net/2023/02/10/if-you-use-lastpass-you-need-to-change-all-of-your-passwords-asap/" mrfobservableid="9daf9498-a498-485e-b43b-97392d71f41c" rel="external nofollow">LastPass customers were asked to change all their passwords</a>, including their account master password.
</p>

<p>
	 
</p>

<p>
	The security upgrade improves security for all users and will make it difficult for attackers to decrypt stolen data. Some <a cmp-ltrk="Links" cmp-ltrk-idx="9" data-mrf-link="https://www.ghacks.net/2023/03/14/lastpass-not-the-last-password-manager-tips-for-switching-password-managers/" data-wpel-link="internal" href="https://www.ghacks.net/2023/03/14/lastpass-not-the-last-password-manager-tips-for-switching-password-managers/" mrfobservableid="3ad000d6-df18-4a36-8761-68bcfa6fcf65" rel="external nofollow">LastPass users switched to different password managers</a> as a consequence.
</p>

<p>
	 
</p>

<p>
	<strong>Now You: </strong>do you use multifactor authentication? (via <a cmp-ltrk="Links" cmp-ltrk-idx="10" data-mrf-link="https://www.bleepingcomputer.com/news/security/lastpass-users-furious-after-being-locked-out-due-to-mfa-resets/" data-wpel-link="external" href="https://www.bleepingcomputer.com/news/security/lastpass-users-furious-after-being-locked-out-due-to-mfa-resets/" mrfobservableid="a9390585-5498-4e63-808a-e6e656d8699e" rel="external nofollow" target="_blank">Bleeping Computer</a>)
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2023/06/25/some-lastpass-users-are-locked-out-of-their-accounts-after-trying-to-reset-their-authenticator-app/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16543</guid><pubDate>Sun, 25 Jun 2023 19:51:38 +0000</pubDate></item><item><title>Reported Data Breach Of NYC Schools Compromises Sensitive Information Of 45,000 Students</title><link>https://nsaneforums.com/news/security-privacy-news/reported-data-breach-of-nyc-schools-compromises-sensitive-information-of-45000-students-r16542/</link><description><![CDATA[<p>
	A significant data breach has occurred within New York City schools, compromising the sensitive information of around 45,000 students, school employees and service providers, according to local officials.
</p>

<p>
	 
</p>

<p>
	The city’s Department of Education announced Friday the confidential data — including social security numbers, dates of birth, student OSIS numbers and employee IDs — was compromised. The data breach reportedly impacted approximately 19,000 documents accessed from the MOVEit file transfer system, which has reportedly been a target of a global hacking campaign. The documents encompassed student evaluations, progress reports and records related to DOE employees’ leave status, the New York Post reported.
</p>

<p>
	 
</p>

<p>
	“We recently learned of a security vulnerability in a third-party file-sharing software, MOVEit, which has impacted both private and government customers globally,” Nathaniel Styer, spokesperson for the city DOE, said in a statement. “Working with NYC Cyber Command, we immediately took steps to remediate, and an internal investigation revealed that certain DOE files were affected.”
</p>

<p>
	 
</p>

<p>
	<em>    NYC schools hacked with sensitive info on 45,000 students compromised: DOE <a href="https://t.co/HAAlEIYR3i" rel="external nofollow"><span style="color:#c0392b;">https://t.co/HAAlEIYR3i</span></a><span style="color:#c0392b;"> pic.twitter.com/bUBm6gJzm5</span></em>
</p>

<p>
	 
</p>

<p>
	<em>    — New York Post (@nypost) <span style="color:#c0392b;">June 24, 2023</span></em>
</p>

<p>
	 
</p>

<p>
	The DOE has been in contact with the NYPD and FBI to cooperate in an investigation into the cyber attack. Although the exact number of affected staff members and the precise timing of the cyber attack were undisclosed as of Saturday, the DOE said there was no “ongoing unauthorized access” to its system, the outlet noted.
</p>

<p>
	 
</p>

<p>
	The Council of Supervisors and Administrators Union has been communicating with the Chancellor’s team to mitigate the breach’s impact and is pushing for appropriate credit fraud protection for the affected individuals. Those impacted by the breach will be offered access to an identity-monitoring service, officials stated, according to the report.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://dailycaller.com/2023/06/24/new-york-city-schools-data-breach-45000-students/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16542</guid><pubDate>Sun, 25 Jun 2023 14:18:13 +0000</pubDate></item><item><title>A Zero-Day Exploit In The Linux Kernel</title><link>https://nsaneforums.com/news/security-privacy-news/a-zero-day-exploit-in-the-linux-kernel-r16541/</link><description><![CDATA[<p>
	A lot of talk and discussion happens anytime a hardware manufacturer releases a new line of faster, more powerful, or more efficient computers.
</p>

<p>
	 
</p>

<p>
	It’s easy to see better and better specifications and assume that’s where all the progress is made. But without improved software and algorithms, often the full potential of the hardware can’t be realized. That’s the reason for the creation of io_uring, an improved system call interface in the Linux kernel. It’s also where [chompie] went to look for exploits.
</p>

<p>
	 
</p>

<p>
	The reason for looking here, in a part of the kernel [chompie] had only recently learned about, was twofold. First, because it’s a place where user space applications interact with the kernel, and second because it’s relatively new and that means more opportunities to find bugs. The exploit involves taking advantage of a complicated asynchronous buffer system, specifically at a location where the code confuses a memory location being used by the kernel with one which is supposed to be used for user space.
</p>

<p>
	 
</p>

<p>
	To actually get this to work as an exploit, though, a much more involved process is needed to make sure the manipulation of these memory addresses results in something actually useful, but it is eventually used to gain local privilege escalation. <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41073" rel="external nofollow">More about it can be found in this bug report as well.</a> Thanks to the fact that Linux is open-source, this bug can quickly be fixed and the patch rolled out to prevent malicious attackers from exploiting it. Open-source software has plenty of other benefits besides being inherently more secure, though.
</p>

<p>
	<br />
	Posted in <span style="color:#2980b9;">Software Hacks</span>
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://hackaday.com/2023/06/25/a-zero-day-exploit-in-the-linux-kernel/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16541</guid><pubDate>Sun, 25 Jun 2023 13:56:12 +0000</pubDate></item><item><title>The Week in Ransomware - June 23rd 2023 - The Reddit Files</title><link>https://nsaneforums.com/news/security-privacy-news/the-week-in-ransomware-june-23rd-2023-the-reddit-files-r16528/</link><description><![CDATA[<p>
	It was a relatively quiet week regarding ransomware news, with the BlackCat ransomware gang extorting Reddit and the ongoing MOVEit Transfer data breaches being the main focus.
</p>

<p>
	 
</p>

<p>
	This week the <a href="https://www.bleepingcomputer.com/news/security/reddit-hackers-threaten-to-leak-data-stolen-in-february-breach/" target="_blank" rel="external nofollow">BlackCat gang claimed to be behind a Reddit data-theft attack</a> that the company previously disclosed in February 2023.
</p>

<p>
	 
</p>

<p>
	In February, <a href="https://www.bleepingcomputer.com/news/security/hackers-breach-reddit-to-steal-source-code-and-internal-data/" target="_blank" rel="external nofollow">Reddit announced</a> that it suffered a breach where threat actors gained access to some of its systems and could steal source code and a limited amount of advertiser data.
</p>

<p>
	 
</p>

<p>
	However, in an update on the BlackCat data leak site, the threat actors claim they stole 80 GB of compressed data during the attack and now plan on leaking the data after they say Reddit ignored a $4.5 million ransom demand.
</p>

<p>
	 
</p>

<p>
	<img alt="blackcat-the-reddit-files.jpg" class="ipsImage" data-ratio="75.10" height="540" width="663" src="https://www.bleepstatic.com/images/news/ransomware/attacks/r/blackcat-reddit/blackcat-the-reddit-files.jpg">
</p>

<p>
	<em>"The Reddit Files" post on the BlackCat data leak siteSource: BleepingComputer</em>
</p>

<p>
	 
</p>

<p>
	While no encryption was utilized in this attack, it is noteworthy as the extortion group is a known ransomware operation.
</p>

<p>
	 
</p>

<p>
	Currently, no Reddit data has been leaked by the extortion gang. However, they stated, "We expect to leak the data."
</p>

<p>
	 
</p>

<p>
	Regarding the MOVEit data breaches, the situation has escalated with the <a href="https://www.bleepingcomputer.com/news/security/us-govt-offers-10-million-bounty-for-info-on-clop-ransomware/" target="_blank" rel="external nofollow">US government issuing an up to $10 million reward</a> for information on the Clop ransomware operation being linked to a foreign government after it was revealed they breached numerous federal agencies.
</p>

<p>
	 
</p>

<p>
	However, the Clop gang continues to say they care nothing for politics and are only in it for the money, claiming to delete any government data and continuing to name new organizations impacted by the hacks.
</p>

<p>
	 
</p>

<p>
	On the flip side, impacted organizations continue to come forward, disclosing that they were breached and what information was stolen.
</p>

<p>
	 
</p>

<p>
	Today, three companies disclosed that they were impacted by a MOVEit breach at their provider PBI Research Services (PBI) disclosed, where the <a href="https://www.bleepingcomputer.com/news/security/moveit-breach-impacts-genworth-calpers-as-data-for-32-million-exposed/" target="_blank" rel="external nofollow">attackers stole the data of 4.75 million people</a>.
</p>

<p>
	 
</p>

<p>
	As expected, this massive breach has led to a <a href="https://www.channelfutures.com/security/moveit-data-breach-attacks-prompt-class-action-lawsuit-against-progress-software" rel="external nofollow" target="_blank">class action lawsuit against Progress Software</a>, the developers of MOVEit Transfer.
</p>

<p>
	 
</p>

<p>
	Finally, Sophos has released the <a href="https://www.youtube.com/watch?v=kAFlqE-VHbg" rel="external nofollow" target="_blank">first episode</a> of the 'Think You Know Ransomware?' docuseries on YouTube
</p>

<p>
	 
</p>

<p>
	Contributors and those who provided new ransomware information and stories this week include: <a href="https://twitter.com/demonslay335" rel="external nofollow" target="_blank">@demonslay335</a>, <a href="https://twitter.com/BleepinComputer" rel="external nofollow" target="_blank">@BleepinComputer</a>, <a href="https://twitter.com/fwosar" rel="external nofollow" target="_blank">@fwosar</a>, <a href="https://twitter.com/serghei" rel="external nofollow" target="_blank">@serghei</a>, <a href="https://twitter.com/billtoulas" rel="external nofollow" target="_blank">@billtoulas</a>, <a href="https://twitter.com/Seifreed" rel="external nofollow" target="_blank">@Seifreed</a>, <a href="https://twitter.com/malwrhunterteam" rel="external nofollow" target="_blank">@malwrhunterteam</a>, <a href="https://twitter.com/Ionut_Ilascu" rel="external nofollow" target="_blank">@Ionut_Ilascu</a>, <a href="https://twitter.com/LawrenceAbrams" rel="external nofollow" target="_blank">@LawrenceAbrams</a>, <a href="https://twitter.com/NCCGroupplc" rel="external nofollow" target="_blank">@NCCGroupplc</a>, <a href="https://twitter.com/ncsc" rel="external nofollow" target="_blank">@NCSC</a>, <a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" tabindex="-1" target="_blank">@pcrisk</a>, <a href="https://twitter.com/vxunderground" rel="external nofollow" target="_blank">@vxunderground</a>, <a href="https://twitter.com/AlvieriD" rel="external nofollow" target="_blank">@AlvieriD</a>, and <a href="https://twitter.com/BrettCallow" rel="external nofollow" target="_blank">@BrettCallow</a>.
</p>

<h2>
	June 17th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/us-govt-offers-10-million-bounty-for-info-on-clop-ransomware/" target="_blank" rel="external nofollow">US govt offers $10 million bounty for info on Clop ransomware</a>
</h3>

<p>
	The U.S. State Department's Rewards for Justice program announced up to a $10 million bounty yesterday for information linking the Clop ransomware attacks to a foreign government.
</p>

<h2>
	June 18th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/reddit-hackers-threaten-to-leak-data-stolen-in-february-breach/" target="_blank" rel="external nofollow">Reddit hackers threaten to leak data stolen in February breach</a>
</h3>

<p>
	The BlackCat (ALPHV) ransomware gang is behind a February cyberattack on Reddit, where the threat actors claim to have stolen 80GB of data from the company.
</p>

<h2>
	June 19th 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/iowas-largest-school-district-confirms-ransomware-attack-data-theft/" target="_blank" rel="external nofollow">Iowa’s largest school district confirms ransomware attack, data theft</a>
</h3>

<p>
	Des Moines Public Schools, Iowa's largest school district, confirmed today that a ransomware attack was behind an incident that forced it to take all networked systems offline on January 9, 2023.
</p>

<h2>
	June 20th 2023
</h2>

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

<p>
	<a href="https://twitter.com/pcrisk" rel="external nofollow" role="link" target="_blank">PCrisk</a> found new STOP ransomware variants that append the <strong>.bhtw</strong> and <strong>.bhui</strong> extensions.
</p>

<h2>
	June 21st 2023
</h2>

<h3>
	<a href="https://newsroom.nccgroup.com/news/ncc-group-monthly-threat-pulse-may-2023-468794" rel="external nofollow" target="_blank">NCC Group Monthly Threat Pulse – May 2023</a>
</h3>

<p class="bc_quote">
	New analysis from NCC Group's Global Threat Intelligence team has revealed that ransomware attacks are soaring, with 436 victims in May. The new figures represent a 24% surge compared to April's figure of 352 and a 56% increase compared to May 2022.
</p>

<h3>
	<a href="https://www.sophos.com/en-us/content/ransomware-documentary" rel="external nofollow" target="_blank">Sophos releases ransomware docuseries</a>
</h3>

<p>
	Sophos has released the first episiode of their 'Think You Know Ransomware?' docuseries on YouTube.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" src="https://www.youtube-nocookie.com/embed/kAFlqE-VHbg?feature=oembed" title="Sophos Think You Know Ransomware?: Ep. 1 Origins of Cybercrime" width="200"></iframe>
	</div>
</div>

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

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

<h2>
	June 22nd 2023
</h2>

<h3>
	<a href="https://www.channelfutures.com/security/moveit-data-breach-attacks-prompt-class-action-lawsuit-against-progress-software" rel="external nofollow" target="_blank">MOVEit Data Breach Attacks Prompt Class-Action Lawsuit Against Progress Software</a>
</h3>

<p class="bc_quote">
	Progress Software, the maker of <a href="https://www.progress.com/moveit" rel="external nofollow" target="_blank">MOVEit</a> cloud hosting and file-transfer services, is facing a class-action lawsuit in connection with cyberattacks that resulted from a software vulnerability.
</p>

<h3>
	<a href="https://www.ncsc.gov.uk/report/cyber-threat-report-uk-legal-sector" rel="external nofollow" target="_blank">Cyber Threat Report: UK Legal Sector</a>
</h3>

<p class="bc_quote">
	An updated report from the NCSC explaining how UK law firms - of all sizes - can protect themselves from common cyber threats.
</p>

<h2>
	June 23rd 2023
</h2>

<h3>
	<a href="https://www.bleepingcomputer.com/news/security/moveit-breach-impacts-genworth-calpers-as-data-for-32-million-exposed/" target="_blank" rel="external nofollow">MOVEIt breach impacts GenWorth, CalPERS as data for 3.2 million exposed</a>
</h3>

<p>
	PBI Research Services (PBI) has suffered a data breach with three clients disclosing that the data for 4.75 million people was stolen in the recent MOVEit Transfer data-theft attacks.
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/the-week-in-ransomware-june-23rd-2023-the-reddit-files/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16528</guid><pubDate>Sat, 24 Jun 2023 07:45:49 +0000</pubDate></item><item><title>FBI seizes BreachForums after arresting its owner Pompompurin in March</title><link>https://nsaneforums.com/news/security-privacy-news/fbi-seizes-breachforums-after-arresting-its-owner-pompompurin-in-march-r16524/</link><description><![CDATA[<p>
	<img alt="BreachForums_seizure_banner.jpg" class="ipsImage" data-ratio="75.10" height="404" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/BreachForums_seizure_banner.jpg">
</p>

<p>
	 
</p>

<p>
	U.S. law enforcement today seized the clear web domain of the notorious BreachForums (aka Breached) hacking forum three months after apprehending its owner Conor Fitzpatrick (aka Pompompurin), under cybercrime charges.
</p>

<p>
	 
</p>

<p>
	Hosted at Breached[.]vc, the domain now shows a seizure banner saying the website was taken down by the FBI, the Department of Health and Human Services, the Office of Inspector General, and the Department of Justice based on a warrant issued by the U.S. District Court for the Eastern District of Virginia.
</p>

<p>
	 
</p>

<p>
	Other law enforcement authorities worldwide were also part of this action, including the U.S. Secret Service, Homeland Security Investigations, the N.Y. Police Department, the U.S. Postal Inspection Service, the Dutch National Police, the Australian Federal Police, the U.K. National Crime Agency, and Police Scotland.
</p>

<p>
	 
</p>

<p>
	As is common with domain seizure messages, law enforcement displayed the logo for the site. However, in a unique display, law enforcement took an unconventional approach by also featuring handcuffs added to Pompompurin's avatar in the seizure banner.
</p>

<p>
	 
</p>

<p>
	BleepingComputer has learned that law enforcement also seized the pompur[.]in domain, which was Pompompurin's personal site, as part of this operation.
</p>

<p>
	 
</p>

<p>
	While BreachForums' clear net domain has been seized, its dark web counterpart doesn't yet display the seizure banner but instead shows a "404 Not Found" Nginx error.
</p>

<p>
	 
</p>

<p>
	FBI and Justice Department spokespersons were not immediately available for comment when contacted by BleepingComputer earlier today.
</p>

<p>
	 
</p>

<p>
	As first reported by <a data-sk="tooltip_parent" data-stringify-link="http://DataBreaches.net" delay="150" href="https://www.databreaches.net/law-enforcement-seizes-domains-owned-by-pompompurin-and-one-currently-owned-by-databreaches/" rel="external nofollow" target="_blank">DataBreaches.net</a>, these domain seizures also led to the seizure of one of their own sites used to report on data breaches.
</p>

<p>
	 
</p>

<p>
	All of the seized domains have had their DNS servers changed to ns1.seizedservers.com and ns2.seizedservers.com, two name servers used by law enforcement during seizures.
</p>

<h2>
	Breached vs. the new Breached
</h2>

<p>
	After the arrest of Fitzpatrick, Baphomet, the remaining administrator, attempted to maintain the functioning of the original domains. However, Baphomet believed that federal agents gained access to the servers, prompting the admin to shut down the site on March 20th.
</p>

<p>
	 
</p>

<p>
	Soon after, visiting the domain displayed <a href="https://web.archive.org/web/20230320173754/https://breached.vc/" rel="external nofollow" target="_blank">"502 - Bad Gateway" error messages</a>, indicating the site was now shut down.
</p>

<p>
	 
</p>

<p>
	In June, after rumors of Baphomet partnering with Shiny Hunters, a threat actor notorious for numerous data breaches, to relaunch BreachForums on a new domain, the old Breached domain began displaying a default 'Welcome to nginx!' page.
</p>

<p>
	 
</p>

<p>
	This indicated that someone else had gained control over the domains and was altering their content and configuration. Baphomet denied responsibility for these changes.
</p>

<p>
	 
</p>

<p>
	Even stranger, messages emerged on the old domains warning users that BreachedForums would never return and emphasizing that any forums claiming to be a new version of BreachedForum should be approached cautiously.
</p>

<p>
	 
</p>

<p>
	"Any forums claiming to be 'Breached' or 'BreachForums' should be used with caution. BreachForums will never return," read a message posted on the Breached[.]vc domain.
</p>

<p>
	 
</p>

<p>
	This alert was later updated with alleged messages from Baphomet cautioning that any forums claiming to be the new BreachForums should be assumed unsafe. Baphomet denied it was them making these updates on the old domains.
</p>

<p>
	 
</p>

<p>
	In an escalating conflict between various hacking forums, Baphomet's and Shiny Hunter's new BreachForums was hit by its own data breach, with threat actors releasing the site's stolen database. 
</p>

<p>
	 
</p>

<p>
	Subsequently, an update appeared on the old Breached[.]vc domain, advising against trusting the BreachForums clone as it had already been hacked. This message also contained a link to an SQL file for the leaked stolen database from the new BreachedForums.
</p>

<p>
	 
</p>

<div>
	<p>
		<img alt="Breached_warning.png" class="ipsImage" data-ratio="75.10" height="446" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2023/Breached_warning.png">
	</p>

	<div>
		<em>Breached warning (BleepingComputer)</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	All of these new updates on the site included a hidden HTML comment stating 'Meow,' followed by a crying smiley face:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>&lt;!-- meow :'(( --&gt;</em>
</p>

<p>
	 
</p>

<p>
	While some in the cybersecurity community felt that this was an attempt by law enforcement to discourage the return of further data breaches and hacking forums, this message also leaked the new BreachForums database, which is not something you would typically see from law enforcement.
</p>

<p>
	 
</p>

<p>
	It is more likely that other threat actors had access to the servers and were posting those messages.
</p>

<p>
	 
</p>

<p>
	The old forum's domain began displaying the FBI's seizure banner three days later.
</p>

<h2>
	Pompompurin's arrest
</h2>

<p>
	During <a href="https://www.bleepingcomputer.com/news/security/alleged-breachforums-owner-pompompurin-arrested-on-cybercrime-charges/" target="_blank" rel="external nofollow">his arrest on March 15th</a>, BreachForums' owner openly admitted without a lawyer present and after waiving his constitutional rights that his real name was Connor Brian Fitzpatrick and that he was indeed Pompourin, according to a statement by FBI Special Agent John Longmire included in <a href="http://www.documentcloud.org/documents/23713130-pompourin-affidavit-govuscourts" rel="external nofollow" target="_blank">court documents</a>.
</p>

<p>
	 
</p>

<p>
	He <a href="https://www.justice.gov/opa/pr/justice-department-announces-arrest-founder-one-world-s-largest-hacker-forums-and-disruption" rel="external nofollow" target="_blank">was charged</a> with involvement in the theft and sale of sensitive personal information belonging to "millions of U.S. citizens and hundreds of U.S. and foreign companies, organizations, and government agencies."
</p>

<p>
	 
</p>

<p>
	Fitzpatrick was released one day later on a $300,000 bond and was scheduled to appear in the District Court of the Eastern District of Virginia on March 24th.
</p>

<p>
	 
</p>

<p>
	On the day of his arraignment, the FBI confirmed in <a href="https://www.documentcloud.org/documents/23723268-pompourin-affidavit-govuscourtsvaed53554220" rel="external nofollow" target="_blank">new court documents</a> that they had access to BreachForums' database.
</p>

<p>
	 
</p>

<p>
	After the owner's arrest, Baphomet <a href="https://www.bleepingcomputer.com/news/security/breached-hacking-forum-shuts-down-fears-its-not-safe-from-fbi/" target="_blank" rel="external nofollow">shut Breached down</a> after saying they believed law enforcement had access to the forum's servers.
</p>

<h2>
	Who is Pompompurin?
</h2>

<p>
	Pompompurin has been a high-profile member of RaidForums and part of a cybercriminal underground focused on hacking companies' networks and selling or leaking stolen data online.
</p>

<p>
	 
</p>

<p>
	Following the <a href="https://www.bleepingcomputer.com/news/security/raidforums-hacking-forum-seized-by-police-owner-arrested/" target="_blank" rel="external nofollow">seizure of RaidForums in 2022</a>, Pompompurin created the BreachForums (or Breached) forum, which quickly became the largest platform for data leaks, frequently used by ransomware groups and other threat actors to leak stolen information.
</p>

<p>
	 
</p>

<p>
	Notably, before Fitzpatrick's arrest, an unidentified individual attempted to sell personal data belonging to U.S. politicians. This data was obtained during the <a href="https://www.bleepingcomputer.com/news/security/fbi-investigates-data-breach-impacting-us-house-members-and-staff/" target="_blank" rel="external nofollow">breach of D.C. Health Link</a>, the healthcare provider for U.S. House members, their families, and staff.
</p>

<p>
	 
</p>

<p>
	Pompompurin was also involved in the breach of other high-profile organizations and companies. For instance, he exploited a vulnerability in <a href="https://www.bleepingcomputer.com/news/security/fbi-system-hacked-to-email-urgent-warning-about-fake-cyberattacks/" target="_blank" rel="external nofollow">the FBI's Law Enforcement Enterprise Portal (LEEP)</a> to send fake cyberattack alert emails.
</p>

<p>
	 
</p>

<p>
	He also stole customer data <a href="https://www.bleepingcomputer.com/news/security/7-million-robinhood-user-email-addresses-for-sale-on-hacker-forum/" target="_blank" rel="external nofollow">from Robinhood</a> and purportedly exploited a Twitter bug to find the email addresses of <a href="https://www.bleepingcomputer.com/news/security/massive-twitter-data-leak-investigated-by-eu-privacy-watchdog/" target="_blank" rel="external nofollow">approximately 5.4 million users</a>.
</p>

<p>
	 
</p>

<p>
	It should also be noted that court documents released following Fitzpatrick's arrest are yet to disclose any charges against Pompompurin linked to breaches and malicious activity beyond BreachForums.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/security/fbi-seizes-breachforums-after-arresting-its-owner-pompompurin-in-march/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">16524</guid><pubDate>Fri, 23 Jun 2023 19:26:49 +0000</pubDate></item><item><title>Why is it so rare to hear about Western cyber-attacks?</title><link>https://nsaneforums.com/news/security-privacy-news/why-is-it-so-rare-to-hear-about-western-cyber-attacks-r16517/</link><description><![CDATA[<p>
	<span style="font-size:16px;"><strong>A cyber-attack that took over iPhones at a Russian technology company is being blamed on US government hackers. Could the attack, and the response from the Russian government, be rewriting the narrative of who the good guys and bad guys are in cyber-space?</strong></span>
</p>

<p>
	 
</p>

<p>
	Camaro Dragon, Fancy Bear, Static Kitten and Stardust Chollima - these aren't the latest Marvel film superheroes but the names given to some of the most feared hacking groups in the world.
</p>

<p>
	 
</p>

<p>
	For years, these elite cyber teams have been tracked from hack to hack, stealing secrets and causing disruption allegedly under orders from their governments.
</p>

<p>
	 
</p>

<p>
	And cyber-security companies have even created cartoon images of them.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="_130167702_4628ccf3-1854-4201-b643-f2b65" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/5128/production/_130167702_4628ccf3-1854-4201-b643-f2b65b5f223c.jpg.webp" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Camaro Dragon - Checkpoint's latest illustration for an alleged Chinese group hacking European foreign affairs workers</em></span>
</p>

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

<p>
	With dots on a world map, marketeers at these companies regularly warn customers about where these "advanced persistent threats" (APTs) are coming from - usually Russia, China, North Korea and Iran.
</p>

<p>
	 
</p>

<p>
	But parts of the map remain conspicuously empty.
</p>

<p>
	 
</p>

<p>
	So why is it so rare to hear about Western hacking teams and cyber-attacks?
</p>

<p>
	 
</p>

<p>
	A major hack in Russia, unearthed earlier this month, might provide some clues.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>Defenders under attack</strong></span>
</p>

<p>
	 
</p>

<p>
	From his desk overlooking the Moscow Canal, the cyber-security worker watched as strange pings began to register on the company wi-fi network.
</p>

<p>
	 
</p>

<p>
	Dozens of staff mobile phones were simultaneously sending information to strange parts of the internet.
</p>

<p>
	 
</p>

<p>
	But this was no ordinary company.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="_130167710_e9fe1843-e303-4a62-9e60-afc50" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/06F0/production/_130167710_e9fe1843-e303-4a62-9e60-afc5055be4f1.jpg.webp" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Kaspersky HQ, in Moscow</em></span>
</p>

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

<p>
	his was Russia's biggest cyber company Kaspersky, investigating a potential attack on its own employees.
</p>

<p>
	 
</p>

<p>
	"Obviously our minds turned straight to spyware but we were pretty sceptical at first," chief security researcher Igor Kuznetsov says.
</p>

<p>
	 
</p>

<p>
	"Everyone's heard about powerful cyber tools which can turn mobile phones into spying devices but I thought of this as a kind of urban legend that happens to someone else, somewhere else."
</p>

<p>
	 
</p>

<p>
	After painstaking analysis of "several dozen" infected iPhones, Igor realised their hunch had been right - they had indeed unearthed a large sophisticated surveillance-hacking campaign against their own staff.
</p>

<p>
	 
</p>

<p>
	The type of attack they had found is the stuff of nightmares for cyber defenders.
</p>

<p>
	 
</p>

<p>
	The hackers had invented a way to infect iPhones simply by sending an iMessage that automatically deletes itself once the malicious software is injected into the device.
</p>

<p>
	 
</p>

<p>
	"Wham, you're infected - and you don't even see it," Igor says.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>'Reconnaissance operation'</strong></span>
</p>

<p>
	 
</p>

<p>
	The victims' entire phone contents were now being pinged back to the attackers at regular intervals. Messages, emails and pictures were shared - even access to cameras and microphones.
</p>

<p>
	 
</p>

<p>
	Keeping to Kaspersky's long-standing rule of not pointing fingers, Igor says they are not interested in from where this digital espionage attack was launched.
</p>

<p>
	 
</p>

<p>
	"Bytes don't have nationalities - and anytime a cyber-attack is blamed on a certain country, then it's done with an agenda," he says.
</p>

<p>
	But the Russian government is less concerned about that.
</p>

<p>
	 
</p>

<p>
	On the same day Kaspersky announced its discovery, Russian security services<strong> put out an urgent bulletin</strong> saying they had "uncovered a reconnaissance operation by American intelligence services carried out using Apple mobile devices".
</p>

<p>
	 
</p>

<p>
	The Russian cyber-intelligence service made no mention of Kaspersky but claimed "several thousand telephone sets" belonging to both Russians and foreign diplomats had been infected.
</p>

<p>
	 
</p>

<p>
	The bulletin even accused Apple of actively helping in the hacking campaign. Apple denies it was involved.
</p>

<p>
	 
</p>

<p>
	The alleged culprit - the United States National Security Agency (NSA) - told BBC News it had no comment.
</p>

<p>
	 
</p>

<p>
	Igor insists Kaspersky did not coordinate with the Russian security services and the government's bulletin took them by surprise.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="_107254163_nsa.jpg.webp" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/8D31/production/_107254163_nsa.jpg.webp" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>The NSA has elite hackers working for the US</em></span>
</p>

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

<p>
	Some in the cyber-security world will be surprised by this - the Russian government had appeared to be issuing a joint announcement with Kaspersky, for maximum impact, the kind of tactic increasingly used by Western countries to expose hacking campaigns and loudly point fingers.
</p>

<p>
	Only last month, the US government issued a joint announcement with Microsoft - Chinese government hackers had been <strong>found lurking inside energy networks in US territories</strong>.
</p>

<p>
	 
</p>

<p>
	And this announcement was swiftly and predictably followed by a chorus of agreement from America's allies in cyber-space - the UK, Australia, Canada and New Zealand - known as the Five Eyes.
</p>

<p>
	 
</p>

<p>
	China's response was a rapid denial saying the story was all part of a "collective disinformation campaign" from the Five Eyes countries.
</p>

<p>
	 
</p>

<p>
	Chinese Foreign Ministry official Mao Ning added China's regular response: "The fact is the United States is the empire of hacking."
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>'Targeting China'</strong></span>
</p>

<p>
	 
</p>

<p>
	But now, like Russia, China seems to be adopting a more aggressive approach to calling out Western hacking.
</p>

<p>
	 
</p>

<p>
	State-run news outlet China Daily has warned foreign-government-backed hackers are <strong>now the country's biggest cyber-security threat</strong>.
</p>

<p>
	 
</p>

<p>
	And that warning came with a statistic from Chinese company 360 Security Technology - it had discovered "51 hacker organisations targeting China".
</p>

<p>
	 
</p>

<p>
	The company did not respond to requests for comment.
</p>

<p>
	 
</p>

<p>
	Last September, China also accused the US of hacking a government-funded university responsible for aeronautics and space research programmes.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>'Fair play'</strong></span>
</p>

<p>
	 
</p>

<p>
	"China and Russia have slowly figured out the Western model for cyber exposure is incredibly effective and I think we are seeing a shift," Rubrik Zero Labs head and former cyber intelligence worker Steve Stone says.
</p>

<p>
	 
</p>

<p>
	"I'll also say I think that's a good thing. I have zero issue with other countries revealing what Western countries are doing. I think it's fair play and I think it's appropriate."
</p>

<p>
	 
</p>

<p>
	Many brush off the Chinese charge of the US being the empire of hacking as hyperbole - but there is some truth in it.
</p>

<p>
	 
</p>

<p>
	According to the International Institute for Strategic Studies (IISS), the US is the only tier-one cyber power in the world, based on attack, defence and influence.
</p>

<p>
	 
</p>

<p>
	Tier two is made up of:
</p>

<p>
	 
</p>

<ul>
	<li>
		    China
	</li>
	<li>
		    Russia
	</li>
	<li>
		    the UK
	</li>
	<li>
		    Australia
	</li>
	<li>
		    France
	</li>
	<li>
		    Israel
	</li>
	<li>
		    Canada
	</li>
</ul>

<p>
	 
</p>

<p style="text-align:center;">
	The National Cyber Power Index, compiled by researchers at the Belfer Centre for Science and International Affairs, also deems <strong>the US the world's top cyber power</strong>.
</p>

<p>
	 
</p>

<p>
	The paper's lead researcher, Julia Voo, has also noticed a shift.
</p>

<p>
	 
</p>

<p>
	"Espionage is routine for governments and now it's so often in the form of cyber-attacks - but there's a battle of narrative going on and governments are asking who is behaving responsibly and irresponsibly in cyber-space," she says.
</p>

<p>
	 
</p>

<p>
	And compiling a list of APT hacking groups and pretending there are no Western ones is not a truthful depiction of reality, she says.
</p>

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

<p style="text-align:center;">
	<img alt="_121591038_gchqcheltenham.jpg.webp" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/1444B/production/_121591038_gchqcheltenham.jpg.webp" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>UK hackers operate from Government Communications Headquarters (GCHQ), in Cheltenham</em></span>
</p>

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

<p>
	"Reading the same reports about hacking attacks from only one side adds to a general ignorance," Ms Voo says.
</p>

<p>
	 
</p>

<p>
	"A general education of the public is important, because this is basically where a lot of tensions between states are going to be playing out in the future."
</p>

<p>
	 
</p>

<p>
	And Ms Voo praises the UK government for <strong>publishing its inaugural transparency report</strong> into National Cyber Force operations.
</p>

<p>
	 
</p>

<p>
	"It's not super-detailed but more than other countries," she says.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>'Data bias'</strong></span>
</p>

<p>
	 
</p>

<p>
	But the lack of transparency could also stem from cyber-security companies themselves.
</p>

<p>
	 
</p>

<p>
	Mr Stone calls it a "data bias" - Western cyber-security companies fail to see western hacks, because they have no customers in rival countries.
</p>

<p>
	But there could also be a conscious decision to put less effort into some investigations.
</p>

<p>
	 
</p>

<p>
	"I don't doubt that there's likely some companies that may pull the punch and hide what they may know about a Western attack," Mr Stone says.
</p>

<p>
	But he has never been part of a team that deliberately held back.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="_130167704_ac3696bb-e64b-476f-bceb-40307" class="ipsImage" data-ratio="75.10" height="540" width="703" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/9F48/production/_130167704_ac3696bb-e64b-476f-bceb-40307358969f.jpg.webp" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Static Kitten is the name given to an Iranian government-sponsored hacking group</em></span>
</p>

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

<p>
	Lucrative contracts from governments such as the UK or US are a major revenue stream for many cyber-security companies too.
</p>

<p>
	 
</p>

<p>
	As one Middle Eastern cyber-security researcher says: "The cyber-security intelligence sector is heavily represented by Western vendors and greatly influenced by their customers' interests and needs."
</p>

<p>
	 
</p>

<p>
	The expert, who asked to remain anonymous, is one of more than a dozen volunteers regularly contributing to the APT Google Sheet - <strong>a free-to-view online spreadsheet</strong> tracking all known instances of threat-actor activities, irrespective of their origins.
</p>

<p>
	 
</p>

<p>
	It has a tab for "Nato" APTs, with monikers such as Longhorn, Snowglobe and Gossip Girl, but the expert admits it is pretty empty compared with tabs for other regions and countries.
</p>

<p>
	<br />
	<span style="font-size:24px;"><strong>'Less noise'</strong></span>
</p>

<p>
	 
</p>

<p>
	He says another reason for the lack of information on Western cyber-attacks could be because they are often stealthier and cause less collateral damage.
</p>

<p>
	 
</p>

<p>
	"Western nations tend to conduct their cyber operations in a more precise and strategic manner, contrasting with the more aggressive and broad attacks associated with nations like Iran and Russia," the expert says.
</p>

<p>
	 
</p>

<p>
	"As a result, Western cyber operations often yield less noise."
</p>

<p>
	 
</p>

<p>
	The other aspect to a lack of reporting could be trust.
</p>

<p>
	 
</p>

<p>
	It is easy to brush off Russian or Chinese hacking allegations because they often lack evidence.
</p>

<p>
	 
</p>

<p>
	But Western governments, when they loudly and regularly point the finger, rarely, if ever, provide any evidence either.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.bbc.com/news/technology-65977742" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">16517</guid><pubDate>Fri, 23 Jun 2023 13:54:57 +0000</pubDate></item></channel></rss>
