tier2.mydesk.morganstanley.com
Open in
urlscan Pro
184.25.217.221
Public Scan
URL:
https://tier2.mydesk.morganstanley.com/vpn/mydesk.html?v=4.1
Submission: On October 13 via manual from RS — Scanned from DE
Submission: On October 13 via manual from RS — Scanned from DE
Form analysis
1 forms found in the DOMName: loginForm — POST https://tier2-rr03.mydesk.morganstanley.com/cgi/login
<form role="form" name="loginForm" action="https://tier2-rr03.mydesk.morganstanley.com/cgi/login" method="POST" autocomplete="off" class="ng-pristine ng-invalid ng-invalid-required">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-offset-0">
<div class="form-group row">
<div class="col-sm-5">
<div class="row">
<div class="col-xs-12">
<label for="userName" class="pull-right loginLabel hidden-sm hidden-xs ng-binding" ng-bind="lblUserName">Username</label>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<input tabindex="1" type="text" class="form-control ng-pristine ng-invalid ng-invalid-required" id="userName" ng-model="user.login" placeholder="" name="login" focus-me="!user.cachedUser" required="">
</div>
</div>
</div>
<div class="col-sm-7">
<div class="row">
<label class="col-sm-12 invisible hidden-sm hidden-xs loginLabel ng-binding" ng-bind="lblUserName">Username</label>
</div>
<div class="row">
<div class="col-sm-12 ng-binding" ng-bind="loginIdInfoMsg">Your desktop (Kerberos) username</div>
</div>
</div>
</div>
<div class="row form-group">
<div class="col-sm-5">
<div class="row">
<div class="col-xs-12">
<label for="pw_elem" class="pull-right loginLabel hidden-sm hidden-xs ng-binding" ng-bind="lblPassword">Password</label>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<input tabindex="2" type="password" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" id="pw_elem" ng-model="user.passwd" placeholder="" name="passwd" ng-pattern="/[A-Za-z]+/" focus-me="user.cachedUser"
required="">
</div>
</div>
</div>
<div class="col-sm-7">
<div class="row">
<label class="col-sm-12 invisible hidden-sm hidden-xs loginLabel ng-binding" ng-bind="lblPassword">Password</label>
</div>
<div class="row ng-hide" ng-show="loginForm.passwd.$dirty && loginForm.passwd.$invalid">
<div class="col-sm-12 loginFormErrMsg ng-binding ng-hide" ng-bind="invalidPasswordMsg" ng-show="!loginForm.passwd.$error.required">Invalid desktop password format - did you accidentally enter your PIN in the password field?</div>
</div>
<div class="row" ng-show="loginForm.passwd.$pristine || loginForm.passwd.$error.required || loginForm.passwd.$valid">
<div class="col-sm-12 ng-binding" ng-bind="passwordInfoMsg">Your desktop password</div>
<div class="col-sm-12" style="color:red">(Required)</div>
</div>
</div>
</div>
<div class="row form-group">
<div class=" col-sm-5">
<div class="row">
<div class="col-xs-12">
<label for="securid_elem" class="pull-right hidden-sm hidden-xs loginLabel ng-binding" ng-bind="lblPinSecureId">PIN+SecurID</label>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<input tabindex="3" type="password" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" id="securid_elem" ng-model="user.passwd1" placeholder="" name="passwd1" ng-pattern="/^[0-9]{8,}$/" required="">
</div>
</div>
</div>
<div class="col-sm-7">
<div class="row">
<label class="col-sm-12 invisible hidden-sm hidden-xs loginLabel ng-binding" ng-bind="lblPinSecureId">PIN+SecurID</label>
</div>
<div class="row ng-hide" ng-show="loginForm.passwd1.$dirty && loginForm.passwd1.$invalid">
<div class="col-sm-12 loginFormErrMsg ng-binding ng-hide" ng-bind="invalidSecureIdMsg" ng-show="!loginForm.passwd1.$error.required">Invalid format - did you accidentally enter your desktop password in the PIN+SecurID field?</div>
</div>
<div class="row" ng-show="loginForm.passwd1.$pristine || loginForm.passwd1.$error.required || loginForm.passwd1.$valid">
<div class="col-sm-12 ng-binding" ng-bind="secureIdInfoMsg">For SoftID users: Please ensure you enter a correct PIN only to generate a correct passcode. Entering an incorrect PIN will generate an incorrect passcode and your logon attempt
to myDesk will fail.</div>
<div class="col-sm-12 ng-binding" style="color:red" ng-bind="secureIdInfoMsg2"></div>
</div>
</div>
</div>
<div class="row form-group">
<div class="col-xs-5">
<label for="cacheusername" class="checkbox-inline">
<input id="cacheusername" name="cacheusername" type="checkbox" ng-model="user.cacheusername" class="ng-pristine ng-valid">
<span ng-bind="lblRememberMySettings" class="ng-binding">Remember my settings</span>
</label>
</div>
<div class="col-xs-7">
<a href="#/login" ng-click="toggleOptions()" class="userOptionsLink visible-xs visible-sm ng-binding linkunselected" ng-class="{linkunselected: !user.moreOptions, linkselected : user.moreOptions}" ng-bind="user.lblUserMoreOptions">Show Choices</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 hidden-sm hidden-xs">
<div class="well pull-right ng-scope" ng-controller="HelpDeskCtrl">
<table class="wellContent">
<tbody>
<tr>
<th colspan="3" class="text-center ng-binding" ng-bind="lblHelpDeskInfo">Help Desk Information</th>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3" ng-bind="lblHelpDeskNumbersInfo" class="ng-binding">Click for regional helpdesk phone numbers</td>
<td></td>
</tr>
<tr>
<!-- ngRepeat: region in helpDeskRegions -->
<td ng-repeat="region in helpDeskRegions" class="ng-scope">
<a href="#/login" ng-bind="region.name" ng-class="getRegionClass(region)" ng-click="setHelpDeskContacts(region)" ng-attr-title="{{region.title}}" class="ng-binding wellLinks linkunSelected" title="Click to display help desk numbers for the Americas.">Americas</a>
</td><!-- end ngRepeat: region in helpDeskRegions -->
<td ng-repeat="region in helpDeskRegions" class="ng-scope">
<a href="#/login" ng-bind="region.name" ng-class="getRegionClass(region)" ng-click="setHelpDeskContacts(region)" ng-attr-title="{{region.title}}" class="ng-binding wellLinks linkunSelected" title="Click to display help desk numbers for Asia.">Asia</a>
</td><!-- end ngRepeat: region in helpDeskRegions -->
<td ng-repeat="region in helpDeskRegions" class="ng-scope">
<a href="#/login" ng-bind="region.name" ng-class="getRegionClass(region)" ng-click="setHelpDeskContacts(region)" ng-attr-title="{{region.title}}" class="ng-binding wellLinks linkunSelected" title="Click to display help desk numbers for Europe.">Europe</a>
</td><!-- end ngRepeat: region in helpDeskRegions -->
</tr>
<!-- ngRepeat: hdContact in helpDeskNumbers|filter:selectedRegion -->
</tbody>
</table>
<br><br>
<table class="wellContent">
<tbody>
<tr>
<th colspan="3" class="text-center ng-binding" ng-bind="lblHelpDeskAddtnlInfo">Additional Information</th>
</tr>
<tr>
<td></td>
</tr>
<tr class="additionalInfoRow">
<td>
<span ng-bind="clientStatus" class="ng-binding">Client: Not Checked</span>
</td>
</tr>
<tr class="additionalInfoRow bookmarkInfo">
<td>
<br>
<a href="#" ng-show="favoriteViaJS" ng-bind="bookmarkText" ng-click="addFavorite()" class="linkSelected ng-binding ng-hide">Click here to Bookmark this page.</a>
<span ng-bind="lblBookmarkManuallyCreateInfo" ng-show="!favoriteViaJS" class="ng-binding">Please manually create a bookmark to</span>
<b><span ng-bind="bookmarkUrl" ng-show="!favoriteViaJS" class="ng-binding">"https://mydesk.morganstanley.com"</span></b>
</td>
</tr>
<tr class="additionalInfoRow ng-hide" ng-show="false">
<td>
<br><a href="#" id="mssb_link" ng-bind="mssbLink" class="linkSelected ng-binding">MSWM Laptop/LSB Desktop Users click here</a>
</td>
</tr>
<tr class="additionalInfoRow ng-hide" ng-show="user.tier1Links">
<td>
<br><a href="" id="tier2_link" ng-bind="tier2Link" class="linkSelected ng-binding">Click here to use MS laptop without Direct Connect</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row loginActionRow">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-offset-0 loginActionDiv">
<div class="row">
<div class="col-sm-5">
<label for="loginAction" ng-bind="lblUserChoices" ng-class="{'hidden-xs': !user.moreOptions, 'hidden-sm': !user.moreOptions}" class="ng-binding hidden-xs hidden-sm">I'd like to:</label>
<input type="text" name="loginAction" value="all_page" style="display:none;">
<input type="text" name="loginLocation" value="from_private" style="display:none;">
<input type="text" name="loginSpeed" value="from_fast" style="display:none;">
</div>
</div>
<div class="row">
<div class="col-sm-5">
<div ng-class="{'hidden-xs': !user.moreOptions, 'hidden-sm': !user.moreOptions}" class="hidden-xs hidden-sm">
<div class="row">
<div class="col-xs-12">
<select tabindex="5" id="loginAction" ng-model="user.launchAction" ng-disabled="loginActionDisable" class="form-control ng-pristine ng-valid" ng-options="a.value as a.name for a in user.launchActions">
<option value="0" selected="selected">Go directly to my default desktop</option>
<option value="1" selected="selected">Choose what I want to do after login</option>
<option value="2">Use other applications or desktops</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="row">
<div class="col-xs-12 col-sm-5 col-md-12 loginActionColLast">
<button tabindex="4" type="submit" class="btn btn-success col-xs-12 loginActionBtn ng-binding" ng-click="login(user)" ng-bind="lblGoBtn">Go</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 hidden-sm hidden-xs">
<div class="client-info-section pull-right">
<div class="client-info-section-detail">
<p><a href="https://www.citrix.com/downloads/workspace-app" target="_blank"><img alt="receiverIconPath" src="img/receiver.png" height="50" width="50"></a>You are required to have the Citrix Workspace App to access Firm resources.</p>
</div>
</div>
</div>
</div>
</form>
Text Content
Username Username Your desktop (Kerberos) username Password Password Invalid desktop password format - did you accidentally enter your PIN in the password field? Your desktop password (Required) PIN+SecurID PIN+SecurID Invalid format - did you accidentally enter your desktop password in the PIN+SecurID field? For SoftID users: Please ensure you enter a correct PIN only to generate a correct passcode. Entering an incorrect PIN will generate an incorrect passcode and your logon attempt to myDesk will fail. Remember my settings Show Choices Help Desk Information Click for regional helpdesk phone numbers Americas Asia Europe Additional Information Client: Not Checked Click here to Bookmark this page. Please manually create a bookmark to "https://mydesk.morganstanley.com" MSWM Laptop/LSB Desktop Users click here Click here to use MS laptop without Direct Connect I'd like to: Go directly to my default desktopChoose what I want to do after loginUse other applications or desktops Go You are required to have the Citrix Workspace App to access Firm resources. Firm Systems Login Notification Access and use of Morgan Stanley (the "Firm") systems is only permitted for Firm business and limited personal use. "Firm Systems" include approved verbal and electronic messaging systems and other communication facilities, (such as telephones, facsimile, SMS, instant message, email, Bloomberg and any other electronic or recordable communications); and technology owned by or made accessible by the Firm or any other persons acting on its behalf, (such as systems that facilitate communications, information processing, transmission, storage and access, as well as remote access). Firm business must only be conducted using Firm Systems and in accordance with Firm policies. You should not access Firm Systems which are not related to your role or job responsibilities and for which you would not reasonably need to have access. Subject to applicable laws, the Firm monitors your access to and use of Firm Systems and any data moving through and/or residing on Firm Systems and retains electronic communications, regardless of whether they have been deleted from your computer or wireless device. For further information refer to the Global Monitoring Notice. You should not use Firms Systems for personal use if you do not wish your personal use and communication to be monitored. Failure to comply with Firm policies may result in disciplinary action, up to and including termination of employment or engagement and any other applicable legal (civil or criminal) or regulatory action. By clicking on "go" you acknowledge that you have read and understand this notification, (including the Global Monitoring Notice). × Don't show this next time! Close info