csgostash.com Open in urlscan Pro
2606:4700:20::ac43:46bd  Public Scan

Submitted URL: https://cs2stash.com/
Effective URL: https://csgostash.com/
Submission Tags: phishingrod
Submission: On March 21 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

https://csgostash.com/google-search

<form class="navbar-search-mobile visible-sm visible-xs display-none" role="search" action="https://csgostash.com/google-search">
  <div class="typeahead-container">
    <div class="input-group navbar-search-input-group typeahead-field>">
      <span class="typeahead-query">
        <input id="navbar-search-input-mobile" name="q" class="form-control" type="search" placeholder="Search" autocomplete="off" spellcheck="false">
      </span>
      <span class="input-group-btn">
        <button type="reset" class="btn btn-default input-mobile-search-button mobile-reset-button">
          <span class="glyphicon glyphicon-remove"></span>
        </button>
        <button type="submit" class="btn btn-default input-mobile-search-button">
          <span class="glyphicon glyphicon-search"></span>
        </button>
      </span>
    </div>
  </div>
</form>

https://csgostash.com/google-search

<form class="navbar-form navbar-right navbar-search hidden-sm hidden-xs" role="search" action="https://csgostash.com/google-search">
  <div class="typeahead-container">
    <div class="input-group navbar-search-input-group typeahead-field>">
      <span class="typeahead-query">
        <input id="navbar-search-input" name="q" class="form-control" type="search" placeholder="Search" autocomplete="off" spellcheck="false">
      </span>
      <span class="input-group-btn">
        <button type="submit" class="btn btn-default search-button">
          <span class="glyphicon glyphicon-search"></span>
        </button>
      </span>
    </div>
  </div>
</form>

<form class="form-horizontal">
  <fieldset>
    <div class="form-group">
      <label for="filter-name" class="col-lg-3 control-label">Name Filter</label>
      <div class="col-lg-9">
        <input type="text" name="name" class="form-control" id="filter-name" placeholder="e.g. 'Redline' or 'M4A4'" value="">
      </div>
    </div>
    <div class="form-group">
      <label class="col-lg-3 control-label"> Rarity <span class="toggle-rarity-select"><a>All / None</a></span>
      </label>
      <div class="col-lg-9">
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_contraband" checked=""><span class="filter-sort-rarity color-contraband">Contraband</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_ancient" checked=""><span class="filter-sort-rarity color-covert">Covert</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_legendary" checked=""><span class="filter-sort-rarity color-classified">Classified</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_mythical" checked=""><span class="filter-sort-rarity color-restricted">Restricted</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_rare" checked=""><span class="filter-sort-rarity color-milspec">Mil-Spec</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_uncommon" checked=""><span class="filter-sort-rarity color-industrial">Industrial Grade</span>
          </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="rarity_common" checked=""><span class="filter-sort-rarity color-consumer">Consumer Grade</span>
          </label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <label class="col-lg-3 control-label">StatTrak</label>
      <div class="col-lg-9">
        <div class="checkbox">
          <label class="price-st">
            <input type="checkbox" value="1" name="has_st" checked="">StatTrak </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="no_st" checked="">No StatTrak </label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <label class="col-lg-3 control-label">Souvenir</label>
      <div class="col-lg-9">
        <div class="checkbox">
          <label class="price-souv">
            <input type="checkbox" value="1" name="has_souv" checked="">Souvenir </label>
        </div>
        <div class="checkbox">
          <label>
            <input type="checkbox" value="1" name="no_souv" checked="">No Souvenir </label>
        </div>
      </div>
    </div>
    <div class="form-group">
      <label class="col-lg-3 control-label">Sort By</label>
      <div class="col-lg-9">
        <select name="sort" class="form-control">
          <option value="default">Default</option>
          <option value="price_steam_agg">Steam Price</option>
          <option value="quantity_agg">Steam Listings</option>
          <option value="volume_agg">Steam Sales Volume (Last 24 Hours)</option>
          <option value="price_steam_median_agg">Steam Median Sales Price (Last 24 Hours)</option>
          <option value="price_bitskins_agg">BitSkins Price</option>
          <option value="rarity">Rarity</option>
          <option value="weapon">Weapon</option>
          <option value="name">Name</option>
        </select>
      </div>
    </div>
    <div class="form-group form-group-aggregate" style="display: none;">
      <div class="col-lg-4 col-lg-offset-3">
        <select name="sort_agg" class="form-control" disabled="">
          <option value="avg">Average</option>
          <option value="sum">Total</option>
          <option value="min">Min</option>
          <option value="max">Max</option>
        </select>
      </div>
    </div>
    <div class="form-group form-group-sort" style="display: none;">
      <label class="col-lg-3 control-label">Sort Order</label>
      <div class="col-lg-9">
        <div class="radio-inline">
          <label>
            <input type="radio" name="order" value="desc" checked="" disabled="">
            <span class="glyphicon glyphicon-sort-by-attributes-alt form-sort-glyphicon" aria-hidden="true"></span>
          </label>
        </div>
        <div class="radio-inline">
          <label>
            <input type="radio" name="order" value="asc" disabled="">
            <span class="glyphicon glyphicon-sort-by-attributes form-sort-glyphicon" aria-hidden="true"></span>
          </label>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="button" data-dismiss="modal" class="btn btn-default">Close</button>
      <button type="reset" class="btn btn-default reset-sort-filter">Reset</button>
      <button type="submit" class="btn btn-primary">Submit</button>
    </div>
  </fieldset>
