https://securemessaging.raymondjames.com/formpostdir/securereader?id=xE4zEWW-N1DkRSILOtBLb3FPy3u-PtNY&brand=c2d774a6

Last Checked: Mar 28, 2024, 07:17 EDT

IP Address: 170.12.104.169
ASN #: AS27283 RJF-INTERNET, US
Location: Unknown, Unknown, Unknown
URL Reputation:
  • Unknown This URL is not identified as malicious in the PhishTank Database.
  • Unknown PhishCheck thinks this URL is likely not a phish.
  • Unknown OpenPhish: URL not in feed.

Other submissions on 170.12.104.169:

Other submissions on raymondjames.com:

Previous checks:

                               
                             
  • GET
    200 OK

    https://securemessaging.raymondjames.com/favicon.ico

<html><head id="j_idt3"><link type="text/css" rel="stylesheet" href="/securereader/javax.faces.resource/theme.css.jsf?ln=primefaces-aristo"><link type="text/css" rel="stylesheet" href="/securereader/javax.faces.resource/components.css.jsf?ln=primefaces&amp;v=7.0"><script type="text/javascript" src="/securereader/javax.faces.resource/jquery/jquery.js.jsf?ln=primefaces&amp;v=7.0"></script><script type="text/javascript" src="/securereader/javax.faces.resource/jquery/jquery-plugins.js.jsf?ln=primefaces&amp;v=7.0"></script><script type="text/javascript" src="/securereader/javax.faces.resource/core.js.jsf?ln=primefaces&amp;v=7.0"></script><script type="text/javascript" src="/securereader/javax.faces.resource/components.js.jsf?ln=primefaces&amp;v=7.0"></script><link type="text/css" rel="stylesheet" href="/securereader/javax.faces.resource/watermark/watermark.css.jsf?ln=primefaces&amp;v=7.0"><script type="text/javascript" src="/securereader/javax.faces.resource/watermark/watermark.js.jsf?ln=primefaces&amp;v=7.0"></script><script type="text/javascript" src="/securereader/javax.faces.resource/hotkey/hotkey.js.jsf?ln=primefaces&amp;v=7.0"></script><script type="text/javascript">if(window.PrimeFaces){PrimeFaces.settings.locale='en_US';}</script>
			<title>Encrypted Email Login</title>
    <script type="text/javascript">
        //<![CDATA[
var timeoutTimer;
function setTimeoutTimer() {
    if (window.location.href.endsWith) {
        if (!window.location.href.endsWith("timeout.jsf")) {
            var time = 3600000 +5000;
            timeoutTimer = window.setTimeout(timeoutCallback, time);
        }
    } else {
        // Support browsers prior to ECMA6
        var loc = window.location.href.substring(window.location.href.lastIndexOf("/")+1);
        if (loc !== "timeout.jsf") {
            var timeout = 3600000 +5000;
            timeoutTimer = window.setTimeout(timeoutCallback, timeout);
        }
    }
}
function timeoutCallback() {
    window.location.href = "timeout.jsf";
}

function resetTimeoutTimer() {
    if(timeoutTimer) {
        window.clearTimeout(timeoutTimer);
        setTimeoutTimer();
    }
}
        //]]>
    </script><style type="text/css">
/******************************************************************************
 * Floater Style: These styles support the "floater" style used by single-     
 * dialog pages such as the login and registration pages.  The page does not   
 * use header and footer, has a background image scaled to the full window,    
 * centers the content on the page and displays a copyright statement directly 
 * below the dialog.                                                           
 *****************************************************************************/

@font-face {
	font-family: sourceSansPro;
	src: url("fonts/sourcesanspro-regular.ttf.woff");
}

