Help
RSS
API
Feed
Maltego
Contact
Domain > bsm-admin.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-08
96.31.35.115
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyContent-Type: text/html; charsetUTF-8Location: https://bsm-admin.com/Server: Microsoft-IIS/8.0X-Powered-By: ASP.NETDate: Fri, 08 Nov 2024 21:21:26 GMTContent-Length: 145 head>title>Document Moved/title>/head>body>h1>Object Moved/h1>This document may be found a HREFhttps://bsm-admin.com/>here/a>/body>
Port 443
HTTP/1.1 200 OKCache-Control: privateContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/8.0X-AspNetMvc-Version: 5.2X-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETDate: Fri, 08 Nov 2024 21:21:27 GMTContent-Length: 8572 !DOCTYPE html>html langen-us>head> meta charsetutf-8> !--meta http-equivX-UA-Compatible contentIEedge,chrome1>--> title>Login page/title> !-- Use the correct meta names below for your web application Ref: http://davidbcalhoun.com/2010/viewport-metatag meta nameHandheldFriendly contentTrue> meta nameMobileOptimized content320> --> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> !-- Basic Styles --> link relstylesheet typetext/css mediascreen href/Content/css/bootstrap.min.css /> link relstylesheet typetext/css mediascreen href/Content/css/font-awesome.min.css /> !-- SmartAdmin Styles : Please note (smartadmin-production.css) was created using LESS variables --> link relstylesheet typetext/css mediascreen href/Content/css/smartadmin-production.css /> link relstylesheet typetext/css mediascreen href/Content/css/smartadmin-skins.css /> !-- SmartAdmin RTL Support is under construction link relstylesheet typetext/css mediascreen href/Content/css/smartadmin-rtl.css> --> link relstylesheet typetext/css mediascreen href/Content/portal.css /> !-- FAVICONS --> link relshortcut icon hrefimg/favicon/favicon.ico typeimage/x-icon> link relicon hrefimg/favicon/favicon.ico typeimage/x-icon> !-- GOOGLE FONT --> link relstylesheet hrefhttp://fonts.googleapis.com/css?familyOpen+Sans:400italic,700italic,300,400,700>/head>body idlogin classanimated fadeInDown> !-- possible classes: minified, no-right-panel, fixed-ribbon, fixed-header, fixed-width--> header idheader>/header> div idmain rolemain> div idcontent classcontainer> div classrow> div classcol-xs-12 col-sm-12 col-md-7 col-lg-8 hidden-xs hidden-sm> div class> div classpull-left login-desc-box-l> img src/Content/images/logo2.png altOCMS /> br/> br /> div classparagraph> p>Please log into the portal to manage your account/p> /div> /div> /div> /div> div classcol-xs-12 col-sm-12 col-md-5 col-lg-4> div classwell no-padding>form action/ classsmart-form client-form idlogin-form methodpost> header>Sign Into the Portal/header> fieldset> section> label classlabel forUsername>Membership Account Number/label> label classinput> i classicon-append fa fa-user>/i> input classtext-box single-line data-valtrue data-val-required* idUsername nameUsername typetext value /> b classtooltip tooltip-top-right> i classfa fa-user txt-color-teal>/i> Please enter your account number/b> /label> /section> section> label classlabel forPassword>Password/label> label classinput> i classicon-append fa fa-lock>/i> input data-valtrue data-val-required* idPassword namePassword typepassword /> b classtooltip tooltip-top-right> i classfa fa-lock txt-color-teal>/i> Enter your password/b> /label> div classnote> /div> /section> section> label classcheckbox> input typecheckbox nameStayLoggedIn checked /> i>/i>Stay signed in /label> /section> /fieldset> footer> button typesubmit classbtn btn-primary>Sign in/button> section> div classvalidation-summary-valid data-valmsg-summarytrue>ul>li styledisplay:none>/li>/ul>/div> /section> /footer>/form> /div> /div> /div> /div>/div> !-- --> !-- PACE LOADER - turn this on if you want ajax loading to show (caution: uses lots of memory on iDevices)--> !-- Link to Google CDNs jQuery + jQueryUI; fall back to local --> script src//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js>/script> script> if (!window.jQuery) { document.write(script src/Content/js/libs/jquery-2.0.2.min.js>\/script>); } /script> script src//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js>/script> script> if (!window.jQuery.ui) { document.write(script src/Content/js/libs/jquery-ui-1.10.3.min.js>\/script>); } /script> !-- JS TOUCH : include this plugin for mobile drag / drop touch events script srcjs/plugin/jquery-touch/jquery.ui.touch-punch.min.js>/script> --> !-- BOOTSTRAP JS --> script src/Content/js/bootstrap/bootstrap.min.js>/script> !-- CUSTOM NOTIFICATION --> script src/Content/js/notification/SmartNotification.min.js>/script> !-- JARVIS WIDGETS --> script src/Content/js/smartwidgets/jarvis.widget.min.js>/script> !-- EASY PIE CHARTS --> script src/Content/js/plugin/easy-pie-chart/jquery.easy-pie-chart.min.js>/script> !-- SPARKLINES --> script src/Content/js/plugin/sparkline/jquery.sparkline.min.js>/script> !-- JQUERY VALIDATE --> script src/Content/js/plugin/jquery-validate/jquery.validate.min.js>/script> !-- JQUERY MASKED INPUT --> script src/Content/js/plugin/masked-input/jquery.maskedinput.min.js>/script> !-- JQUERY SELECT2 INPUT --> script src/Content/js/plugin/select2/select2.min.js>/script> !-- JQUERY UI + Bootstrap Slider --> script src/Content/js/plugin/bootstrap-slider/bootstrap-slider.min.js>/script> !-- browser msie issue fix --> script src/Content/js/plugin/msie-fix/jquery.mb.browser.min.js>/script> !-- FastClick: For mobile devices --> script src/Content/js/plugin/fastclick/fastclick.js>/script> !--if IE 7> h1>Your browser is out of date, please update your browser by going to www.microsoft.com/download/h1> !endif--> !-- MAIN APP JS FILE -->script src/Content/js/app.js>/script>script typetext/javascript> runAllForms(); $(function () { // Validation $(#login-form).validate({ // Rules for form validation rules: { Username: { required: true }, Password: { required: true, minlength: 3, maxlength: 20 } }, // Messages for form validation messages: { Username: { required: Please enter your account number }, Password: { required: Please enter your password } }, // Do not change code below errorPlacement: function (error, element) { error.insertAfter(element.parent()); } }); });/script>/body>/html>
Subdomains
Date
Domain
IP
www.bsm-admin.com
2024-11-04
96.31.35.115
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]