</form>

Text Content

Privacy Preference

Your privacy choices

We and 809 TCF partners and other partners process personal data such as
cookies, unique identifiers, and other device data. Some partners may process
your personal data on the basis of legitimate interest. View a list of partners
to see the purposes they believe they have legitimate interest or and how you
can object to it.

We and 809 TCF partners and other partners may use your data for the listed
purposes, you can manage your choices by clicking Manage Options.

You can change your settings at any time, including by withdrawing your consent,
by clicking the cog icon at corner or the link at bottom of the page.

Purposes
Store and/or access information on a device
Develop and improve services
Personalised advertising and content, advertising and content measurement, and
audience research
Special Features
Use precise geolocation data
Manage OptionsAgree and proceed

Powered byUniConsent
Toggle navigation

 * 
 * Pistols
   * Zeus x27
   * 
   * CZ75-Auto
   * Desert Eagle
   * Dual Berettas
   * Five-SeveN
   * Glock-18
   * P2000
   * P250
   * R8 Revolver
   * Tec-9
   * USP-S
 * Mid-Tier
   * SMGs
   * MAC-10
   * MP5-SD
   * MP7
   * MP9
   * PP-Bizon
   * P90
   * UMP-45
   * Shotguns
   * MAG-7
   * Nova
   * Sawed-Off
   * XM1014
   * Machineguns
   * M249
   * Negev
 * Rifles
   * AK-47
   * AUG
   * AWP
   * FAMAS
   * G3SG1
   * Galil AR
   * M4A1-S
   * M4A4
   * SCAR-20
   * SG 553
   * SSG 08
 * Knives
   * All Knives
   * 
   * Bayonet
   * Bowie Knife
   * Butterfly Knife
   * Classic Knife
   * Falchion Knife
   * Flip Knife
   * Gut Knife
   * Huntsman Knife
   * Karambit
   * Kukri Knife
   * M9 Bayonet
   * Navaja Knife
   * Nomad Knife
   * Paracord Knife
   * Shadow Daggers
   * Skeleton Knife
   * Stiletto Knife
   * Survival Knife
   * Talon Knife
   * Ursus Knife
 * Gloves
 * Cases
   * Active Cases
   * Kilowatt Case
   * Dreams & Nightmares Case
   * Fracture Case
   * Recoil Case
   * Revolution Case
   * 
   * Chroma Case
   * Chroma 2 Case
   * Chroma 3 Case
   * Clutch Case
   * CS:GO Weapon Case
   * CS:GO Weapon Case 2
   * CS:GO Weapon Case 3
   * CS20 Case
   * Danger Zone Case
   * eSports 2013 Case
   * eSports 2013 Winter Case
   * eSports 2014 Summer Case
   * Falchion Case
   * Gamma Case
   * Gamma 2 Case
   * Glove Case
   * Horizon Case
   * Huntsman Weapon Case
   * Operation Bravo Case
   * Operation Breakout Weapon Case
   * Operation Broken Fang Case
   * Operation Hydra Case
   * Operation Phoenix Weapon Case
   * Operation Riptide Case
   * Operation Vanguard Weapon Case
   * Operation Wildfire Case
   * Prisma Case
   * Prisma 2 Case
   * Revolver Case
   * Shadow Case
   * Shattered Web Case
   * Snakebite Case
   * Spectrum Case
   * Spectrum 2 Case
   * Winter Offensive Weapon Case
   * 
   * All Skin Cases
   * Souvenir Packages
   * Gift Packages
 * Collections
   * Copenhagen Souvenirs
   * Ancient
   * Anubis
   * Inferno (2018)
   * Mirage (2021)
   * Nuke (2018)
   * Overpass
   * Vertigo (2021)
   * 
   * Alpha
   * Assault
   * Aztec
   * Baggage
   * Bank
   * Blacksite
   * Cache
   * Canals
   * Chop Shop
   * Cobblestone
   * Control
   * Dust
   * Dust 2 (2021)
   * Dust 2 (Old)
   * Gods and Monsters
   * Havoc
   * Inferno (Old)
   * Italy
   * Lake
   * Militia
   * Mirage (Old)
   * Norse
   * Nuke (Old)
   * Office
   * Rising Sun
   * Safehouse
   * St. Marc
   * Train (2021)
   * Train (Old)
   * Vertigo (Old)
 * Stickers
   * Regular Stickers
   * Tournament Stickers
   * Sticker Capsules
   * Autograph Capsules
   * 
   * Tournament Stickers
   * Copenhagen 2024
   * Paris 2023
   * Rio 2022
   * Antwerp 2022
   * Stockholm 2021
   * 2020 Regional Major Rankings
   * Berlin 2019
   * Katowice 2019
   * London 2018
   * Boston 2018
   * Krakow 2017
   * Atlanta 2017
   * Cologne 2016
   * MLG Columbus 2016
   * Cluj-Napoca 2015
   * Cologne 2015
   * Katowice 2015
   * DreamHack 2014
   * Cologne 2014
   * Katowice 2014
   * 
   * Regular Stickers
   * 10 Year Birthday Sticker Capsule
   * The Boardroom Sticker Capsule
   * Operation Riptide Sticker Collection
   * Riptide Surf Shop Sticker Collection
   * 2021 Community Sticker Capsule
   * Poorly Drawn Capsule
   * Broken Fang Sticker Collection
   * Recoil Sticker Collection
   * Warhammer 40k Sticker Capsule
   * Half-Life: Alyx Sticker Capsule
   * Halo Capsule
   * Shattered Web Sticker Collection
   * CS20 Sticker Capsule
   * Chicken Capsule
   * Feral Predators Capsule
   * Skill Groups Capsule
   * Community Capsule 2018
   * Perfect World Sticker Capsule 1
   * Perfect World Sticker Capsule 2
   * Bestiary Capsule
   * Sugarface Capsule
   * Team Roles Capsule
   * Slid3 Capsule
   * Pinups Capsule
   * Enfu Sticker Capsule
   * Community Stickers Series 5
   * Community Stickers Series 4
   * Community Stickers Series 3
   * Community Stickers Halloween 2014
   * Community Stickers Series 2
   * Community Sticker Capsule 1
   * Sticker Capsule 2
   * Sticker Capsule
 * Other
   * Music Kits
   * NIGHTMODE Music Kit Box
   * Initiators Music Kit Box
   * Tacticians Music Kit Box
   * Masterminds Music Kit Box
   * Radicals Box
   * 
   * All Agents
   * Operation Riptide Agents
   * Broken Fang Agents
   * Shattered Web Agents
   * 
   * All Agent Patches
   * 
   * Stockholm 2021 Patches
   * 
   * Operation Riptide Patch Collection
   * 
   * Metal Skill Group Patch Collection
   * 
   * Half-Life: Alyx Patch Pack
   * 
   * CS:GO Patch Pack
   * 
   * Collectable Pins
   * Half-Life: Alyx Collectible Pins
   * Series 2
   * Series 3
   * Series 1
   * 
   * Graffiti
   * CS:GO Graffiti #3 Collection (Recoil)
   * CS:GO Graffiti #2 Collection
   * Trolling Graffiti Collection
   * London 2018 Team Graffiti
   * Boston 2018 Team Graffiti
   * Krakow 2017 Team Graffiti
   * Atlanta 2017 Team Graffiti
   * Perfect World Graffiti Box
   * CS:GO Graffiti Box
   * Community Graffiti Box 1
   * 
   * Keys & Other Items
 * Deals
 * * US Dollar ($)
   * Euro (€)
   * Arab Emirates Dirham (AED)
   * Argentine Peso (ARS$)
   * Australian Dollar (A$)
   * Belarusian Ruble (Br)
   * Brazilian Real (R$)
   * British Pound (£)
   * Canadian Dollar (CDN$)
   * Chilean Peso (CLP$)
   * Chinese Yuan (¥)
   * Colombian Peso (COL$)
   * Costa Rican Colon (₡)
   * Hong Kong Dollar (HK$)
   * Indian Rupee (₹)
   * Indonesian Rupiah (Rp)
   * Israeli New Shekel (₪)
   * Japanese Yen (¥)
   * Kazakhstan Tenge (₸)
   * Kuwaiti Dinar (KD)
   * Malaysian Ringgit (RM)
   * Mexican Peso (Mex$)
   * New Zealand Dollar (NZ$)
   * Norwegian Krone (kr)
   * Peruvian Nuevo Sol (S/)
   * Philippine Peso (₱)
   * Polish Zloty (zł)
   * Qatari Rial (QR)
   * Russian Ruble (pуб.)
   * Saudi Riyal (SR)
   * Singapore Dollar (S$)
   * South African Rand (R)
   * South Korean Won (₩)
   * Swiss Franc (CHF)
   * Taiwan Dollar (NT$)
   * Thai Baht (฿)
   * Turkish Lira (₺)
   * Ukrainian Hryvnia (₴)
   * Uruguayan Peso ($U)
   * Vietnamese Dong (₫)