body.floater span.copyright { color: #999999; }
body.floater .errorMessage { color: red; }
/******************************************************************************
 * Adjust anything below this line with care.  Lines below control layout.     
 *****************************************************************************/
html, body.floater
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
body.floater div.logoPanel
{
    margin: 1ex 0 0;
    text-align: center;
	font-weight: normal;
}

body.floater div.logoPanel
{
    margin: 1ex 0 0;
    text-align: center;
	font-weight: normal;
}

div.floatingPanel
{
	text-align: left;
	min-width:25em;
	padding:0px;
    z-index: 250;
    border: 1px solid #BCBDBE;
}
div.floatingPanelContents
{
    margin: 2.5ex 1.0em;
}

div.floatingPanelContents td:first-child
{
	line-height: 1.75em;
}

.floatingPanel .messageToolbar
{
	border-bottom-width:0px;
}

.infoText
{
    font-size:smaller;
}

/* A table container for centering items on the page */
table.container { width: 100%; height: 100%; }
table.container td.out { width: 50%; }
.floatingPanel .ui-widget-content, .powered
{
	font-family:sourceSansPro,sans-serif;
	font-size: 1em;
    color: #000000;
}
.dialogMessage{margin:4ex 0}
.hiddentext { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden; }

input[type="text"].floaterInputField, input[type="password"].floaterInputField
{
	background-image: none;
	background-color: #EEEEEE;
	color: #333333;
    height: 2em;
    width: 24em;
	border: 1px solid #BCBDBE;
    margin-top: 1.25ex;
    float: left;
}

input[type="text"].floaterInputCode
{
    background-image: none;
    background-color: #ffffe0;
    color: #333333;
    height: 2em;
    width: 20em;
    border: 1px solid #BCBDBE;
    margin-top: 1.25ex;
    float: left;
}

input[type="text"].floaterInputCode:focus {
    background-color: #FFFFFF;
}

input[type='text'].floaterInputField:focus, input[type="password"].floaterInputField:focus
{
    background-color: #FFFFFF;
}

input[type="text"].floaterInputField:disabled, input[type="password"].floaterInputField:disabled
{
    background-color: #DDDDDD;
    color: #333333;
}

.placeholderText
{
    font-style: italic;
    color: #777777 !important;

}

input[type='submit'].floaterButton, button[type='submit'].floaterButton
{
    height: 3em;
    background-image: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #FFFFFF;
    background-color: #002D62;
    font-weight: bold;
    font-size: 1.13em;
    margin-top: 1em;
}

input[type='submit'].floaterButton:hover
{
    background-color: #8A8B8E;
    background-image: none;
}

button[type='submit'].floaterSecondaryButton
{
    background-color: #7F7E7A;
}

button[type='submit'].floaterSecondaryButton:hover
{
    opacity: 0.5;
}

td.buttonBox:last-child
{
    padding-left: 6px;
}

input[type='submit'].fullwidthButton
{
    width: 100%;
}

table.buttonContainer
{
    width: 100%;
    border-collapse: collapse;
}

table.threeButtonContainer
{
    min-width: 38em;
}

td.buttonBox
{
    width: 50%;
}

td.triButtonBox
{
    width: 33%;
}

td.buttonPadding
{
    padding-left: 6px;
}

span.rf-msg span.rf-msg-err, span.rf-msgs span.rf-msgs-err
{
    background-position: left center;
    padding-left: 20px;
}
</style><style type="text/css">

.secondaryButton {
	background-color: #7F7E7A;
    background-image: none;
    padding: 0.4em 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.88em;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration:none;
}

.secondaryButton:hover {
	opacity: 0.5;
}

/* SPECIAL TOOLBAR STYLES */
div.messageToolbar {
    background-color: #D1D2D4;
    border-top: 2px solid #A1A2A4;
    background-image: none;
}

ul.ui-menu-list > li.ui-menuitem {
    padding-right: .5em;
}
#inbox\:inboxToolbar > ul > li:nth-child(2) {
    float: right;
}

ul.ui-menu-list > li.ui-menuitem:last-child {
    float:right;
}

.messageToolbar .toolbarButton, .messageToolbar a.toolbarButton, .messageToolbar a.toolbarButton:visited, li.ui-menu-parent > a.ui-menuitem-link {
    background-image: none;
    padding: 0.4em 8px;
    color: #FFFFFF;
    background-color: #002D62;
    font-weight: 600;
    font-size: 0.88em;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration:none;
    -webkit-user-drag: none;
}

.messageToolbar .toolbarButton:hover, .messageToolbar a.toolbarButton:hover {
    background-color: #8A8B8E;
    background-image: none;
}

.toolbarContainer div.rich-panel-body { padding: 0; }



.messageToolbar td.rf-tb-itm div.rf-ddm-unsel,
.messageToolbar td.rf-tb-itm div.rf-ddm-sel
{
    color: #FFFFFF;
    background-color: #002D62;
    background-image: none;
    height: 1.75em;
    line-height: 1.75em;
    border: 0;
    border-radius: 5px;
    vertical-align: middle;
    padding: 2px 5px;
    font-size: 0.88em;
}

.messageToolbar td.rf-tb-itm div.rf-ddm-unsel:hover,
.messageToolbar td.rf-tb-itm div.rf-ddm-sel:hover
{
    background-color: #8A8B8E;
}

div.rf-ddm-lst-bg {
	background-image: none;
	background-color: white;
	border-color: ;
}

div.rf-ddm-itm-sel {
	border-color: ;
    background-color: ;
    background-image: none;
}

.rf-ddm-lst-bg .rf-ddm-itm,
.rf-ddm-lst-bg .rf-ddm-itm .rf-ddm-itm-sel
{
        color: #FFFFFF;
        font-weight: normal;
        text-decoration:none;
}

.messageToolbar td.rf-tb-itm
{
	padding: 0 0px;
}

td.rf-tb-itm:first-child
{
	padding-left:12px;
}

td.rf-tb-itm:last-child
{
	padding-right:12px;
}

