rusteebeatsmusic.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://rusteebeatsmusic.com/
Submission Tags: phishingrod
Submission: On February 10 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()" name="search_keyword" ng-model="keyword" autocomplete="off"
      type="search" placeholder="What type of track are you looking for?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="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="md-required" for="input_18">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_18" 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="md-required" for="input_19">E-mail address</label> <input required=""
        class="input-box 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_19" 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="md-required" for="input_20">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_20" 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="md-required" for="input_21">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_21" aria-invalid="true" style="height: 140px;"></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 layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




PRO PAGE

About Tracks Albums Videos Sound Kits Services Contact Blog Memberships
Merchandise
 $0.00 0
LOG INsearch
search Search





Music About



FEATURED TRACK

 

FEATURED TRACK




GENRE

BPM

PRICE

$0.00+

BPM

PRICE

$0.00+
  ADD TO CART IN CART  
 * TITLE TIME BPM TAGS OPTIONS

   
 * Tommy Vercetti | Drake Type Beat 03:21 140 drake drake type beat hip hop  
     ADD IN CART
   
 * Mixed Drinks 03:12 90 21 savage type beat drake type beat drake x 21 savage 
      ADD IN CART
   
 * Money Machine 02:57 92 21 savage type beat drake type beat drake x 21 savage
       ADD IN CART
   
 * Rollie On Me | Nardo Wick x Lil Baby Type Beat 03:27 170 lil baby type beat
   nardo wick nardo wick type beat     ADD IN CART
   
 * Faded | Pop Punk x MGK Type Beat 02:40 192 machine gun kelly pop punk pop
   punk type beat     ADD IN CART
   
 * Benjamins | Nardo Wick Type Beat 03:00 160 nardo wick nardo wick type beat
   trap type beat     ADD IN CART
   
 * Poetic Fire | Nardo Wick Type Beat 03:29 150 nardo wick nardo wick type beat
   nardowick     ADD IN CART
   
 * Never Miss | Nardo Wick Type Beat 02:39 160 nardo wick nardo wick type beat
   trap beat     ADD IN CART
   
 * Party at My Crib | Pop Punk x MGK Type Beat 03:22 190 mgk type beat pop punk
   pop punk type beat     ADD IN CART
   
 * Strictly Business | Nardo Wick x Lil Baby Type Beat 02:42 130 lil baby type
   beat nardo wick nardo wick type beat     ADD IN CART
   
 * Swervin | Nardo Wick Type Beat 02:48 160 nardo wick nardo wick type beat trap
   type beat     ADD IN CART
   
 * Dont need no back up | nardo wick type beat 02:49 185 nardo wick nardo wick
   type beat trap     ADD IN CART
   
 * Tu Eres Hermosa | Bad Bunny Type Beat 02:46 100 bad bunny type beat j balvin
   type beat reggaeton type beat     ADD IN CART
   
 * Currency | Nardo Wick Type Beat 02:51 105 nardo wick nardo wick type beat
   trap beat     ADD IN CART
   
 * Unstoppable | Mgk Type Beat 03:42 95 mgk type beat pop punk pop punk type
   beat     ADD IN CART
   
 * Designer Clothes | Polo G Type Beat 02:33 175 melodic guitar beat polo g polo
   g type beat     ADD IN CART
   
 * Bloody Valentine | Mgk Pop Punk Type Beat 02:40 96 mgk type beat pop punk pop
   punk type beat     ADD IN CART
   
 * Celebrations | Polo G Type Beat 03:33 90 melodic guitar polo g polo g type
   beat     ADD IN CART
   
 * I Dont Love You | Pop Punk Type Beat 03:36 90 mgk type beat pop punk type
   beat punk rock     ADD IN CART
   
 * By Any Means Necessary | Nardo Wick Type Beat 03:12 100 hip hop nardo wick
   nardo wick type beat     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Bronze License $19.99 ~ PER UNIT MAKE AN OFFER

- Untagged Mp3

- up to 100,000 streams

- distribute up to 50000 copies

- use for soundcloud, spotify, itunes, etc.

- Rustee retains ownership of the beat

- Must credit (prod.Rustee)

Read Full License

BULK DEALS

BUY 1, GET 1 FREE

P O P U L A R Platinum License $29.99 ~ PER UNIT MAKE AN OFFER

- I keep it simple for you!

- Untagged MP3, WAV, STEMS

- Unlimited profitable use and distribution

-Good for background music on videos, youtube, etc.

-Good for soundcloud, spotify, itunes, etc

- Rustee still retains ownership of the beat

- Must credit (prod. Rustee)

Read Full License

BULK DEALS

BUY 1, GET 1 FREE










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    

 LOG IN
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact



Designed By ElvisSalic.com

TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Twitter_Color Created with Sketch. Youtube_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * Tommy Vercetti | Drake Type Beat 03:21 140 drake drake type beat hip hop  
     ADD IN CART
   
 * Mixed Drinks 03:12 90 21 savage type beat drake type beat drake x 21 savage 
      ADD IN CART
   
 * Money Machine 02:57 92 21 savage type beat drake type beat drake x 21 savage
       ADD IN CART
   
 * Rollie On Me | Nardo Wick x Lil Baby Type Beat 03:27 170 lil baby type beat
   nardo wick nardo wick type beat     ADD IN CART
   
 * Faded | Pop Punk x MGK Type Beat 02:40 192 machine gun kelly pop punk pop
   punk type beat     ADD IN CART
   
 * Benjamins | Nardo Wick Type Beat 03:00 160 nardo wick nardo wick type beat
   trap type beat     ADD IN CART
   
 * Poetic Fire | Nardo Wick Type Beat 03:29 150 nardo wick nardo wick type beat
   nardowick     ADD IN CART
   
 * Never Miss | Nardo Wick Type Beat 02:39 160 nardo wick nardo wick type beat
   trap beat     ADD IN CART
   
 * Party at My Crib | Pop Punk x MGK Type Beat 03:22 190 mgk type beat pop punk
   pop punk type beat     ADD IN CART
   
 * Strictly Business | Nardo Wick x Lil Baby Type Beat 02:42 130 lil baby type
   beat nardo wick nardo wick type beat     ADD IN CART
   
 * Swervin | Nardo Wick Type Beat 02:48 160 nardo wick nardo wick type beat trap
   type beat     ADD IN CART
   
 * Dont need no back up | nardo wick type beat 02:49 185 nardo wick nardo wick
   type beat trap     ADD IN CART
   
 * Tu Eres Hermosa | Bad Bunny Type Beat 02:46 100 bad bunny type beat j balvin
   type beat reggaeton type beat     ADD IN CART
   
 * Currency | Nardo Wick Type Beat 02:51 105 nardo wick nardo wick type beat
   trap beat     ADD IN CART
   
 * Unstoppable | Mgk Type Beat 03:42 95 mgk type beat pop punk pop punk type
   beat     ADD IN CART
   
 * Designer Clothes | Polo G Type Beat 02:33 175 melodic guitar beat polo g polo
   g type beat     ADD IN CART
   
 * Bloody Valentine | Mgk Pop Punk Type Beat 02:40 96 mgk type beat pop punk pop
   punk type beat     ADD IN CART
   
 * Celebrations | Polo G Type Beat 03:33 90 melodic guitar polo g polo g type
   beat     ADD IN CART
   
 * I Dont Love You | Pop Punk Type Beat 03:36 90 mgk type beat pop punk type
   beat punk rock     ADD IN CART
   
 * By Any Means Necessary | Nardo Wick Type Beat 03:12 100 hip hop nardo wick
   nardo wick type beat     ADD IN CART
   


close