CHECK OUT THE NEWEST COPENHAGEN 2024 MAJOR ITEMS!

Tournament Stickers Team Capsules Autograph Capsules Souvenir Packages
2,07€ on Steam Market Details


KILOWATT CASE


KILOWATT COLLECTION SKINS

PRICES

Steam 2,07€
BitSkins 1,96€

TRADING STATS

Listings 83475 Median 2,09€ Volume 116682

Filter & Sort
×

FILTER & SORT

Name Filter

Rarity All / None
Contraband
Covert
Classified
Restricted
Mil-Spec
Industrial Grade
Consumer Grade
StatTrak
StatTrak
No StatTrak
Souvenir
Souvenir
No Souvenir
Sort By
Default Steam Price Steam Listings Steam Sales Volume (Last 24 Hours) Steam
Median Sales Price (Last 24 Hours) BitSkins Price Rarity Weapon Name
Average Total Min Max
Sort Order

Close Reset Submit



KILOWATT CASE KNIVES

★ Rare Special Items ★

13 POSSIBLE KNIVES

All Kilowatt Case Knives


AK-47 | INHERITANCE

Covert Rifle

StatTrak Available

100,61€ - 394,44€

181,63€ - 1 051,86€

Kilowatt Case

Inspect in-game (FN) 123 Steam Listings