a.attachButtonLink {
	border-radius: 5px;
    border: 0;
    padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #002D62;
	background-image: none;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
    -webkit-user-drag: none;
}

a.attachButtonLink:hover {
    background-color: #8A8B8E;
    color: #FFFFFF;
    text-decoration: none;
}

a.attachButtonLink:visited {
	color: #FFFFFF;
}

span.cke_rcombo span.cke_off a {
	height: 1.2em;
}

a span span.cke_inline_label {
    font-size: 10pt;
}

.space-between-button {
    margin-right: 8px;
}
</style>
		<script type="text/javascript">

			function setLinkDisable() {
				var link = document.getElementById('dialog:resendLink');
				link.style.pointerEvents="none";
				link.style.cursor="none";
				link.style.color="gray";
				link.style.textDecoration="none";
			}

			function setLinkEnable() {
				var link = document.getElementById('dialog:resendLink');
				link.style.pointerEvents="auto";
				link.style.cursor="pointer";
				link.style.textDecoration="underline";
				link.style.color="darkblue";
			}

			//Following function throttles validation code by disabling send for 3 minutes after first click
			function throttleResend() {
				setLinkDisable();
				delayedRestore();
			}

			var timeoutID;
			function delayedRestore() {
				// Disable resend link for 3 minutes
				var link = document.getElementById('dialog:resetTime');
				var timeout = link.value;
				timeoutID = setTimeout(enableLink, timeout);
			}

			function enableLink() {
				setLinkEnable();
				clearTimeout(timeoutID);
				// Fadeout error message
				$("#dialog\\:message").fadeOut('slow');
			}

		</script></head><body class="floater" dir="ltr" style="background-color:#FFFFFF;" onload="setTimeoutTimer();">
	<div style="color:rgba(0,0,0,0.5);position:absolute;z-index:100;right:10px;bottom:10px" id="powered" class="powered watermark">Powered by Proofpoint Encryptionâ„¢
	</div>
			<table class="container" style="z-index:10;" cellspacing="0" cellpadding="0" border="0">
				<tbody><tr>
					<td class="out"></td>
					<td>
<form id="dialog" name="dialog" method="post" action="/securereader/login.jsf" enctype="application/x-www-form-urlencoded" style="margin:0;padding:0">
<input type="hidden" name="dialog" value="dialog">
<div id="dialog:j_idt16" class="ui-panel ui-widget ui-widget-content ui-corner-all floatingPanel" data-widget="widget_dialog_j_idt16"><div id="dialog:j_idt16_content" class="ui-panel-content ui-widget-content"><input id="dialog:resetTime" type="hidden" name="dialog:resetTime" value="180000"><span id="dialog:j_idt17"></span><script type="text/javascript">$(function(){PrimeFaces.focus(null, 'dialog');});</script>
                                <div class="logoPanel"><img src="Image?key=logo_image_key_2%40path&amp;r=d3be9fbe-9eef-41b4-bef0-1001df1cfea4" alt=""></div><div id="dialog:headerContent" style="text-align: center; font-weight: bold; font-size: 110%;"><span id="dialog:step">Login</span></div><div id="dialog:bodyContent" class="floatingPanelContents">Log in to Email Encryption
        <br><input id="dialog:username" type="text" name="dialog:username" autocomplete="off" value="peggy_ross@ajg.com" class="floaterInputField" disabled="disabled" placeholder="Email Address"><div id="dialog:j_idt29" aria-live="polite" class="errorMessage ui-message"></div>
        <br><input id="dialog:password" type="password" name="dialog:password" autocomplete="off" value="" class="floaterInputField" placeholder="Password">
                    <div><div id="dialog:j_idt33" aria-live="polite" style="display:inline-block" class="errorMessage ui-message"></div></div><script type="text/javascript" src="/securereader/javax.faces.resource/jsf.js.jsf?ln=javax.faces"></script><a id="dialog:forgotButton" href="#" style="line-height: 2em; font-weight: bold; font-size: 0.88em;" onclick="mojarra.jsfcljs(document.getElementById('dialog'),{'dialog:forgotButton':'dialog:forgotButton'},'');return false">Forgot Password</a>

        <p>
        </p><script type="text/javascript">$(function(){$(document).off('keydown.dialog:j_idt43').on('keydown.dialog:j_idt43',null,'enter',function(){PrimeFaces.ab({s:"dialog:j_idt43",f:"dialog"});;return false;});});</script><input id="dialog:continueButton" type="submit" name="dialog:continueButton" value="Continue" class="floaterButton"></div></div></div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:0" value="3923783444204221107:6425616343952869693" autocomplete="off">
</form>
					</td>
					<td class="out"></td>
				</tr>
			</tbody></table>
	<div id="textarea_simulator" style="position: absolute; top: 0px; left: 0px; visibility: hidden;"></div></body></html>

                             

Screenshot: