From 5455ecc816bef7d01d615b2a2d9335d116483008 Mon Sep 17 00:00:00 2001 From: PCPisChill <22227370+PCPisChill@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:11:25 -0400 Subject: [PATCH 01/30] Create csgo2beta-videos.yml --- indicators/csgo2beta-videos.yml | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 indicators/csgo2beta-videos.yml diff --git a/indicators/csgo2beta-videos.yml b/indicators/csgo2beta-videos.yml new file mode 100644 index 00000000..d281b0eb --- /dev/null +++ b/indicators/csgo2beta-videos.yml @@ -0,0 +1,45 @@ +title: Steam CSGO2 Beta Phishing Kit + +description: | + Steam Phishing Kit that uses a fake Steam login window to steal user credentials and CSGO2 Beta Access as bait. + +references: + - https://urlscan.io/result/de077e20-ab89-494b-af4c-df49f72d1e8b + - https://urlscan.io/result/2fca4b90-38da-4880-9b09-14e3a94c68e6 + - https://urlscan.io/result/558a4fb2-8e16-4176-9a16-ebfe2fe64d2b + - https://urlscan.io/result/0712a363-be77-4482-960a-886738d7f882 + - https://urlscan.io/result/950664a4-aaf8-4d2d-8761-c0b2fa11ab7a + - https://urlscan.io/result/1daf0866-8168-4efe-9f37-067b89b886b4 + - https://urlscan.io/result/6f719b9d-0ded-4f3c-ba3f-682b1afd015f + - https://urlscan.io/result/bd1cef80-59d3-43cb-bfb3-b71a9cc411b0 + - https://urlscan.io/result/5c36ed3f-3efe-43a9-a669-f13f4ff0cdcb + - https://urlscan.io/result/ed5b5e51-109f-4dec-b886-6a49b44e8fe8 + +detection: + realDomain: + hostname: + - counter-strike.net + + csgo2PageTitle: + html|contains: + - 'Counter-Strike 2 | Limited Test' + + csgo2Youtube: + requests|contains|all: + - 'youtube.com/embed/_y9MpNcAitQ' + - 'youtube.com/embed/GqhhFl5zgA0' + - 'youtube.com/embed/ExZtISgOxEQ' + + csgo2mp4s: + requests|contains|all: + - '/apps/csgo/videos/csgo_react/cs2/video_smokes.mp4' + - '/apps/csgo/videos/csgo_react/cs2/smokes_vid2.mp4' + - '/apps/csgo/videos/csgo_react/cs2/smokes_vid1.mp4' + - '/apps/csgo/videos/csgo_react/cs2/smokes_vid3.mp4' + - '/apps/csgo/videos/csgo_react/cs2/video_ticks.mp4' + + condition: csgo2PageTitle and (csgo2Youtube or csgo2mp4s) and not realDomain + +tags: + - target.steam + - threat_actor_country.russia From 0a6649fea4f9785dbd07f54ba42b14339a6790ae Mon Sep 17 00:00:00 2001 From: PCPisChill <22227370+PCPisChill@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:13:36 -0400 Subject: [PATCH 02/30] Create steam-auronplay.yml --- indicators/steam-auronplay.yml | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 indicators/steam-auronplay.yml diff --git a/indicators/steam-auronplay.yml b/indicators/steam-auronplay.yml new file mode 100644 index 00000000..f65c141c --- /dev/null +++ b/indicators/steam-auronplay.yml @@ -0,0 +1,35 @@ +title: Steam Auronplay Gift Card Phishing Kit + +description: | + Steam Phishing Kit that uses a fake Steam login window to steal user credentials and 50/100$ gift cards as bait. + +references: + - https://urlscan.io/result/732d40f3-c113-44da-bcd4-5f39ff173e83 + - https://urlscan.io/result/ee34fa99-6cf8-4b16-8cf5-e617e238dea0 + - https://urlscan.io/result/d09c1f36-773f-437c-b533-4dced6cecc1f + - https://urlscan.io/result/23b2c035-4daa-405e-98cd-0f3cdddcd5ca + - https://urlscan.io/result/0b26dcba-e480-4690-a856-f8b3577194ec + - https://urlscan.io/result/5d409d0e-4f1d-4a8f-b076-b473c9398a43 + +detection: + + giftFromAuronplay: + html|contains: + - '

A gicqgft frgedom auronplay' + + steamGiftPageFooter: + html|contains|all: + - 'Privacy Policy' + - 'Legal' + - 'Refunds' + - 'Cookies' + + showAuthWinJS: + js|contains: + - "Array.from(document.getElementsByClassName('showAuthWin')).forEach((showAuthWin)" + + condition: giftFromAuronplay or steamGiftPageFooter or showAuthWinJS + +tags: + - target.steam + - threat_actor_country.russia From 36a05c02e76a6055e7c4fa239c051638f408f339 Mon Sep 17 00:00:00 2001 From: PCPisChill <22227370+PCPisChill@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:14:35 -0400 Subject: [PATCH 03/30] Create steam-getsiteconfig.yml --- indicators/steam-getsiteconfig.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 indicators/steam-getsiteconfig.yml diff --git a/indicators/steam-getsiteconfig.yml b/indicators/steam-getsiteconfig.yml new file mode 100644 index 00000000..3980af3c --- /dev/null +++ b/indicators/steam-getsiteconfig.yml @@ -0,0 +1,29 @@ +title: Steam Phishing Kit getsiteconfig + +description: | + Steam Phishing Kit with obfuscated javascript pages that use a fake Steam login window to steal user credentials and free 50/100$ gift cards, csgo skins, csgo2 beta or discord nitro as bait. + +references: + - https://urlscan.io/result/732d40f3-c113-44da-bcd4-5f39ff173e83 + - https://urlscan.io/result/0712a363-be77-4482-960a-886738d7f882 + - https://urlscan.io/result/01e4685b-9001-4843-a50f-a41ad126fc8c + - https://urlscan.io/result/64c8c423-5e1e-4779-a4b0-66c9e0beb8d7 + - https://urlscan.io/result/02d78cc5-5035-490d-ade3-8043a1d29d29 + - https://urlscan.io/result/65902fde-168e-4492-a039-b678cedc23c8 + - https://urlscan.io/result/5988575a-6cc7-4e5b-ac87-22fb5e29b6e6 + +detection: + + getSiteConfigJson: + requests|contains: '/api/getsiteconfig/' + + viewportAndScriptElems: + html|contains|all: + - '' + - '