diff --git a/indicators/steam-732d40f3.yml b/indicators/steam-732d40f3.yml
new file mode 100644
index 00000000..eca94f12
--- /dev/null
+++ b/indicators/steam-732d40f3.yml
@@ -0,0 +1,29 @@
+title: Steam Phishing Kit 732d40f3
+description: |
+ Detects Steam phishing pages that obtain their template
+ configuration from `/api/getsiteconfig`
+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/2acf7249-7864-4148-aa3a-161286fce118
+
+detection:
+
+ siteConfiguration:
+ requests|contains: "/api/getsiteconfig/"
+
+ loadedIFrame:
+ dom|contains: ''
+
+ footerMessage:
+ dom|contains: '
Hello
'
+
+ condition: siteConfiguration and loadedIFrame and footerMessage
+
+tags:
+ - target.steam
+ - threat_actor_country.russia
diff --git a/indicators/steam-de077e20.yml b/indicators/steam-de077e20.yml
new file mode 100644
index 00000000..cbf57a3f
--- /dev/null
+++ b/indicators/steam-de077e20.yml
@@ -0,0 +1,24 @@
+title: Steam Phishing Kit de077e20
+description: |
+ Detects a Steam phishing kit that uses a fake Steam login window
+ to steal user credentials and Counter Strike 2 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/1daf0866-8168-4efe-9f37-067b89b886b4
+
+detection:
+
+ title:
+ title: "Counter-Strike 2 | Limited Test"
+
+ assets:
+ requests|endswith|all:
+ - '9d7ecea.js'
+ - 'c9d2021.js'
+
+ condition: title and assets
+
+tags:
+ - target.steam
+ - threat_actor_country.russia
diff --git a/indicators/steam-ee34fa99.yml b/indicators/steam-ee34fa99.yml
new file mode 100644
index 00000000..9234e156
--- /dev/null
+++ b/indicators/steam-ee34fa99.yml
@@ -0,0 +1,26 @@
+title: Steam Phishing Kit ee34fa99
+description: |
+ A 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/ee34fa99-6cf8-4b16-8cf5-e617e238dea0
+ - https://urlscan.io/result/d09c1f36-773f-437c-b533-4dced6cecc1f
+
+detection:
+
+ saleBannerGif:
+ requests|contains: 'https://s12.gifyu.com/images/'
+
+ siteMetrics:
+ requests|contains: 'metrica.php'
+
+ giftFrom:
+ html|contains: 'auronplay'
+
+ condition: siteMetrics and saleBannerGif and giftFrom
+
+tags:
+ - target.steam
+ - threat_actor_country.russia