wickedsickmafia.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://wickedsickmafia.com/
Submission Tags: phishingrod
Submission: On July 19 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: searchProPageTracks

<form class="top-nav-search ng-pristine ng-valid" name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchMobile')" role="search"><button id="slidingSearchMobileBtn" aria-label="search button" class="md-button menu-btn" type="button"
    ng-click="slidingSearchFocus('slidingSearchMobile')"><i class="icon-search default-menu-link-color"></i></button>
  <div class="sliding-search-container main-menu-bg-color" ng-class="{'active': slidingSearchActive}"><span><i class="icon-search default-menu-link-color"></i></span> <input
      class="input-box main-menu-bg-color default-menu-link-color sliding-search ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchMobile" placeholder="Search beats" ng-blur="searchFocusedOff('slidingSearchMobile')" name="search_keyword"
      ng-model="keyword" autocomplete="off" type="search" aria-invalid="false"> <span><i class="icon-close default-menu-link-color" ng-click="searchFocusedOff('slidingSearchMobile')" role="button" tabindex="0"></i></span></div><button
    class="md-button primary-btn hide">SEARCH</button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchDesktop')" role="search" class="ng-pristine ng-valid">
  <div class="desktop-sliding-search" ng-class="{'active': slidingSearchActive}">
    <div class="input-container"><input class="input-box main-menu-bg-color desktop-search default-menu-link-color ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchDesktop" name="search_keyword" placeholder="Search beats"
        ng-model="keyword" ng-blur="searchFocusedOff('slidingSearchDesktop')" autocomplete="off" type="search" aria-invalid="false">
      <div ng-click="searchFocusedOff('slidingSearchDesktop')" class="search-close-button" role="button" tabindex="0"><i class="icon-close default-menu-link-color"></i></div>
    </div>
    <div class="search-open-button" ng-click="slidingSearchFocus('slidingSearchDesktop')" role="button" tabindex="0"><i class="icon-search default-menu-link-color"></i></div>
  </div><button class="hide" type="submit"></button>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="contact-form ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_0">YOUR NAME</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_0" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="primary-text-color md-required" for="input_1">E-MAIL ADDRESS</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email"
        minlength="3" maxlength="100" ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_1" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="primary-text-color md-required" for="input_2">SUBJECT</label> <input required=""
      class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="subject" ng-model="contact.subject" autocomplete="off" id="input_2" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="primary-text-color md-required" for="input_3">MESSAGE</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="1" md-select-on-focus=""
        autocomplete="off" id="input_3" aria-invalid="true" style="height: 30px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none btn-container layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><span ng-class="{'hide': !contactError}" class="text-danger ng-binding hide"><i class="fa fa-exclamation"></i> &nbsp; &nbsp; </span><button class="md-button primary-btn m-none btn-send">SEND
        MESSAGE</button></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




WICKEDSICKMAFIA


SEARCH
Tracks

Albums

Videos

Memberships

Sound Kits

Services

Contact

Blog

About

Merchandise



0
$0.00
Log In
Featured Track  •  198BPM


ROBBERY / TEE GRIZZLEY TYPE BEAT

$30.00 IN CART
skilla babytee grizzley


 * TITLE TIME BPM TAGS

   
 * 
   Robbery / Tee Grizzley Type Beat 02:44 198 skilla baby tee grizzley $30.00 IN
   CART
   
 * 
   LEAD THE WAVE / MIGOS TYPE BEAT 03:18 140 offset takeoff $30.00 IN CART
   
 * 
   CMON / YEAT TYPE BEAT 01:56 140 ragetrap yeat type beat $30.00 IN CART
   
 * 
   GEEK / YEAT TYPE BEAT 02:55 142 ragetrap wickedsick $30.00 IN CART
   
 * 
   HOW IT GO / YEAT TYPE BEAT 03:36 151 yeat type beat wickedsick $30.00 IN CART
   
 * 
   NEIGHBORS / BIG 30 & POOH SHIESTY 02:50 146 pooh shiesty memphis type beat
   $30.00 IN CART
   
 * 
   WE THE ONES / TAKEOFF & TEE GRIZZLEY 02:48 188 tee grizzley takeoff $30.00 IN
   CART
   
 * 
   iNTERVIEW / MIGOS TYPE BEAT 03:01 132 offset takeoff $30.00 IN CART
   
 * 
   CAN'T BELIEVE IT / MIGOS TYPE BEAT 03:18 126 offset quavo $30.00 IN CART
   
 * 
   RNT / MIGOS TYPE BEAT 04:03 146 takeoff quavo $30.00 IN CART
   
 * 
   SAVAGE / MIGOS & METRO BOOMIN 03:20 120 wickedsick metro boomin $30.00 IN
   CART
   
 * 
   3 WAYS / MIGOS TYPE BEAT 03:02 137 offset quavo $30.00 IN CART
   
 * 
   SMOOTH / NBA YOUNGBOY TYPE BEAT 02:48 160 wickedsick yb $30.00 IN CART
   
 * 
   R2S / MIGOS TYPE BEAT 02:57 141 takeoff quavo $30.00 IN CART
   
 * 
   MANSION / KEY GLOCK & LIL SKIES TYPE BEAT 02:06 160 memphis lil skies type
   beat $30.00 IN CART
   
 * 
   BIG MONEY / LIL SKIES TYPE BEAT 02:35 161 lil skies wickedsick $30.00 IN CART
   
 * 
   MADNESS / LIL SKIES & GUNNA TYPE BEAT 03:21 162 gunna lil skies $30.00 IN
   CART
   
 * 
   Q-DOGZ / KEY GLOCK TYPE BEAT 02:02 133 wickedsick memphis type beat $30.00 IN
   CART
   
 * 
   DOPE / KEY GLOCK TYPE BEAT 02:51 140 wickedsick memphis type beat $30.00 IN
   CART
   
 * 
   MEGATRON / KEY GLOCK TYPE BEAT 03:44 148 memphis wickedsick $30.00 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
