diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 88f1affea..4093e90df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 94 frankywild Update all.json (#1474) 78 michalisFr Update address.json (#1438) 27 Bill Laboon Fake polkadot site (#1298) - 9 ccris02 Update all.json (#1465) + 10 ccris02 Update all.json (#1476) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/all.json b/all.json index 81c6f3154..86cc54c62 100644 --- a/all.json +++ b/all.json @@ -2,12 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "imtokenx.info", - "walletrestorer.net", - "securevalidatewallet.com", - "tokenpocket.capital", - "validatorconnect.xyz", - "dappsmigrate.xyz", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1766,6 +1760,7 @@ "dappsmartvalidation.com", "dappsmartwallet.biz", "dappsmigrate.com", + "dappsmigrate.xyz", "dappsmigration.com", "dappsmigration.online", "dappsmigration.xyz", @@ -2771,6 +2766,7 @@ "imtokens.news", "imtokensn.co", "imtokentoken.com", + "imtokenx.info", "imtokenzh88.com", "incwalletvalidates.net", "indexapps.one", @@ -5165,6 +5161,7 @@ "securetoken.live", "securetoken.su", "securevalidate.site", + "securevalidatewallet.com", "securewal.com", "securewallet.finance", "securewallet.pages.dev", @@ -5771,6 +5768,7 @@ "tokenpockeet.cc", "tokenpocket-appz.com", "tokenpocket-appz.org", + "tokenpocket.capital", "tokenpocket.lt", "tokenpocket.store", "tokenpocketappz.com", @@ -6245,6 +6243,7 @@ "validator-sync.com", "validatorbridge.com", "validatorconnect.info", + "validatorconnect.xyz", "validatordapp.co", "validatordapps.info", "validatordappsuser.info", @@ -6970,6 +6969,7 @@ "walletrestorehelp.com", "walletrestorelive.com", "walletrestoreonline.online", + "walletrestorer.net", "walletrestores.com", "walletrestores.xyz", "walletrestoresupport.com", diff --git a/meta/2022-04.json b/meta/2022-04.json index 28063701d..6ed75a566 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -95,6 +95,10 @@ "date": "2022-04-20", "url": "dappslaunch.com" }, + { + "date": "2022-04-20", + "url": "dappsmigrate.xyz" + }, { "date": "2022-04-20", "url": "dappwallet.rf.gd" @@ -135,6 +139,10 @@ "date": "2022-04-20", "url": "henexcapital.com" }, + { + "date": "2022-04-20", + "url": "imtokenx.info" + }, { "date": "2022-04-20", "url": "instantwalletdashport.online" @@ -195,6 +203,10 @@ "date": "2022-04-20", "url": "securetoken.su" }, + { + "date": "2022-04-20", + "url": "securevalidatewallet.com" + }, { "date": "2022-04-20", "url": "seedifiyfund.net" @@ -243,10 +255,18 @@ "date": "2022-04-20", "url": "terraconnection.net" }, + { + "date": "2022-04-20", + "url": "tokenpocket.capital" + }, { "date": "2022-04-20", "url": "unlockallassets.com" }, + { + "date": "2022-04-20", + "url": "validatorconnect.xyz" + }, { "date": "2022-04-20", "url": "verifyasset.net" @@ -263,6 +283,10 @@ "date": "2022-04-20", "url": "wallethelp.online" }, + { + "date": "2022-04-20", + "url": "walletrestorer.net" + }, { "date": "2022-04-20", "url": "walletvalidation.online" diff --git a/package.json b/package.json index fc6becd92..f774cc542 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.65", + "version": "0.11.66", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f509f2c3c..61bacedd7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.65", + "version": "0.11.66", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 49c8ab253..fe776162a 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.65' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.66' };