AK-47 Inheritance Skin & Price Details


AWP | CHROME CANNON

Covert Sniper Rifle

StatTrak Available

68,40€ - 301,83€

111,36€ - 707,50€

Kilowatt Case

Inspect in-game (FN) 202 Steam Listings

AWP Chrome Cannon Skin & Price Details


M4A1-S | BLACK LOTUS

Classified Rifle

StatTrak Available

25,97€ - 52,04€

52,03€ - 125,40€

Kilowatt Case

Inspect in-game (FN) 488 Steam Listings

M4A1-S Black Lotus Skin & Price Details




ZEUS X27 | OLYMPUS

Classified Equipment

StatTrak Available

13,12€ - 34,37€

35,04€ - 95,99€

Kilowatt Case

Inspect in-game (FN) 646 Steam Listings

Zeus x27 Olympus Skin & Price Details


USP-S | JAWBREAKER

Classified Pistol

StatTrak Available

12,90€ - 38,26€

23,81€ - 98,78€

Kilowatt Case

Inspect in-game (FN) 466 Steam Listings

USP-S Jawbreaker Skin & Price Details


GLOCK-18 | BLOCK-18

Restricted Pistol

StatTrak Available

1,70€ - 4,62€

4,42€ - 15,58€

Kilowatt Case

