Help
RSS
API
Feed
Maltego
Contact
Domain > www.gaetanospizza.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2015-12-04
52.11.183.214
(
ClassC
)
2025-12-03
206.72.196.69
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Wed, 03 Dec 2025 20:06:52 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cacheSet-Cookie: PHPSESSID4qh7oed6losneko6gc5v8f8d77; path/ !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>html xmlnshttp://www.w3.org/1999/xhtml>head>meta charsetUTF-8>meta http-equivContent-type contenttext/html; charsetUTF-8>title>/title>meta namedescription content />meta namekeywords content />link hrefcss/print_style.css relstylesheet typetext/css mediaprint />link hrefcss/main_style.css relstylesheet typetext/css mediascreen />link hrefcss/print_style.css relstylesheet typetext/css mediaprint />link hrefcustom/css/mod_style.css relstylesheet typetext/css mediascreen />link relstylesheet typetext/css hrefcustom/css/horizontal-nav.css />link relshortcut icon typeimage/x-icon hrefcustom/images/favicon.ico />link relstylesheet hrefcss/jquery.custombox.css>meta nameviewport contentuser-scalableno, initial-scale1, maximum-scale1, minimum-scale1, widthdevice-width>meta nameformat-detection contenttelephoneno>!--meta nameviewport contentwidth1020px> this has been commented out to make longer pages not change size on ipad -->meta nameapple-mobile-web-app-capable contentyes />meta nameapple-mobile-web-app-status-bar-style contentblack> !-- jQuery/jQuery UI -->link relstylesheet hrefhttps://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css />script typetext/javascript srchttps://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js>/script>script srchttps://code.jquery.com/jquery-1.7.1.min.js>/script>script srchttps://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js>/script>script srcjs/js_functions.js>/script> !-- for unoslider-->!-- also for dynamic jquery popup --> script srccustom/unoslider/unoslider.js>/script> script srcjs/jquery.custombox.js>/script> link hrefcustom/unoslider/unoslider.css relstylesheet /> link hrefcustom/unoslider/theme.css relstylesheet /> style typetext/css> .demo .ui-dialog-buttonset button{ color: white !important; background-color: red !important; font-size: 13px !important; border-radius: 10px !important; } .demo .ui-dialog{ /*background: white !important;*/ animation :normal !important; overflow-y: auto !important; z-index: 1000 !important ; } .demo .ui-dialog-titlebar { display: none; } .demo .ui-dialog-content{ text-align: center; margin-top: 10px; color: brown; font-size: 16px; } /style>!-- FOR IE test to warn if IE version is too old script srchttp://code.jquery.com/jquery-1.7.2.js typetext/javascript>/script>script srcjs/iealert.min.js typetext/javascript>/script>link relstylesheet typetext/css hrefjs/iealert/style.css />-->!--script typetext/javascript srchttps://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js>/script>-->script typetext/javascript srcjs/ddaccordion.js>/script>script srcjs/jquery.popupoverlay.js>/script> script>$(document).ready(function() { $(#popup_btn).on(click, function ( e ) { $.fn.custombox( this, { effect: fadein, speed: 3000 }); e.preventDefault(); });});/script>!-- for horizontal gallery slider -->script srchttp://www.gaetanospizza.net/includes/swipe/jquery.easing.1.3.js typetext/javascript>/script>script srchttp://www.gaetanospizza.net/includes/swipe/jquery.mouseSwipe.js typetext/javascript>/script>link hrefhttp://www.gaetanospizza.net/includes/swipe/mouseSwipe-std.css relstylesheet typetext/css />script typetext/javascript>$(document).ready(function () { $(document).bind(dragstart, function() { return false; }); $(#mouseSwipe1).swipe({ TYPE:panelSwipe, HORIZ: false, SNAPDISTANCE:20, DURATION:450, EASING:swing, ARROWS:true, FADEARROWS:true, PAGENUM:#pagenum1, AUTOSTART:false }); $(#mouseSwipe2).swipe({ TYPE:panelSwipe, HORIZ: true, SNAPDISTANCE:20, DURATION:750, EASING:easeOutBack, ARROWS:true, FADEARROWS:false, PAGENUM:#pagenum2, AUTOSTART:false }); $(#mouseSwipeScroll).swipe({ TYPE:mouseSwipe, HORIZ: true }); $(#slideshow).swipe({ TYPE:panelSwipe, HORIZ: true, SNAPDISTANCE:20, DURATION:400, EASING:swing, SLIDESHOWTIME:5000, PAUSEONHOVER:true, ARROWS:true, FADEARROWS:true, AUTOSTART:false });});/script>div iddialogFunc styledisplay: none aligncenter> span iddialogSpan>/span>/div>input typehidden idpopup_notice_response value/>script typetext/javascript>function popup_notice(message,type,action) { var defer $.Deferred(); if(typeyes_no){ $(div>/div>) .html(message) .dialog({ autoOpen: true, modal: true, title: Confirmation, buttons: { Yes: function () { $(this).dialog(close); defer.resolve(1);//this text true can be anything. But for this usage, it should be true or false. }, No: function () { $(this).dialog(close); defer.resolve(0);//this text false can be anything. But for this usage, it should be true or false. } }, create:function () { $(.ui-dialog).addClass(demo); }, close: function () { $(this).remove(); } }); return defer.promise(); } if(typeok_cancel){ $(div>/div>) .html(message) .dialog({ autoOpen: true, modal: true, title: Confirmation, buttons: { OK: function () { $(this).dialog(close); defer.resolve(1);//this text true can be anything. But for this usage, it should be true or false. }, Cancel: function () { $(this).dialog(close); defer.resolve(0);//this text false can be anything. But for this usage, it should be true or false. } }, create:function () { $(.ui-dialog).addClass(demo); }, close: function () { $(this).remove(); } }); return defer.promise(); } if(typeinfo_only){ $(div>/div>) .html(message) .dialog({ autoOpen: true, modal: true, title: Confirmation, buttons: { OK: function () { $(this).dialog(close); defer.resolve(1);//this text true can be anything. But for this usage, it should be true or false. } }, create:function () { $(.ui-dialog).addClass(demo); }, close: function () { $(this).remove(); } }); return defer.promise(); }}/script>div idfb-root>/div>script async defer crossoriginanonymous srchttps://connect.facebook.net/en_US/sdk.js#xfbml1&versionv5.0&appId483654101647226&autoLogAppEvents1>/script>!--script typetext/javascript srcjs/cssverticalmenu.js> /************************************************ CSS Vertical List Menu- by JavaScript Kit (www.javascriptkit.com)* Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/ * This notice must stay intact for usage* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more***********************************************//script>-->!--link relstylesheet mediascreen and (min-device-width : 768px) and (max-device-width : 1024px) hrefcustom/css/tablet-style.css />-->script typetext/javascript>$(document).ready(function() { showLoadingGraphic(); hash window.location.hash; hash hash.replace(#, ); if(hash popup) { $(#popup_btn).click(); } if($(.autoPopup).val() 1){ $(#popup_btn).click(); }});/script>/head>body onloadhideLoadingGraphic(); idhome>!-- BACK TO TOP HTML AND SCRIPT -->button onclicktopFunction() idmyBtn titleGo to top>Top/button>script>// When the user scrolls down 20px from the top of the document, show the buttonwindow.onscroll function() {scrollFunction()};function scrollFunction() { if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) { document.getElementById(myBtn).style.display block; } else { document.getElementById(myBtn).style.display none; }}// When the user clicks on the button, scroll to the top of the documentfunction topFunction() { document.body.scrollTop 0; document.documentElement.scrollTop 0;}/script>!-- END BACK TO TOP SCRIPT -->!-- Shrink Header On Scroll -->script> window.addEventListener(scroll, resizeHeaderOnScroll);/script>!-- END Shrink Header On Scroll -->div idhome-allcontent>div idtop-content>/div>div idwrapper>div idonline-ordering-side-button>ul idorder>li>a classorder hrefhttp://https://gaetanospizza.hungerrush.com/ targetblank> /a>/li>/ul>/div>div idsocial-icons-right-side>/div>!-- start header -->div idheader-wrapper>div idreduced-menu-button> !-- this only displays at media screen 760 or below - reduced menu - need to add the code to display the menu yet --> div idnav-links-reduced> div iddivMenu>!-- this is for horizontal nav - using same styles as vertical --> ul> li classreduced-link>a hrefindex.php>img idreduced-logo srccustom/images/nav-logo.png altGaetanos Pizzeria & Creamery />/a>/li> li classreduced-link2>a classhide onclickshowdiv(menu1); hrefjavascript:void(0);> img srcimages/reduced-navigation-icon.png altNavigation for ?php include(seotitle.php); ?> />/a>/li> li classreduced-link3>a hreftel:>img srccustom/images/reduced-phone-icon.png altCall Gaetanos Pizzeria & Creamery />/a>/li> /ul> !-- script for show/hide menu1 reduced navigation--> script typetext/javascript> function showdiv(id){ var x document.getElementById(id); if (x.style.display none || x.style.display ) { x.style.display block; } else { x.style.display none; } } /script> /div>!-- end divMenu --> /div>!-- end nav-links-reduced -->div idmenu1 classmenu-list> ul>li >a hrefindex.php idhere target>HOME/a>li >a hrefabout target>ABOUT/a>li >a hrefmenu target>MENU/a>li >a hrefice-cream target>ICE CREAM/a>li >a hrefcatering target>CATERING/a>li >a hrefspecials target>SPECIALS/a>li >a hrefapply target>APPLY/a>li >a hrefcontact target>CONTACT/a>/ul>/div>/div>!-- end reduced-menu-button div -->div>div idreplacement-filler-online>/div>div idreduced-online-nav>ul idorder>li>a hrefhttp://https://gaetanospizza.hungerrush.com/ targetblank> /a>/li>/ul>/div>/div>!-- insert in horizontal navigation - if used--> div idheader-horizontal-nav>div idhorizontal-wrapper>div idhorizontal-container> div idh-nav-logo-wrapper> div idh-nav-logo>!-- this is to show logo in horizontal nav --> a hrefindexs.php>img srccustom/images/nav-logo.png alt?php include(seotitle.php); ?> bordernone />/a> /div>div idh-nav_header-address>p>12141 South Elm St • Ste #105br> • Jenks, OK 74037br>span classphone-number>/span>/p>/div>/div> div idhorizontal-main-menu>ul>li >a hrefindex.php idhere target>HOME/a>li >a hrefabout target>ABOUT/a>li >a hrefmenu target>MENU/a>li >a hrefice-cream target>ICE CREAM/a>li >a hrefcatering target>CATERING/a>li >a hrefspecials target>SPECIALS/a>li >a hrefapply target>APPLY/a>li >a hrefcontact target>CONTACT/a>/ul>/div>ul idhoriz-right-side> li classhoriz-phone>/li> li classhoriz-city>/li> li classhoriz-social>/li> li classhoriz-email>/li> /ul>/div>/div>!-- end horizontal-wrapper div -->div idbelow-horiz-nav-online-nav_wrapper>div idspace-holder-online-ordering>/div>div idbelow-horiz-nav-online-nav>ul idorder>li>a hreforderredirect.php targetblank> /a>/li>/ul>/div>/div>/div>!-- end header-horizontal-nav div --> div idheader> div idinner-header> div idheader-logo>link hrefhttps://fonts.googleapis.com/css?familyYellowtail relstylesheet typetext/css>link hrefhttps://fonts.googleapis.com/css?familyCourgette relstylesheet typetext/css>link hrefhttps://fonts.googleapis.com/css?familyBevan relstylesheet typetext/css>link hrefhttps://fonts.googleapis.com/css?familyOswald&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css?familyLato&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyKaushan+Script&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyNiconne&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyCookie&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyRusso+One&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyBitter:wght@700&displayswap relstylesheet>a hrefindexs.php>img srccustom/images/header-logo.png altGaetanos Pizzeria & Creamery bordernone />/a>/div> div idcity>Jenks/div>!--end city--> div idheader-buttons>div idheader-address>p>12141 South Elm St br />Ste #105br>Jenks, OK 74037br />span classphone-number>/span>/p>/div>/div> div idaddress> p>span classphone-number>/span> •12141 South Elm St /p> /div>!--end address--> /div>!--end inner-header--> /div>!--end header-->div idtop-header-buttons>/div>div idslider-wrapper>!-- slider markup -->!-- slider initializer --> script typetext/javascript> $(document).ready(function(){ // default options for all slides $.UnoSlider.defaults { navigation: false, indicator: false, responsive: true, preset: , slideshow: { timer: false, speed: }, }; $(#unoslider_0).unoslider({ }); }); /script>/div>!-- end header-->!-- start page -->div idhome-page-wrapper>div idpage-container> div idpage>div idpage-bgtop>div idpage-bgbtm> !-- start content -->div idcontent-full-width>style>body#home #page {padding-top:140px;padding-bottom:110px;}@media screen and (max-width: 700px) { body#home #page {padding-top:20px;padding-bottom:30px;}/style>!-- pulls in custom home page info - if used-->div idmain-content>!-- buttons for home page content area -->!--div idhome-top-buttons>div idimage-bg-menu>span classbutton-links>a hrefmenu>Menu/a>/span>/div>div idimage-bg-coupons>span classbutton-links>a hrefspecials>Specials/a>/span>/div>/div>--> !--div classpost>--> !--div classentry>-->div styleclear:both;>/div> h1>/h1> div idwysiwyg-content>h1>TAKE A LOOK AT OUR MENU/h1>h3>Pizza, Apps, Salads, Wings, Catering, and Ice Cream Too!/h3>p styletext-align:center>a classcustom-button hrefmenu>MENU/a>/p>/div> !-- Coupon Club Form --> /div>!-- end main-content-->/div> div styleclear: both;>/div>/div> !-- end page-bgbottom -->/div> !-- page-bgtop --> !-- end content --> !-- start sidebar option 1 -->!--sidebar-->div styleclear: both;>/div>/div>!--end page -->/div>!--pend age-container-->/div>!-- end home-page-wrapper -->/div>!-- end wrapper---> !--seems to force a break at the end...one line with a black background. --> div classpush>/div>/div>!-- end home-allcontent div-->/div> !--end div-->!-- end page -->!-- start page --> div idpage-container1> div idpage1> div idpage-bgtop> div idpage-bgbtm>!-- start content -->div idcontent-full-width>div idmain-content>div idwysiwyg-content>h1>CHECK OUT OUR AMAZING SELECTION OF SUPER PREMIUM ICE CREAM FLAVORS !!!/h1>p styletext-align:center>a classcustom-button hrefice-cream>ICE CREAM/a>/p>/div>/div>!--end main-content-->/div>!--end content-full-width-->/div>!--end page-bgbtm-->/div>!--end page-bgtop-->div styleclear:both>/div>/div>!--end of page div-->/div>!--end page-container-->!-- start page --> div idpage-container2> div idpage2> div idpage-bgtop> div idpage-bgbtm>!-- start content -->div idcontent-full-width>div idmain-content>div idfull-width-map> div idgoogle-map>div idgoogle-map-mobile>iframe frameborder0 scrollingno marginheight0 marginwidth0 srchttps://maps.google.com/maps?fq&sources_q&hlen&geocode&q12141 South Elm St +Jenks, OK 74037&ieUTF8&hq&hnear12141 South Elm St +Jenks, OK 74037&iwlocnear&outputembed&z15>/iframe>br />small>a hrefhttps://maps.google.com/maps?fq&sourceembed&hlen&geocode&q12141 South Elm St +Jenks, OK 74037 stylecolor:#0000FF;text-align:left; targetblank>View Larger Map/a>/small> /div>/div> /div>/div>!--end main-content-->/div>!--end content-full-width-->/div>!--end page-bgbtm-->/div>!--end page-bgtop-->div styleclear:both>/div>/div>!--end of page div-->/div>!--end page-container-->!-- 2nd option for footer -->div idfooter-wrapper>div idfooter-section-wrapper>!-- this wraps the 4 sections together --> div idfirst-footer-section> div idsocial-section> h2>Follow Us/h2> /div>!-- end social section --> div idfooter-logo> a hrefindexs.php>img srccustom/images/header-logo.png altGaetanos Pizzeria & Creamery bordernone />/a> /div> /div>!-- end first-footer-secton --> div idsecond-footer-section>!-- navigation --> h2>Navigation/h2> a hrefindexs.php>HOME/a>br />a hrefabout>ABOUT/a>br />a hrefmenu>MENU/a>br />a hrefapply>APPLY/a>br />a hrefspecials>SPECIALS/a>br />a hrefcontact>CONTACT/a>br /> /div>!-- end second-footer-section --> div idthird-footer-section>!-- hours section --> h2>Hours/h2> div idfooter-hours> p> Monday - Thursday 11am-8:30 pmFriday - Saturday 11am-9 pmSunday 11 am-8:30 pm /p> div idopen-marker> span classcurrently-text>We Are Currently/span> span idsign-wrapper>img srcimages/open-sign.png altOpen />/span> /div> /div> /div>!-- end third-footer-section --> div idfourth-footer-section> h2>Contact/h2> div idfooter-address> p> 12141 South Elm St br /> Jenks, OK 74037br /> span classphone-number>/span> /p> div idcredit-cards> img srccustom/images/major-credit-card-logos.png> /div> /div> /div>!-- end fourth-footer-section -->/div>!-- end footer-section-wrapper --> div idlower-footer-section> p>Copyright© 2025 All Rights Reserved. a hrefhttp://www.gaetanospizza.net>www.gaetanospizza.net/a>/p> div idpowered-by> a hrefhttps://www.menuetta.com targetblank>img srchttps://www.restaurant-online.biz/global-images/logos/menuetta-brand-logo.png />/a>/div>/div>!-- end lower-footer-section -->/div>!-- end footer-wrapper --> !--footer-->/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
]