HTTP/1.1 200 OK
Date: Thu, 07 Nov 2024 00:18:31 UTC
Server: CrushFTP HTTP Server
P3P: policyref="/WebInterface/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
Keep-Alive: timeout=15, max=20
Connection: Keep-Alive
Pragma: no-cache
Content-type: text/html; charset=UTF-8
Last-Modified: Fri, 05 Apr 2024 13:30:12 GMT
ETag: 1712323812000
X-UA-Compatible: chrome=1
Accept-Ranges: bytes
Content-Length: 27968
<!DOCTYPE html>
<html data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="CrushFTP - Login" />
<meta name="theme-color" content="#F5B451" />
<title>CrushFTP - Login</title>
<link
rel="icon"
type="image/x-icon"
href="/WebInterface/new-ui/assets/images/favicon-logo.png"
/>
<link
rel="apple-touch-icon"
href="/WebInterface/new-ui/assets/images/favicon-logo.png"
/>
<!-- Style Files -->
<!-- Common CSS -->
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/font-awesome/css/font-awesome.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/variables.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/bulma/bulma.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/animation.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/common.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/components/toast.css"
/>
<!-- End Common CSS -->
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/auth/login.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/modules/loader/loader.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/WebInterface/new-ui/assets/styles/components/modal.css"
/>
<link rel="manifest" href="/WebInterface/new-ui/manifest.json" />
<!-- Javascript Files -->
<!--GSIGNIN_SCRIPT-->
<!--MSSIGNIN_SCRIPT-->
<!--AZURE_B2C_SINGIN_SCRIPT-->
<!--AMAZON_COGNITO_SINGIN_SCRIPT-->
<script type="text/javascript">
function showRecaptcha(element, callback) {
var recaptchaVersion = 0 + 1 +0;
if (recaptchaVersion == 3) {
ajax.getScript(
"https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/",
function () {
grecaptcha.ready(function () {
// do request for recaptcha token
// response is promise with passed token
window.hasCaptcha = true;
grecaptcha
.execute("/*RECAPTCHA_PUBLIC_KEY*/", {
action: "validate_captcha",
})
.then(function (token) {
// add token value to form
window.captchaToken = token;
});
});
}
);
} else if (recaptchaVersion) {
ajax.getScript(
"https://www.recaptcha.net/recaptcha/api.js",
function () {
if (window.grecaptcha) {
grecaptcha.ready(function () {
callback = callback || function () {};
window.grecaptcha.render(element, {
sitekey: "/*RECAPTCHA_PUBLIC_KEY*/",
callback: callback,
});
});
window.hasCaptcha = true;
}
}
);
}
}
window.onload = function () {
/*RECAPTCHA*/
};
var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};
</script>
<script>document.addEventListener("DOMContentLoaded", () => {
document.getElementById("username").setAttribute("autocomplete", "on");
document.getElementById("password").setAttribute("autocomplete", "on");
});</script>
</head>
<body>
<section
id="login"
class="is-relative is-hidden is-flex is-justify-content-center is-align-items-center auth-section"
>
<w-theme class="is-absolute multi-theme-icon-container"></w-theme>
<w-language class="is-absolute language-dropdown"></w-language>
<div class="is-flex h-full w-full">
<div
class="is-flex is-align-items-center is-justify-content-center p-4 auth-form-section"
>
<div class="w-full auth-form-container" id="authFormContainer">
<!-- Login form -->
<div class="w-full h-full" id="loginFormCard">
<div class="is-flex is-justify-content-center mb-5">
<w-image
class="logo"
src="/WebInterface/images/RPS_Logo.jpg"
alt="crush-logo"
/>
</div>
<form id="loginForm" name="loginForm" method="post" action="/">
<div id="userLoggedIn" class="is-hidden">
<div class="mb-4 has-text-centered">
<a href="/#/" class="text-accentMain"
>Continue as
<span id="currentUserName" class="is-capitalized"></span
>...</a
>
|
<a
href="javascript:void(0);"
id="logout"
class="text-accentMain"
>Logout</a
>
</div>
<div class="continue-label is-relative is-flex mb-4">
<div class="content-line mr-3"></div>
<p class="text-sm text-primaryMain" data-i18n-key="notMe">
Not me...
</p>
<div class="content-line ml-3"></div>
</div>
</div>
<div class="mb-5">
<label for="username" data-i18n-key="username"
>Username</label
>
<p class="control has-icons-left mt-1">
<input
id="username"
class="input"
type="text"
value=""
name="username"
placeholder="Username"
/>
<span class="icon is-small is-left">
<i class="icon-user"></i>
</span>
</p>
</div>
<div class="mb-5">
<label for="password" data-i18n-key="password"
>Password</label
>
<p class="control has-icons-left mt-1">
<input
id="password"
class="input"
name="password"
value=""
type="password"
placeholder="Password"
/>
<span class="icon is-small is-left">
<i class="icon-lock"></i>
</span>
</p>
<div class="content-line ml-3"></div>
</div>
<div
class="is-flex is-align-items-center is-justify-content-space-between mb-5"
>
<div id="rememberPanel" class="is-flex is-align-items-center">
<input id="remember" type="checkbox" name="remember" />
<label
for="remember"
class="text-sm text-primaryMain is-cursor-pointer remember-me"
data-i18n-key="rememberMe"
>Remember me</label
>
</div>
<p class="lostpassword">
<button
id="forgotLink"
class="forgot-link primary-button is-bg-none"
data-i18n-key="forgotYourPassword"
type="button"
>
Forgot your password?
</button>
</p>
</div>
<div id="recaptcha_div" class="my-2"></div>
<button
type="submit"
id="sign-in-button"
class="primary-button w-full"
data-i18n-key="signIn"
aria-label="sign-in-btn"
>
Sign In
</button>
<input type="hidden" name="command" value="login" />
<input type="hidden" name="skip_login" value="true" />
<input type="hidden" name="encoded" value="false" />
</form>
<div
id="crushAuthContainer"
class="is-hidden is-flex is-flex is-flex-direction-column mt-5 crush-auth-container"
>
<div class="continue-label is-relative is-flex">
<div class="content-line mr-3"></div>
<p
class="text-sm text-primaryMain"
data-i18n-key="orContinueWith"
>
Or continue with
</p>
<div class="content-line ml-3"></div>
</div>
<div class="is-flex" style="gap: 0.5rem">
<div
id="amazonSigninButton"
class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
>
<img
src="/WebInterface/new-ui/assets/images/amazon.png"
class="h-full"
alt="amazon"
/>
<span class="text-primaryMain text-sm text-bold"
>Amazon</span
>
</div>
<div
id="msSigninButton"
class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
>
<img
src="/WebInterface/new-ui/assets/images/microsoft.png"
class="h-full"
alt="microsoft"
/>
<span class="text-primaryMain text-sm text-bold"
>Microsoft</span
>
</div>
<div
id="msB2CSigninButton"
class="is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain"
>
<img
src="/WebInterface/new-ui/assets/images/microsoft.png"
class="h-full"
alt="ms b2c"
/>
<span class="text-primaryMain text-sm text-bold"
>MS B2C</span
>
</div>
</div>
<div id="google-signin" class="is-hidden"></div>
</div>
</div>
<!-- Reset password form -->
<div class="w-full h-full is-hidden" id="resetFormCard">
<div
class="is-flex is-justify-content-center text-accentMain mb-5"
>
<svg
width="98"
height="89"
viewBox="0 0 98 89"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M43.5249 8.06207C42.1155 8.28365 40.3419 8.67931 39.0117 9.10664C31.4581 11.5123 25.2979 17.6531 22.8909 25.2183C21.8933 28.3519 21.8616 28.5577 21.7982 35.2999L21.7191 41.5198H19.3595H17V63.9938C17 85.803 17.0158 86.4994 17.3009 87.0691C17.6968 87.8288 18.346 88.4461 19.0903 88.7468C19.6129 88.9683 22.0833 89 40.912 89H62.132V87.813V86.626L41.1496 86.5943L20.183 86.5469L19.8188 86.1828L19.4545 85.8188L19.407 64.8642L19.3754 43.8938H46.6921H74.0088V46.1729V48.4361L72.3935 49.2274C68.5613 51.095 65.5208 54.2603 63.8422 58.1537C62.8446 60.496 62.5912 61.6989 62.4962 64.6268C62.4328 66.8901 62.4645 67.4598 62.7496 68.8684C63.8739 74.3128 67.3419 78.7759 72.3619 81.2766L74.0405 82.1154L73.9771 83.9671C73.9138 86.5152 73.8979 86.531 71.2375 86.6102L69.2581 86.6576V87.8288V89H71.5226C74.0088 89 74.6422 88.8259 75.4657 87.9554C76.21 87.1641 76.3842 86.4994 76.3842 84.5052V82.701L76.9859 82.8434C77.3026 82.9225 78.3636 83.0333 79.3138 83.0808C83.2094 83.3024 87.01 82.2578 90.3672 80.0262C92.9009 78.3486 95.4188 75.2782 96.6856 72.3503C97.7783 69.8338 98 68.6152 98 65.2599C98 62.7751 97.9525 62.1262 97.6516 60.9709C95.8147 53.7539 89.8921 48.5152 82.4334 47.5181C81.0082 47.3282 78.0786 47.4073 76.9859 47.6764L76.3842 47.8188V44.6693V41.5198H74.0246H71.6651L71.5859 35.2999C71.5384 30.1562 71.4751 28.8901 71.2534 27.9088C68.9097 17.7955 61.6886 10.5944 51.6804 8.36279C50.5243 8.10955 44.6809 7.88798 43.5249 8.06207ZM51.2053 10.8951C56.7636 12.0346 62.0845 15.6114 65.2516 20.3436C66.5977 22.3536 67.3578 23.9046 68.0704 26.0729C68.973 28.8426 69.1155 30.0929 69.2106 36.0912L69.3056 41.5198H66.8985H64.5073V36.1545C64.5073 30.3619 64.4282 29.539 63.6364 27.1808C62.1636 22.7809 58.8856 19.0142 54.7208 16.925C51.8862 15.5006 49.495 15.01 45.9478 15.1366C43.034 15.2316 41.3713 15.6273 38.9326 16.8143C37.2856 17.6214 35.0528 19.125 35.0528 19.4257C35.0528 19.5206 35.417 19.9954 35.8287 20.4702L36.6047 21.3407L37.0639 20.9925C38.0616 20.1854 40.1044 19.0142 41.2287 18.5869C44.5543 17.3049 48.6716 17.2732 51.9179 18.4919C56.8587 20.3436 60.5959 24.6485 61.7361 29.808C61.9261 30.726 62.0211 32.2137 62.0845 36.2495L62.1795 41.5198H46.6921H31.2047L31.2997 36.2495C31.3947 30.5519 31.5056 29.6972 32.3765 27.434C32.8041 26.3103 33.976 24.2687 34.7836 23.2716L35.132 22.8126L34.261 22.0371C33.7859 21.6256 33.3109 21.2616 33.2158 21.2616C32.7091 21.2457 30.4446 25.0916 29.7478 27.1808C28.956 29.539 28.8768 30.3619 28.8768 36.1545V41.5198H26.4856H24.0786L24.1736 36.0912C24.2686 30.0929 24.4111 28.8426 25.3138 26.0729C26.4381 22.6227 28.2751 19.6472 30.8563 17.0675C33.976 13.9496 37.9032 11.813 42.1947 10.8951C44.7126 10.3411 48.529 10.3569 51.2053 10.8951ZM82.7343 50.1454C89.2903 51.2849 94.3578 56.3494 95.3871 62.7909C95.6405 64.2945 95.5138 67.6972 95.1654 68.9634C94.2786 72.192 92.41 75.12 90.0188 77.0508C83.7953 82.0679 75.1965 81.7039 69.5906 76.1803C66.4868 73.1258 64.9824 69.5648 64.9824 65.2599C64.9824 61.05 66.471 57.4573 69.4164 54.4819C72.9795 50.905 77.9202 49.2907 82.7343 50.1454Z"
fill="currentColor"
/>
<path
d="M79.2661 55.4474C76.8274 55.8114 74.7212 57.9797 74.3887 60.4645L74.2778 61.3033H75.5764C76.4948 61.3033 76.8591 61.24 76.8591 61.0976C76.8591 60.5594 77.2391 59.6573 77.6825 59.1509C80.0896 56.4128 84.4919 58.7552 83.5101 62.2529C83.3042 62.9809 82.5124 63.9305 81.7998 64.2946C81.4673 64.4528 80.7388 64.6427 80.1371 64.7061L79.0761 64.8168V67.0168V69.2167H80.2638H81.4514V68.1879C81.4514 67.3333 81.4989 67.1275 81.7365 67.0642C81.879 67.0168 82.4491 66.7635 82.9875 66.5103C84.1594 65.9247 85.1253 64.9276 85.6954 63.709C86.0597 62.9335 86.123 62.5853 86.123 61.3033C86.123 59.9106 86.0755 59.7048 85.6004 58.7394C84.4127 56.3179 81.974 55.0517 79.2661 55.4474Z"
fill="currentColor"
/>
<path
d="M79.0762 72.6985V73.9646H80.2639H81.4515V72.6985V71.4323H80.2639H79.0762V72.6985Z"
fill="currentColor"
/>
<path
d="M43.1289 47.4548V48.6418H44.3166H45.5043V4
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T00:18:36.000Z",
"app" : {
"extract" : {
"domain" : [
"recaptcha.net",
"w3.org"
],
"file" : [
"manifest.json",
"p3p.xml"
],
"hostname" : [
"www.recaptcha.net",
"www.w3.org"
],
"url" : [
"http://www.w3.org/2000/svg",
"https://www.recaptcha.net/recaptcha/api.js",
"https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/"
]
},
"favicon" : {
"url" : "/WebInterface/new-ui/assets/images/favicon-logo.png"
},
"http" : {
"bodymd5" : "04bf84782bd77b671ac0c64c2db76f83",
"bodymmh3" : 1969461597,
"component" : [
{
"productvendor" : "CrushFTP",
"product" : "CrushFTP"
}
],
"description" : "CrushFTP - Login",
"header" : [
{
"name" : "Last-Modified",
"value" : "Fri, 05 Apr 2024 13:30:12 GMT"
},
{
"name" : "ETag",
"value" : "1712323812000"
}
],
"headermd5" : "24d6f72237a5f40a6e8db9133df32f72",
"headermmh3" : -309438231,
"title" : "CrushFTP - Login"
},
"length" : 16384
},
"asn" : "AS9009",
"city" : "Frankfurt am Main",
"country" : "DE",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nDate: Thu, 07 Nov 2024 00:18:31 UTC\r\nServer: CrushFTP HTTP Server\r\nP3P: policyref=\"/WebInterface/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\r\nKeep-Alive: timeout=15, max=20\r\nConnection: Keep-Alive\r\nPragma: no-cache\r\nContent-type: text/html; charset=UTF-8\r\nLast-Modified: Fri, 05 Apr 2024 13:30:12 GMT\r\nETag: 1712323812000\r\nX-UA-Compatible: chrome=1\r\nAccept-Ranges: bytes\r\nContent-Length: 27968\r\n\r\n<!DOCTYPE html>\n<html data-theme=\"light\">\n <head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n <meta name=\"description\" content=\"CrushFTP - Login\" />\n <meta name=\"theme-color\" content=\"#F5B451\" />\n\n <title>CrushFTP - Login</title>\n\n <link\n rel=\"icon\"\n type=\"image/x-icon\"\n href=\"/WebInterface/new-ui/assets/images/favicon-logo.png\"\n />\n\n <link\n rel=\"apple-touch-icon\"\n href=\"/WebInterface/new-ui/assets/images/favicon-logo.png\"\n />\n\n <!-- Style Files -->\n <!-- Common CSS -->\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/font-awesome/css/font-awesome.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/variables.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/bulma/bulma.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/animation.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/common.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/components/toast.css\"\n />\n <!-- End Common CSS -->\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/auth/login.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/modules/loader/loader.css\"\n />\n <link\n rel=\"stylesheet\"\n type=\"text/css\"\n href=\"/WebInterface/new-ui/assets/styles/components/modal.css\"\n />\n\n <link rel=\"manifest\" href=\"/WebInterface/new-ui/manifest.json\" />\n\n <!-- Javascript Files -->\n <!--GSIGNIN_SCRIPT-->\n <!--MSSIGNIN_SCRIPT-->\n <!--AZURE_B2C_SINGIN_SCRIPT-->\n <!--AMAZON_COGNITO_SINGIN_SCRIPT-->\n\n <script type=\"text/javascript\">\n function showRecaptcha(element, callback) {\n var recaptchaVersion = 0 + 1 +0;\n if (recaptchaVersion == 3) {\n ajax.getScript(\n \"https://www.recaptcha.net/recaptcha/api.js?render=/*RECAPTCHA_PUBLIC_KEY*/\",\n function () {\n grecaptcha.ready(function () {\n // do request for recaptcha token\n // response is promise with passed token\n window.hasCaptcha = true;\n grecaptcha\n .execute(\"/*RECAPTCHA_PUBLIC_KEY*/\", {\n action: \"validate_captcha\",\n })\n .then(function (token) {\n // add token value to form\n window.captchaToken = token;\n });\n });\n }\n );\n } else if (recaptchaVersion) {\n ajax.getScript(\n \"https://www.recaptcha.net/recaptcha/api.js\",\n function () {\n if (window.grecaptcha) {\n grecaptcha.ready(function () {\n callback = callback || function () {};\n window.grecaptcha.render(element, {\n sitekey: \"/*RECAPTCHA_PUBLIC_KEY*/\",\n callback: callback,\n });\n });\n window.hasCaptcha = true;\n }\n }\n );\n }\n }\n window.onload = function () {\n /*RECAPTCHA*/\n };\n var passwordRule = {random_password_length:6,min_password_numbers:0,min_password_lowers:0,min_password_uppers:0,min_password_specials:0};\n </script>\n <script>document.addEventListener(\"DOMContentLoaded\", () => {\ndocument.getElementById(\"username\").setAttribute(\"autocomplete\", \"on\");\ndocument.getElementById(\"password\").setAttribute(\"autocomplete\", \"on\");\n});</script>\n </head>\n\n <body>\n <section\n id=\"login\"\n class=\"is-relative is-hidden is-flex is-justify-content-center is-align-items-center auth-section\"\n >\n \n <w-theme class=\"is-absolute multi-theme-icon-container\"></w-theme>\n <w-language class=\"is-absolute language-dropdown\"></w-language>\n\n <div class=\"is-flex h-full w-full\">\n <div\n class=\"is-flex is-align-items-center is-justify-content-center p-4 auth-form-section\"\n >\n <div class=\"w-full auth-form-container\" id=\"authFormContainer\">\n <!-- Login form -->\n <div class=\"w-full h-full\" id=\"loginFormCard\">\n <div class=\"is-flex is-justify-content-center mb-5\">\n <w-image\n class=\"logo\"\n src=\"/WebInterface/images/RPS_Logo.jpg\"\n alt=\"crush-logo\"\n />\n </div>\n <form id=\"loginForm\" name=\"loginForm\" method=\"post\" action=\"/\">\n <div id=\"userLoggedIn\" class=\"is-hidden\">\n <div class=\"mb-4 has-text-centered\">\n <a href=\"/#/\" class=\"text-accentMain\"\n >Continue as\n <span id=\"currentUserName\" class=\"is-capitalized\"></span\n >...</a\n >\n |\n <a\n href=\"javascript:void(0);\"\n id=\"logout\"\n class=\"text-accentMain\"\n >Logout</a\n >\n </div>\n <div class=\"continue-label is-relative is-flex mb-4\">\n <div class=\"content-line mr-3\"></div>\n <p class=\"text-sm text-primaryMain\" data-i18n-key=\"notMe\">\n Not me...\n </p>\n <div class=\"content-line ml-3\"></div>\n </div>\n </div>\n <div class=\"mb-5\">\n <label for=\"username\" data-i18n-key=\"username\"\n >Username</label\n >\n <p class=\"control has-icons-left mt-1\">\n <input\n id=\"username\"\n class=\"input\"\n type=\"text\"\n value=\"\"\n name=\"username\"\n placeholder=\"Username\"\n />\n <span class=\"icon is-small is-left\">\n <i class=\"icon-user\"></i>\n </span>\n </p>\n </div>\n <div class=\"mb-5\">\n <label for=\"password\" data-i18n-key=\"password\"\n >Password</label\n >\n <p class=\"control has-icons-left mt-1\">\n <input\n id=\"password\"\n class=\"input\"\n name=\"password\"\n value=\"\"\n type=\"password\"\n placeholder=\"Password\"\n />\n <span class=\"icon is-small is-left\">\n <i class=\"icon-lock\"></i>\n </span>\n </p>\n <div class=\"content-line ml-3\"></div>\n </div>\n <div\n class=\"is-flex is-align-items-center is-justify-content-space-between mb-5\"\n >\n <div id=\"rememberPanel\" class=\"is-flex is-align-items-center\">\n <input id=\"remember\" type=\"checkbox\" name=\"remember\" />\n <label\n for=\"remember\"\n class=\"text-sm text-primaryMain is-cursor-pointer remember-me\"\n data-i18n-key=\"rememberMe\"\n >Remember me</label\n >\n </div>\n <p class=\"lostpassword\">\n <button\n id=\"forgotLink\"\n class=\"forgot-link primary-button is-bg-none\"\n data-i18n-key=\"forgotYourPassword\"\n type=\"button\"\n >\n Forgot your password?\n </button>\n </p>\n </div>\n <div id=\"recaptcha_div\" class=\"my-2\"></div>\n <button\n type=\"submit\"\n id=\"sign-in-button\"\n class=\"primary-button w-full\"\n data-i18n-key=\"signIn\"\n aria-label=\"sign-in-btn\"\n >\n Sign In\n </button>\n <input type=\"hidden\" name=\"command\" value=\"login\" />\n <input type=\"hidden\" name=\"skip_login\" value=\"true\" />\n <input type=\"hidden\" name=\"encoded\" value=\"false\" />\n </form>\n <div\n id=\"crushAuthContainer\"\n class=\"is-hidden is-flex is-flex is-flex-direction-column mt-5 crush-auth-container\"\n >\n <div class=\"continue-label is-relative is-flex\">\n <div class=\"content-line mr-3\"></div>\n <p\n class=\"text-sm text-primaryMain\"\n data-i18n-key=\"orContinueWith\"\n >\n Or continue with\n </p>\n <div class=\"content-line ml-3\"></div>\n </div>\n <div class=\"is-flex\" style=\"gap: 0.5rem\">\n <div\n id=\"amazonSigninButton\"\n class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n >\n <img\n src=\"/WebInterface/new-ui/assets/images/amazon.png\"\n class=\"h-full\"\n alt=\"amazon\"\n />\n <span class=\"text-primaryMain text-sm text-bold\"\n >Amazon</span\n >\n </div>\n <div\n id=\"msSigninButton\"\n class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n >\n <img\n src=\"/WebInterface/new-ui/assets/images/microsoft.png\"\n class=\"h-full\"\n alt=\"microsoft\"\n />\n <span class=\"text-primaryMain text-sm text-bold\"\n >Microsoft</span\n >\n </div>\n <div\n id=\"msB2CSigninButton\"\n class=\"is-hidden is-flex is-align-items-center is-justify-content-center is-cursor-pointer social-continue-btn bg-primaryMain\"\n >\n <img\n src=\"/WebInterface/new-ui/assets/images/microsoft.png\"\n class=\"h-full\"\n alt=\"ms b2c\"\n />\n <span class=\"text-primaryMain text-sm text-bold\"\n >MS B2C</span\n >\n </div>\n </div>\n <div id=\"google-signin\" class=\"is-hidden\"></div>\n </div>\n </div>\n\n <!-- Reset password form -->\n <div class=\"w-full h-full is-hidden\" id=\"resetFormCard\">\n <div\n class=\"is-flex is-justify-content-center text-accentMain mb-5\"\n >\n <svg\n width=\"98\"\n height=\"89\"\n viewBox=\"0 0 98 89\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M43.5249 8.06207C42.1155 8.28365 40.3419 8.67931 39.0117 9.10664C31.4581 11.5123 25.2979 17.6531 22.8909 25.2183C21.8933 28.3519 21.8616 28.5577 21.7982 35.2999L21.7191 41.5198H19.3595H17V63.9938C17 85.803 17.0158 86.4994 17.3009 87.0691C17.6968 87.8288 18.346 88.4461 19.0903 88.7468C19.6129 88.9683 22.0833 89 40.912 89H62.132V87.813V86.626L41.1496 86.5943L20.183 86.5469L19.8188 86.1828L19.4545 85.8188L19.407 64.8642L19.3754 43.8938H46.6921H74.0088V46.1729V48.4361L72.3935 49.2274C68.5613 51.095 65.5208 54.2603 63.8422 58.1537C62.8446 60.496 62.5912 61.6989 62.4962 64.6268C62.4328 66.8901 62.4645 67.4598 62.7496 68.8684C63.8739 74.3128 67.3419 78.7759 72.3619 81.2766L74.0405 82.1154L73.9771 83.9671C73.9138 86.5152 73.8979 86.531 71.2375 86.6102L69.2581 86.6576V87.8288V89H71.5226C74.0088 89 74.6422 88.8259 75.4657 87.9554C76.21 87.1641 76.3842 86.4994 76.3842 84.5052V82.701L76.9859 82.8434C77.3026 82.9225 78.3636 83.0333 79.3138 83.0808C83.2094 83.3024 87.01 82.2578 90.3672 80.0262C92.9009 78.3486 95.4188 75.2782 96.6856 72.3503C97.7783 69.8338 98 68.6152 98 65.2599C98 62.7751 97.9525 62.1262 97.6516 60.9709C95.8147 53.7539 89.8921 48.5152 82.4334 47.5181C81.0082 47.3282 78.0786 47.4073 76.9859 47.6764L76.3842 47.8188V44.6693V41.5198H74.0246H71.6651L71.5859 35.2999C71.5384 30.1562 71.4751 28.8901 71.2534 27.9088C68.9097 17.7955 61.6886 10.5944 51.6804 8.36279C50.5243 8.10955 44.6809 7.88798 43.5249 8.06207ZM51.2053 10.8951C56.7636 12.0346 62.0845 15.6114 65.2516 20.3436C66.5977 22.3536 67.3578 23.9046 68.0704 26.0729C68.973 28.8426 69.1155 30.0929 69.2106 36.0912L69.3056 41.5198H66.8985H64.5073V36.1545C64.5073 30.3619 64.4282 29.539 63.6364 27.1808C62.1636 22.7809 58.8856 19.0142 54.7208 16.925C51.8862 15.5006 49.495 15.01 45.9478 15.1366C43.034 15.2316 41.3713 15.6273 38.9326 16.8143C37.2856 17.6214 35.0528 19.125 35.0528 19.4257C35.0528 19.5206 35.417 19.9954 35.8287 20.4702L36.6047 21.3407L37.0639 20.9925C38.0616 20.1854 40.1044 19.0142 41.2287 18.5869C44.5543 17.3049 48.6716 17.2732 51.9179 18.4919C56.8587 20.3436 60.5959 24.6485 61.7361 29.808C61.9261 30.726 62.0211 32.2137 62.0845 36.2495L62.1795 41.5198H46.6921H31.2047L31.2997 36.2495C31.3947 30.5519 31.5056 29.6972 32.3765 27.434C32.8041 26.3103 33.976 24.2687 34.7836 23.2716L35.132 22.8126L34.261 22.0371C33.7859 21.6256 33.3109 21.2616 33.2158 21.2616C32.7091 21.2457 30.4446 25.0916 29.7478 27.1808C28.956 29.539 28.8768 30.3619 28.8768 36.1545V41.5198H26.4856H24.0786L24.1736 36.0912C24.2686 30.0929 24.4111 28.8426 25.3138 26.0729C26.4381 22.6227 28.2751 19.6472 30.8563 17.0675C33.976 13.9496 37.9032 11.813 42.1947 10.8951C44.7126 10.3411 48.529 10.3569 51.2053 10.8951ZM82.7343 50.1454C89.2903 51.2849 94.3578 56.3494 95.3871 62.7909C95.6405 64.2945 95.5138 67.6972 95.1654 68.9634C94.2786 72.192 92.41 75.12 90.0188 77.0508C83.7953 82.0679 75.1965 81.7039 69.5906 76.1803C66.4868 73.1258 64.9824 69.5648 64.9824 65.2599C64.9824 61.05 66.471 57.4573 69.4164 54.4819C72.9795 50.905 77.9202 49.2907 82.7343 50.1454Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M79.2661 55.4474C76.8274 55.8114 74.7212 57.9797 74.3887 60.4645L74.2778 61.3033H75.5764C76.4948 61.3033 76.8591 61.24 76.8591 61.0976C76.8591 60.5594 77.2391 59.6573 77.6825 59.1509C80.0896 56.4128 84.4919 58.7552 83.5101 62.2529C83.3042 62.9809 82.5124 63.9305 81.7998 64.2946C81.4673 64.4528 80.7388 64.6427 80.1371 64.7061L79.0761 64.8168V67.0168V69.2167H80.2638H81.4514V68.1879C81.4514 67.3333 81.4989 67.1275 81.7365 67.0642C81.879 67.0168 82.4491 66.7635 82.9875 66.5103C84.1594 65.9247 85.1253 64.9276 85.6954 63.709C86.0597 62.9335 86.123 62.5853 86.123 61.3033C86.123 59.9106 86.0755 59.7048 85.6004 58.7394C84.4127 56.3179 81.974 55.0517 79.2661 55.4474Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M79.0762 72.6985V73.9646H80.2639H81.4515V72.6985V71.4323H80.2639H79.0762V72.6985Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M43.1289 47.4548V48.6418H44.3166H45.5043V4",
"datamd5" : "2c1642d6228af964626d24743b414444",
"datammh3" : 1115241852,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"192.in-addr.arpa"
],
"forward" : "192.121.22.171",
"host" : [
171
],
"hostname" : [
"171.22.121.192.in-addr.arpa",
"192.121.22.171"
],
"ip" : "192.121.22.171",
"ipv6" : "false",
"latitude" : "50.1049",
"location" : "50.1049,8.6295",
"longitude" : "8.6295",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "M247 Europe SRL",
"os" : "Linux",
"osdistribution" : "AMAZON",
"osvendor" : "Linux",
"port" : 4782,
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"reverse" : [
"171.22.121.192.in-addr.arpa"
],
"seen_date" : "2024-11-07",
"source" : "urlscan::redirect",
"status" : 200,
"subdomains" : [
"22.121.192.in-addr.arpa",
"121.192.in-addr.arpa"
],
"subnet" : "192.121.22.0/23",
"tag" : "<enterprise field>: tag",
"tld" : [
"in-addr.arpa"
],
"tls" : "false",
"transport" : "tcp",
"url" : "/WebInterface/login.html"
}