eth-phishing-detect icon indicating copy to clipboard operation
eth-phishing-detect copied to clipboard

Utility for detecting phishing domains targeting Web3 users

Results 88 eth-phishing-detect issues
Sort by recently updated
recently updated
newest added

**Domain:** https://halo-paperhand.web.app - [X] I have checked to make sure that [there is not a duplicate issue](https://github.com/MetaMask/eth-phishing-detect/issues)

blocklist addition

**Domain:** sumerus.com - [X] I have checked to make sure that [there is not a duplicate issue](https://github.com/MetaMask/eth-phishing-detect/issues)

blocklist removal
needs more information

This PR aims to reduce false positives in the blocklist by checking against ChainPatrol's allowlist of legitimate domains. ChainPatrol regularly verifies companies in the Web3 space and adds their domains...

improvement

Requires https://github.com/MetaMask/eth-phishing-detect/pull/58432 to be merged

release

This allows us to push IPFS cIDs to the blocklist and have them blocked by the eth-phishing-detect service. We only need to note the CIDs and not block the gateways....

enhancement

https://localtrade.cc/ is a CEX that does not require a wallet conection. It is a mistake, please remove the warning

blocklist removal
needs more information

This PR introduces a major improvement to the `test-lists.ts` file which is critical for preventing false positives within CICD. ### Rationale Previously, we've been allowing subdomains to bypass the `tranco`...

improvement

- Update `clean:blocklist` script to normalize and extract CIDs from IPFS subdomain gateway links - Run script to clean up existing config and remove some duplicates as a result -...