BASIC LICENSE $30.00MAKE AN OFFER
• Used for Music Recording
• Distribute up to 2.000 copies
• 50.000 Online Audio Streams
• 1 Music Video
• For Profit Live Performances
• Radio Broadcasting rights (2 Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 2 FREE!BUY 2 TRACKS, GET 5 FREE!BUY 5 TRACKS, GET
10 FREE!
POPULAR
Premium Plus License $100.00MAKE AN OFFER
• Used for Music Recording
• Distribute up to 10.000 copies
• 500.000 Online Audio Streams
• 1 Music Video
• For Profit Live Performances
• Radio Broadcasting rights (2 Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 2 FREE!BUY 2 TRACKS, GET 5 FREE!BUY 5 TRACKS, GET
10 FREE!
POPULAR
Unlimited License $300.00MAKE AN OFFER
• Used for Music Recording
• Distribute up to 3.000 copies
• 500.000 Online Audio Streams
• 1 Music Video
• For Profit Live Performances
• Radio Broadcasting rights (2 Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 2 FREE!BUY 2 TRACKS, GET 5 FREE!BUY 5 TRACKS, GET
10 FREE!
POPULAR
Exclusive License $700.00MAKE AN OFFER
• Used for Music Recording
• Distribute up to UNLIMITED copies
• UNLIMITED Online Audio Streams
• UNLIMITED Music Video
• For Profit Live Performances
• Radio Broadcasting rights (UNLIMITED Stations)

READ LICENSE
Bulk deals: BUY 1 TRACK, GET 2 FREE!BUY 2 TRACKS, GET 5 FREE!BUY 5 TRACKS, GET
10 FREE!



SERVICES EDIT

CUSTOM BEAT CUSTOM SONG - REMAKE ANY FAMOUS BEAT WIT ...

BROWSE ALL SERVICES





CONTACT

YOUR NAME

Your name is required.
E-MAIL ADDRESS

Your email must be between 3 and 100 characters long and look like an e-mail
address.
SUBJECT

Subject is required.
MESSAGE


Message is required.

    SEND MESSAGE

Home Tracks Albums Videos Memberships Sound Kits Services Contact Blog About
Merchandise



 * Home
 * Tracks
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy
 * YouTube Terms of Service


$0.00 IN CART

NaN

   
 * 1
   
   Robbery / Tee Grizzley Type Beat 02:44 skilla baby tee grizzley $30.00 IN
   CART
   
 * 2
   
   LEAD THE WAVE / MIGOS TYPE BEAT 03:18 offset takeoff $30.00 IN CART
   
 * 3
   
   CMON / YEAT TYPE BEAT 01:56 ragetrap yeat type beat $30.00 IN CART
   
 * 4
   
   GEEK / YEAT TYPE BEAT 02:55 ragetrap wickedsick $30.00 IN CART
   
 * 5
   
   HOW IT GO / YEAT TYPE BEAT 03:36 yeat type beat wickedsick $30.00 IN CART
   
 * 6
   
   NEIGHBORS / BIG 30 & POOH SHIESTY 02:50 pooh shiesty memphis type beat $30.00
   IN CART
   
 * 7
   
   WE THE ONES / TAKEOFF & TEE GRIZZLEY 02:48 tee grizzley takeoff $30.00 IN
   CART
   
 * 8
   
   iNTERVIEW / MIGOS TYPE BEAT 03:01 offset takeoff $30.00 IN CART
   
 * 9
   
   CAN'T BELIEVE IT / MIGOS TYPE BEAT 03:18 offset quavo $30.00 IN CART
   
 * 10
   
   RNT / MIGOS TYPE BEAT 04:03 takeoff quavo $30.00 IN CART
   
 * 11
   
   SAVAGE / MIGOS & METRO BOOMIN 03:20 wickedsick metro boomin $30.00 IN CART
   
 * 12
   
   3 WAYS / MIGOS TYPE BEAT 03:02 offset quavo $30.00 IN CART
   
 * 13
   
   SMOOTH / NBA YOUNGBOY TYPE BEAT 02:48 wickedsick yb $30.00 IN CART
   
 * 14
   
   R2S / MIGOS TYPE BEAT 02:57 takeoff quavo $30.00 IN CART
   
 * 15
   
   MANSION / KEY GLOCK & LIL SKIES TYPE BEAT 02:06 memphis lil skies type beat
   $30.00 IN CART
   
 * 16
   
   BIG MONEY / LIL SKIES TYPE BEAT 02:35 lil skies wickedsick $30.00 IN CART
   
 * 17
   
   MADNESS / LIL SKIES & GUNNA TYPE BEAT 03:21 gunna lil skies $30.00 IN CART
   
 * 18
   
   Q-DOGZ / KEY GLOCK TYPE BEAT 02:02 wickedsick memphis type beat $30.00 IN
   CART
   
 * 19
   
   DOPE / KEY GLOCK TYPE BEAT 02:51 wickedsick memphis type beat $30.00 IN CART
   
 * 20
   
   MEGATRON / KEY GLOCK TYPE BEAT 03:44 memphis wickedsick $30.00 IN CART
   

saving Lyrics, please wait...