diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7706b4dac..c449817c3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 20 Valentin Fernandez 0.25.21 (#5441) - 18 ChainPatrol Bot Add phishing domains from ChainPatrol (#5476) + 19 ChainPatrol Bot Add phishing domains from ChainPatrol (3 total) (#5477) 18 Josip Š Update all.json (#4408) 14 crypto-scambaiter Update all.json (#5242) 14 ImdioR Phishing scam website +1 more (#5435) diff --git a/all.json b/all.json index b763a4a20..54c2b35b1 100644 --- a/all.json +++ b/all.json @@ -1813,6 +1813,7 @@ "airdrpsalert.life", "airdrpsalert.locker", "airdrpsalert.lol", + "airdrpsalert.sbs", "airdrpsalerts.cfd", "airearning.com", "airesolution.live", @@ -5677,6 +5678,7 @@ "beefyhubs.lat", "beefyhubs.life", "beefyhubs.lol", + "beefyhubs.sbs", "beefymigrate.live", "beefymultichain.com", "beefys.gift", @@ -52091,12 +52093,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadot.beefyhubs.sbs", - "beefyhubs.sbs", - "dot.airdrpsalert.sbs", - "polkadot.airdrpsalert.sbs", - "airdrpsalert.sbs" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/sbs/all.json b/all/sbs/all.json index d9aed0b17..c66f38331 100644 --- a/all/sbs/all.json +++ b/all/sbs/all.json @@ -1,6 +1,7 @@ [ "2raydium.sbs", "airdrop-crypto.sbs", + "airdrpsalert.sbs", "allnodesrectify.sbs", "apollovelo.sbs", "app-enel.sbs", @@ -13,6 +14,7 @@ "authenticatordapp.sbs", "avalon-claim.sbs", "axionarch.sbs", + "beefyhubs.sbs", "big-time.sbs", "bitdegree-claim.sbs", "blum-airdrop.sbs", diff --git a/meta/2025-11.json b/meta/2025-11.json index 280d41e35..584085ed2 100644 --- a/meta/2025-11.json +++ b/meta/2025-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-11-03", + "url": "airdrpsalert.sbs" + }, { "date": "2025-11-03", "url": "aml-tools.com" @@ -7,6 +11,10 @@ "date": "2025-11-03", "url": "amlsecure.blog" }, + { + "date": "2025-11-03", + "url": "beefyhubs.sbs" + }, { "date": "2025-11-03", "url": "bitcoin-hypers.com" @@ -47,6 +55,10 @@ "date": "2025-11-03", "url": "domain-ens.app" }, + { + "date": "2025-11-03", + "url": "dot.airdrpsalert.sbs" + }, { "date": "2025-11-03", "url": "eligible-asterdex.com" @@ -135,6 +147,14 @@ "date": "2025-11-03", "url": "points-river.app" }, + { + "date": "2025-11-03", + "url": "polkadot.airdrpsalert.sbs" + }, + { + "date": "2025-11-03", + "url": "polkadot.beefyhubs.sbs" + }, { "date": "2025-11-03", "url": "portalbancus.com" diff --git a/package.json b/package.json index b1a86d35f..5cf7bea75 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-30-x", + "version": "0.25.22-31-x", "versions": { - "git": "0.25.22-30-x", + "git": "0.25.22-31-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8d47b4082..c4f8c8a46 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-30-x", + "version": "0.25.22-31-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 09bbc99a3..028957735 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.25.22-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-31-x' };