-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Blog: Phishing attacks with new domains likely to continue #18735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
82df422
New blog post: plenty of phish in the sea
sethmlarson ca7bafd
Add note on what to do if X occurred
sethmlarson 50ef706
Change advice on links in emails
sethmlarson 80c3f2c
`<!-- more -->`
sethmlarson 4533de4
Remove link to PR
sethmlarson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: Phishing attacks with new domains likely to continue | ||
description: A new phishing campaign targeting PyPI users using similar tactics to previous campaigns. | ||
authors: | ||
- sethmlarson | ||
date: 2025-09-23 | ||
tags: | ||
- security | ||
- transparency | ||
links: | ||
- posts/2025-07-28-pypi-phishing-attack.md | ||
- posts/2025-07-31-incident-report-phishing-attack.md | ||
|
||
--- | ||
|
||
Unfortunately the string of phishing attacks using domain-confusion | ||
and legitimate-looking emails continues. This is the [same attack PyPI saw a few months ago](2025-07-28-pypi-phishing-attack.md) | ||
and targeting many other open source repositories | ||
but with a different domain name. Judging from this, we believe this type of campaign will continue | ||
with new domains in the future. | ||
|
||
<!-- more --> | ||
|
||
In short, there's a new phishing campaign | ||
targeting PyPI users occurring right now. The email asks you to "verify their email address" | ||
for "account maintenance and security procedures" with a note that your account may be suspended. | ||
This email is fake, and the link goes to `pypi-mirror.org` which is a domain not owned by PyPI or the PSF. | ||
|
||
If you have already clicked on the link and provided your credentials, we recommend changing your | ||
password on PyPI immediately. Inspect your account's Security History for anything unexpected. | ||
Report suspicious activity, such as potential phishing campaigns against PyPI, to [`security@pypi.org`](mailto:security@pypi.org). | ||
|
||
## What is PyPI doing to protect users? | ||
|
||
There's no quick-and-easy method for PyPI maintainers to completely | ||
halt this sort of attack short of requiring phishing-resistant 2FA (such as hardware tokens). | ||
Below are the following steps we're taking to keep users safe: | ||
|
||
* Contacting the registrars and CDN of the malicious domains to have them taken down. | ||
* Submitting phishing domains to lists of known-malicious URLs. This makes browsers show a warning | ||
before visiting the website, hopefully triggering alarm bells for users. | ||
* Collaborating with other open source package managers to share strategies for quicker domain take-downs. | ||
* Exploring methods to make authenticating using TOTP-based 2FA more resistant to phishing. | ||
|
||
## What can you do as a maintainer? | ||
|
||
If you are a maintainer of a package on PyPI, you can help protect your users by adopting the following practices: | ||
|
||
* Don't trust or click on links in emails that you didn't trigger yourself. | ||
* Use a password manager that auto-fills based on domain name and exclusively using this feature. | ||
If auto-fill isn't working when it usually does, that is a warning sign! | ||
* Adopt a phishing-resistant 2FA method such as hardware keys. | ||
* When in doubt, ask for help before taking action. There is no shame in being cautious, share fishy-looking emails with others. | ||
* Share this warning within your own communities. PyPI is not the first or last open source service that will be targeted with phishing attacks. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.