Help
RSS
API
Feed
Maltego
Contact
Domain > glpi.izmail.it
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-23
46.4.253.175
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.22.1Date: Fri, 23 Jan 2026 10:19:42 GMTContent-Type: text/htmlContent-Length: 169Connection: keep-aliveLocation: https://glpi.izmail.it/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.22.1/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.22.1Date: Fri, 23 Jan 2026 10:19:43 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveSet-Cookie: glpi_4ea551ebb706f3aecb72e7fa6fa174f4mr1ipt9dhejfoj60qqrl0ro5qa; path/; HttpOnlyExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cache !DOCTYPE html>html langru >head> title>Аутентификация - GLPI/title> meta charsetutf-8 /> meta http-equivX-UA-Compatible contentIEedge /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta namerobots contentnoindex, nofollow /> meta propertyglpi:csrf_token contente7ea5e24c9c5000babfc77e6d54f29ba8fa21218f15788a977c50cc3013e6a05 /> link relstylesheet typetext/css href/public/lib/base.min.css?v925da8438ef6cce2156193449a297fa2b1e929a2 /> link relstylesheet typetext/css href/css_compiled/css_palettes_auror.min.css?v925da8438ef6cce2156193449a297fa2b1e929a2 /> link relshortcut icon typeimages/x-icon href/pics/favicon.ico /> script typetext/javascript src/public/lib/base.min.js?v925da8438ef6cce2156193449a297fa2b1e929a2>/script> script typetext/javascript src/js/common.min.js?v925da8438ef6cce2156193449a297fa2b1e929a2>/script> script typetext/javascript src/public/lib/fuzzy.min.js?v925da8438ef6cce2156193449a297fa2b1e929a2>/script> script typetext/javascript>//!CDATA $(function() { i18n.setLocale(ru_RU); }); $.fn.select2.defaults.set( language, ru, ); $(function() { $.ajax({ type: GET, url: /front/locale.php?domainglpi&v925da8438ef6cce2156193449a297fa2b1e929a2, success: function(json) { i18n.loadJSON(json, glpi); } }); }); $(function() { $.ajax({ type: GET, url: /front/locale.php?domainaccounts&veeb7a87a36d3308f26161e0d2ce6d3a1df75312e, success: function(json) { i18n.loadJSON(json, accounts); } }); }); $(function() { $.ajax({ type: GET, url: /front/locale.php?domainglpiinventory&v598a0bdb3025f87359f7e4ad5cd2e8aeafd2e566, success: function(json) { i18n.loadJSON(json, glpiinventory); } }); }); $(function() { $.ajax({ type: GET, url: /front/locale.php?domainpdf&v16e26866dfaefcdfb1c0b5307a6ad98ffc53a628, success: function(json) { i18n.loadJSON(json, pdf); } }); }); $(function() { $.ajax({ type: GET, url: /front/locale.php?domainreports&v19b5c7f10150addd28dbf3a3579c3bac4a04f5d4, success: function(json) { i18n.loadJSON(json, reports); } }); });//>/script>/head>body classwelcome-anonymous> div classpage-anonymous> div classflex-fill d-flex flex-column justify-content-center py-4 mt-4> div classcontainer-tight py-6 stylemax-width: 60rem> div classtext-center> div classcol-md> span classglpi-logo mb-4 titleGLPI>/span> /div> /div> div classcard card-md> div classcard-body> form action/front/login.php methodpost autocompleteoff data-submit-once> input typehidden namenoAUTO value0 /> input typehidden nameredirect value /> input typehidden name_glpi_csrf_token value51736547fee03a9a435323d53b712412abdce3d575880a59254ad0f2eb3b2c23 /> div classrow justify-content-center> div classcol-md-5> div classcard-header mb-4> h2 classmx-auto>Войти в вашу учётную запись/h2> /div> div classmb-3> label classform-label forlogin_name>Имя пользователя/label> input typetext classform-control idlogin_name namefielda69734b3ef40a4 placeholder tabindex1 /> /div> div classmb-4> label classform-label forlogin_password> Пароль /label> input typepassword classform-control idlogin_password namefieldb69734b3ef40a6 placeholder autocompleteoff tabindex2 /> /div> div classmb-3> label classform-label fordropdown_auth1419596802>Источник авторизации/label> select nameauth iddropdown_auth1419596802 classform-select size1>option valuelocal>Встроенная GLPI/option>option valueldap-3 selected>sit-dc-01/option>option valueldap-4>sit-dc-03/option>/select>script typetext/javascript>//!CDATA$(function() { const select2_el $(#dropdown_auth1419596802).select2({ width: 100%, dropdownAutoWidth: true, dropdownParent: $(#dropdown_auth1419596802).closest(div.modal, div.dropdown-menu, body), quietMillis: 100, minimumResultsForSearch: 10, matcher: function(params, data) { // store last search in the global var query params; // If there are no search terms, return all of the data if ($.trim(params.term) ) { return data; } var searched_term getTextWithoutDiacriticalMarks(params.term); var data_text typeof(data.text) string ? getTextWithoutDiacriticalMarks(data.text) : ; var select2_fuzzy_opts { pre: span classselect2-rendered__match>, post: /span>, }; if (data_text.indexOf(>) ! -1 || data_text.indexOf() ! -1) { // escape text, if it contains chevrons (can already be escaped prior to this point :/) data_text jQuery.fn.select2.defaults.defaults.escapeMarkup(data_text); } // Skip if there is no children property if (typeof data.children undefined) { var match fuzzy.match(searched_term, data_text, select2_fuzzy_opts); if (match null) { return false; } data.rendered_text match.rendered_text; data.score match.score; return data; } // `data.children` contains the actual options that we are matching against // also check in `data.text` (optgroup title) var filteredChildren ; $.each(data.children, function (idx, child) { var child_text typeof(child.text) string ? getTextWithoutDiacriticalMarks(child.text) : ; if (child_text.indexOf(>) ! -1 || child_text.indexOf() ! -1) { // escape text, if it contains chevrons (can already be escaped prior to this point :/) child_text jQuery.fn.select2.defaults.defaults.escapeMarkup(child_text); } var match_child fuzzy.match(searched_term, child_text, select2_fuzzy_opts); var match_text fuzzy.match(searched_term, data_text, select2_fuzzy_opts); if (match_child ! null || match_text ! null) { if (match_text ! null) { data.score match_text.score; data.rendered_text match_text.rendered; } if (match_child ! null) { child.score match_child.score; child.rendered_text match_child.rendered; } filteredChildren.push(child); } }); // If we matched any of the groups children, then set the matched children on the group // and return the group object if (filteredChildren.length) { var modifiedData $.extend({}, data, true); modifiedData.children filteredChildren; // You can return modified objects from here // This includes matching the `children` how you want in nested data sets return modifiedData; } // Return `null` if the term should not be displayed return null; }, templateResult: templateResult, templateSelection: templateSelection, }) .bind(setValue, function(e, value) { $(#dropdown_auth1419596802).val(value).trigger(change); }) $(labelfordropdown_auth1419596802).on(click, function(){ $(#dropdown_auth1419596802).select2(open); }); $(#dropdown_auth1419596802).on(select2:open, function(e){ const search_input document.querySelector(`.select2-search__fieldaria-controlsselect2-${e.target.id}-results`); if (search_input) { search_input.focus(); } }); });//>/script> /div> div classmb-2> label classform-check forlogin_remember> input typecheckbox classform-check-input idlogin_remember namefieldc69734b3ef40a7 checked /> span classform-check-label>Запомнить меня/span> /label> /div> div classform-footer> button typesubmit namesubmit classbtn btn-primary w-100 tabindex3> Войти /button> /div> /div> /div> /form> /div> /div> div classtext-center text-muted mt-3> a hrefhttps://glpi-project.org/ titlePowered by Teclib and contributors classcopyright>GLPI Copyright (C) 2015-2025 Teclib and contributors/a> /div> /div> /div> /div> script typetext/javascript> $(function () {$(#login_name).focus();});/script>/body>/html>div stylebackground-image: url(/front/cron.php);>/div>/body>/html>
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
]