Inspect in-game (FN) 1620 Steam Listings

Glock-18 Block-18 Skin & Price Details


M4A4 | ETCH LORD

Restricted Rifle

StatTrak Available

1,71€ - 4,46€

3,85€ - 12,68€

Kilowatt Case

Inspect in-game (FN) 1571 Steam Listings

M4A4 Etch Lord Skin & Price Details


MP7 | JUST SMILE

Restricted SMG

StatTrak Available

1,61€ - 4,23€

3,85€ - 10,78€

Kilowatt Case

Inspect in-game (FN) 1502 Steam Listings

MP7 Just Smile Skin & Price Details


FIVE-SEVEN | HYBRID

Restricted Pistol

StatTrak Available

1,58€ - 4,43€

3,84€ - 9,69€

Kilowatt Case

Inspect in-game (FN) 1451 Steam Listings

Five-SeveN Hybrid Skin & Price Details


SAWED-OFF | ANALOG INPUT

Restricted Shotgun

StatTrak Available

1,68€ - 3,93€

3,78€ - 9,42€

Kilowatt Case

Inspect in-game (FN) 1575 Steam Listings

Sawed-Off Analog Input Skin & Price Details


MAC-10 | LIGHT BOX

Mil-Spec SMG

StatTrak Available

0,18€ - 1,06€

0,32€ - 4,50€

Kilowatt Case

Inspect in-game (FN) 3660 Steam Listings

MAC-10 Light Box Skin & Price Details


SSG 08 | DEZASTRE

Mil-Spec Sniper Rifle

StatTrak Available

0,17€ - 0,60€

0,36€ - 3,17€

Kilowatt Case

Inspect in-game (FN) 3064 Steam Listings

SSG 08 Dezastre Skin & Price Details


XM1014 | IREZUMI

Mil-Spec Shotgun

StatTrak Available

0,16€ - 0,44€

0,35€ - 2,01€

Kilowatt Case

Inspect in-game (FN) 2976 Steam Listings

XM1014 Irezumi Skin & Price Details


TEC-9 | SLAG

Mil-Spec Pistol

StatTrak Available

0,15€ - 0,53€

0,32€ - 1,65€

Kilowatt Case

Inspect in-game (FN) 2523 Steam Listings

Tec-9 Slag Skin & Price Details


UMP-45 | MOTORIZED

Mil-Spec SMG

StatTrak Available

0,17€ - 0,46€

0,36€ - 1,39€

Kilowatt Case

Inspect in-game (FN) 2665 Steam Listings

UMP-45 Motorized Skin & Price Details


NOVA | DARK SIGIL

Mil-Spec Shotgun

StatTrak Available

0,16€ - 0,42€

0,38€ - 1,27€

Kilowatt Case

Inspect in-game (FN) 3184 Steam Listings

Nova Dark Sigil Skin & Price Details


DUAL BERETTAS | HIDEOUT

Mil-Spec Pistol

StatTrak Available

0,16€ - 0,44€

0,38€ - 1,23€

Kilowatt Case

Inspect in-game (FN) 3118 Steam Listings

Dual Berettas Hideout Skin & Price Details




RECENTLY ADDED ITEMS

 * 14 March 2024
   * Copenhagen 2024 Tournament Stickers
 * 6 February 2024
   * Kilowatt Case Skins + Zeus Skin + Kukri Knife Skins
   * Ambush Sticker Capsule
   * NIGHTMODE Music Kit Box
 * 31 May 2023
   * Paris 2023 Champions (Vitality) Autograph Capsule
 * 4 May 2023
   * Paris 2023 Tournament Stickers
 * 24 April 2023
   * The Anubis Collection Skins
 * 9 February 2023
   * Revolution Case Skins + Gloves
   * Denzel Curry Music Kit
   * Espionage Sticker Capsule




Change Ad ConsentChange ConsentDo not sell my data

CS2 Stash and CSGO Stash © 2014-2024. Powered by Steam.

Privacy Policy