Help
RSS
API
Feed
Maltego
Contact
Domain > gestion.groscom.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-21
109.234.166.237
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 21 Jan 2025 23:57:36 GMTContent-Type: text/html; charsetUTF-8Content-Length: 6863Connection: keep-aliveVary: Accept-EncodingExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSID95f6a2c8accc968f86d41d0e7cabc42b; path/Server: o2switch-PowerBoost-v3 !DOCTYPE html>html langzxx>head> title>Institut universitaire du golfe de guinée/title> meta charsetUTF-8> meta namedescription content Divisima | eCommerce Template> meta namekeywords contentdivisima, eCommerce, creative, html> meta nameviewport contentwidthdevice-width, initial-scale1.0> !-- Favicon --> link hrefimg/faiconzoom.png width200pxrelshortcut icon/> !-- Google Font --> link hrefhttps://fonts.googleapis.com/css?familyJosefin+Sans:300,300i,400,400i,700,700i relstylesheet> !-- Stylesheets --> link relstylesheet hrefcss/bootstrap.min.css/> link relstylesheet hrefcss/font-awesome.min.css/> link relstylesheet hrefcss/flaticon.css/> link relstylesheet hrefcss/slicknav.min.css/> link relstylesheet hrefcss/jquery-ui.min.css/> link relstylesheet hrefcss/owl.carousel.min.css/> link relstylesheet hrefcss/animate.css/> link relstylesheet hrefcss/style.css/> !--if lt IE 9> script srchttps://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js>/script> script srchttps://oss.maxcdn.com/respond/1.4.2/respond.min.js>/script> !endif--> link relstylesheet hrefbower_components/bootstrap/dist/css/bootstrap.min.css> !-- DataTables --> link relstylesheet hrefbower_components/datatables.net-bs/css/dataTables.bootstrap.min.css> !-- Font Awesome --> link relstylesheet hrefbower_components/font-awesome/css/font-awesome.min.css> !-- Theme style --> link relstylesheet hrefdist/css/AdminLTE.min.css> !-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. --> link relstylesheet hrefdist/css/skins/_all-skins.min.css> !-- Magnify --> link relstylesheet hrefmagnify/magnify.min.css> !-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> !-- WARNING: Respond.js doesnt work if you view the page via file:// --> !--if lt IE 9> script srchttps://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js>/script> script srchttps://oss.maxcdn.com/respond/1.4.2/respond.min.js>/script> !endif--> !-- Google Font --> link relstylesheet hrefhttps://fonts.googleapis.com/css?familySource+Sans+Pro:300,400,600,700,300italic,400italic,600italic> !-- Paypal Express --> script srchttps://www.paypalobjects.com/api/checkout.js>/script> !-- Google Recaptcha --> script srchttps://www.google.com/recaptcha/api.js>/script> style> .back{ position:relative; background:url(images/large.jpg) 0px 0px; max-width:auto; height:auto; background-size:cover; background-position:center; padding:10rem 0; }/style>/head>body classhold-transition login-page >div classlogin-box> div classlogin-box-body> a hrefindex.php stylemargin-left:175%> img srcimages/logoiug.png width150px altIMG-LOGOstylemargin-left:-150%> /a> p classlogin-box-msg>Sign in to start your session/p> form actionlogintraitement.php methodPOST> div classform-group has-feedback> input typeemail classform-control nameemail placeholderEmail required> span classglyphicon glyphicon-envelope form-control-feedback>/span> /div> div classform-group has-feedback> input typepassword classform-control namepassword placeholderPassword required> span classglyphicon glyphicon-lock form-control-feedback>/span> /div> div classrow> div classcol-xs-4> button typesubmit classbtn btn-primary btn-block btn-flat namelogin>i classfa fa-sign-in>/i> Sign In/button> /div> /div> /form> br> a hrefpassword_forgot.php>I forgot my password/a>br> a hrefsignup.php classtext-center>Register a new membership/a>br> /div>/div> !-- Footer section --> !-- Footer section end --> !-- Javascripts & Jquery --> script srcjs/jquery-3.2.1.min.js>/script> script srcjs/bootstrap.min.js>/script> script srcjs/jquery.slicknav.min.js>/script> script srcjs/owl.carousel.min.js>/script> script srcjs/jquery.nicescroll.min.js>/script> script srcjs/jquery.zoom.min.js>/script> script srcjs/jquery-ui.min.js>/script> script srcjs/main.js>/script>!-- jQuery 3 -->script srcbower_components/jquery/dist/jquery.min.js>/script>!-- Bootstrap 3.3.7 -->script srcbower_components/bootstrap/dist/js/bootstrap.min.js>/script>!-- DataTables -->script srcbower_components/datatables.net/js/jquery.dataTables.min.js>/script>script srcbower_components/datatables.net-bs/js/dataTables.bootstrap.min.js>/script>!-- SlimScroll -->script srcbower_components/jquery-slimscroll/jquery.slimscroll.min.js>/script>!-- FastClick -->script srcbower_components/fastclick/lib/fastclick.js>/script>!-- AdminLTE App -->script srcdist/js/adminlte.min.js>/script>!-- CK Editor -->script srcbower_components/ckeditor/ckeditor.js>/script>script> $(function () { // Datatable $(#example1).DataTable() //CK Editor CKEDITOR.replace(editor1) });/script>!--Magnify -->script srcmagnify/magnify.min.js>/script>script>$(function(){ $(.zoom).magnify();});/script>!-- Custom Scripts -->script>$(function(){ $(#navbar-search-input).focus(function(){ $(#searchBtn).show(); }); $(#navbar-search-input).focusout(function(){ $(#searchBtn).hide(); }); getCart(); $(#productForm).submit(function(e){ e.preventDefault(); var product $(this).serialize(); $.ajax({ type: POST, url: cart_add.php, data: product, dataType: json, success: function(response){ $(#callout).show(); $(.message).html(response.message); if(response.error){ $(#callout).removeClass(callout-success).addClass(callout-danger); } else{ $(#callout).removeClass(callout-danger).addClass(callout-success); getCart(); } } }); }); $(document).on(click, .close, function(){ $(#callout).hide(); });});function getCart(){ $.ajax({ type: POST, url: cart_fetch.php, dataType: json, success: function(response){ $(#cart_menu).html(response.list); $(.cart_count).html(response.count); } });}/script>/body>/html>
Port 443
HTTP/1.1 429 Too Many RequestsDate: Tue, 21 Jan 2025 23:57:36 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingServer: o2switch-PowerBoost-v3Tiger-Protect-Security: https://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protectCache-Control: private, max-age0, no-store, no-cache, must-revalidate, post-check0, pre-check0Expires: Thu, 01 Jan 1970 00:00:01 GMTAccess-Control-Allow-Origin: * !--Debug Security_Rule ; More_info ; HTTP_Code 429; Request_ID 5935ce82a380577ce6c4a9e9c04a7729; Support support@o2switch.fr; Link https://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protect EndOfDebug-->!DOCTYPE HTML>html langen-US>head> meta charsetUTF-8 /> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> meta http-equivX-UA-Compatible contentIEEdge,chrome1 /> meta namerobots contentnoindex /> meta nameretry-after content240 /> meta nameviewport contentwidthdevice-width, initial-scale1, maximum-scale1 /> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css integritysha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w crossoriginanonymous referrerpolicyno-referrer /> script srchttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js integritysha512-RXf+QSDCUQs5uwRKaDoXt55jygZZm2V++WUZduaU/Ui/9EGp3f/2KZVahFZBKGH0s774sd3HmrhUy+SgOFQLVQ crossoriginanonymous referrerpolicyno-referrer>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js integritysha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA crossoriginanonymous referrerpolicyno-referrer>/script> link idfavicon relshortcut icon typeimage/svg+xml hrefhttps://o2swit.ch/assets/favicon.svg/> link hrefhttps://o2swit.ch/assets/style.css relstylesheet> title>HTTP 429/title>/head>body>table width100% height100% cellpadding20> tr> td aligncenter valignmiddle> div classo2s-browser-check> div ido2s-content> h1> i classfas fa-hand-paper>/i> HTTP 429br/> small data-i18n-keytitle> Ralentissez /small> /h1> p stylemargin-top:2em; data-i18n-keylead> Cette requête a été bloquée par une sécurité activée sur lhébergement, suite à de trop nombreuses tentatives daccès détecté (Rate-limit). br/> Si vous êtes le webmaster de ce site, vous pouvez désactiver cette sécurité depuis votre compte cPanel. /p> p stylemargin-top:1em;> span styletext-decoration: none;>i classfas fa-external-link-alt>/i> /span> a hrefhttps://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protect target_blank> span data-i18n-keylink> Comment gérer cette sécurité avec TigerProtect dans cPanel ? /span> /a> /p> /div> /div> div> img idimg width250 srchttps://o2swit.ch/assets/tiger.svg /> br/>br/> small> a hrefhttps://www.o2switch.fr target_blank>support@o2switch.fr/a> - a hrefhttps://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protect target_blank>Tiger Protect/a> br/> strong>Request ID /strong>: b3b08b43e4f1893cf619489777de461a /small> br> /div> /td> /tr>/table>script typetext/javascript> $(document).ready(function() { const supportedLocales en, fr; const translations { en: { title: ` Slow down `, lead: ` This request was blocked by a security enabled on the hosting account, following too many access attempts detected (Rate-limited).br/> If you are the webmaster of this site, you can disable this security from your cPanel account. `, link: How to manage this security with the Tiger Protect Tool on cPanel ?, rule : Name of the security rule triggered }, fr: { title: ` Ralentissez `, lead: ` Cette requête a été bloquée par une sécurité activée sur lhébergement, suite à de trop nombreuses tentatives daccès détecté (Rate-limit). br/> Si vous êtes le webmaster de ce site, vous pouvez désactiver cette sécurité depuis votre compte cPanel. `, link: Comment gérer cette sécurité avec TigerProtect dans cPanel ?, rule : Nom de la règle de sécurité déclenchée }, }; function browserLocales(languageCodeOnly false) { return navigator.languages.map((locale) > languageCodeOnly ? locale.split(-)0 : locale, ); } function isSupported(locale) { return supportedLocales.indexOf(locale) > -1; } function supportedOrDefault(locales) { return locales.find(isSupported) || en; } const locale supportedOrDefault(browserLocales(true)); document.querySelectorAll(data-i18n-key).forEach(function(element) { const key element.getAttribute(data-i18n-key); const translation translationslocalekey; element.innerHTML translation; } ); }); /script>/body>/html>!--Debug Security_Rule ; More_info ; HTTP_Code 429; Request_ID ad4b82fbdb93c8f15dd645cbdace12fb; Support support@o2switch.fr; Link https://faq.o2switch.fr/hebergement-mutualise/tutoriels-cpanel/tiger-protect EndOfDebug-->
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
]