Help
RSS
API
Feed
Maltego
Contact
Domain > th.giant4x4.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-28
128.199.119.198
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 28 Jan 2026 22:37:56 GMTServer: ApacheX-Powered-By-VelaWeb: VelaClassicExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cacheSet-Cookie: PHPSESSID9sfdkue95mak5tgr1fb82tnsq6; path/; HttpOnlySet-Cookie: use_image_resizenoSet-Cookie: sys_image_size500X-Frame-Options: SAMEORIGINVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html html xmlns:fbhttp://ogp.me/ns/fb# xmlns:oghttp://ogp.me/ns# xmlns:fbhttps://www.facebook.com/2008/fbml>head>base hrefhttp://th.giant4x4.com/template//>meta http-equivContent-Type contenttext/html; charsetwindows-874 />meta name robots contentall />title>Giant 4x4 Accessories/title>meta nameDESCRIPTION contentGiant 4x4 Accessories />meta nameKEYWORDS contentชุดลากเรือ, กันชนลากเรือ, กันชนลากจูง, เทรลเลอร์ลากเรือ, เทรลเลอร์ />meta propertyog:url content />meta propertyog:title contentGiant 4x4 Accessories />meta propertyog:description contentGiant 4x4 Accessories />meta propertyog:site_name contentth.giant4x4.com />meta propertyog:image contenthttp://th.giant4x4.com/template/lib_images/space_1x1.gif />meta propertyog:type contentwebsite />script typetext/javascript srchttps://platform.twitter.com/widgets.js>/script>script typetext/javascript src/template/lib_js/js/jquery-1.3.2.js>/script> script src/template/lib_js/js/jquery.lazyload.js typetext/javascript charsetutf-8>/script> script languagejavascript> $(function() { $(#lazyimg img).lazyload({ placeholder : /template/lib_images/lazy.gif, failurelimit : 20, lazyskip : gif }); }); /script> script srchttps://www.google.com/recaptcha/api.js?hlEN&render6Lcy3NUbAAAAAAspXTR97SCfKlYsPRzZXqBtPgfO>/script> style> .grecaptcha-badge { display: none !important; } /style> link relpreload asstyle onloadthis.rel stylesheet href/template/lib_css/thgiant4x4com.css/>link relpreload asstyle onloadthis.rel stylesheet href/template/lib_js/js/highslide/highslide.css/>noscript> link relstylesheet type text/css href/template/lib_css/thgiant4x4com.css/> link relstylesheet typetext/css href/template/lib_js/js/highslide/highslide.css/>/noscript>link relshortcut icon typeimage/x-icon href/favicon.ico /> style typetext/css>/*กำหนดขอบล่าง*/.inputtext{ /*สีตัวอักษร*/ color:#000000; /*กรอบของ textbox*/ border-bottom:2px inherit #00244F; border-top:none; border-left:none; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext2{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #00244F; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext3{ /*กำหนดขอบซ้าย*/ color:#EBEAEA; /*กรอบของ textbox*/ border-bottom:none; border-top:none; border-left:2px inherit #00244F; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext4{ /*กำหนดขอบขอบล่างและขอบซ้าย*/ color:#EBEAEA; /*กรอบของ textbox*/ border-bottom:2px inherit #00244F; border-top:none; border-left:2px inherit #00244F; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext5{ /*กำหนดขอบขอบบนและขอบซ้าย*/ color:#EBEAEA; /*กรอบของ textbox*/ border-bottom:none; border-top:2px inherit #00244F; border-left:2px inherit #00244F; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.listboxlogin{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #00244F; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }/style> script typetext/javascript languagejavascript> function popUp_AlertMessage(URL) { day new Date(); id day.getTime(); eval(page + id + window.open(URL, + id + , toolbar0,scrollbars1,location0,statusbar0,menubar0,resizable0,width720,height550,left80,top20);); }/script>/head> script>/*! loadCSS. c2017 Filament Group, Inc. MIT License *//* This file is meant as a standalone workflow for- testing support for linkrelpreload- enabling async CSS loading in browsers that do not support relpreload- applying rel preload css once loaded, whether supported or not.*/(function( w ){ use strict; // relpreload support test if( !w.loadCSS ){ w.loadCSS function(){}; } // define on the loadCSS obj var rp loadCSS.relpreload {}; // relpreload feature support test // runs once and returns a function for compat purposes rp.support (function(){ var ret; try { ret w.document.createElement( link ).relList.supports( preload ); } catch (e) { ret false; } return function(){ return ret; }; })(); // if preload isnt supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle function( link ){ // remember existing media attr for ultimate state, or default to all var finalMedia link.media || all; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( onload, enableStylesheet ); } link.setAttribute( onload, null ); link.media finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( onload, enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel stylesheet; link.media only x; }); // also enable media after 3 seconds, // which will catch very old browsers (android 2.x, old firefox) that dont support onload on link setTimeout( enableStylesheet, 3000 ); }; // loop through link elements in DOM rp.poly function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links w.document.getElementsByTagName( link ); for( var i 0; i links.length; i++ ){ var link links i ; // qualify links to those with relpreload and asstyle attrs if( link.rel preload && link.getAttribute( as ) style && !link.getAttribute( data-loadcss ) ){ // prevent rerunning on link link.setAttribute( data-loadcss, true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( load, function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( onload, function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports ! undefined ){ exports.loadCSS loadCSS; } else { w.loadCSS loadCSS; }}( typeof global ! undefined ? global : this ) );/script>!-- base hrefhttp://th.giant4x4.com/template/> -->base hrefhttp://th.giant4x4.com/template//>!-- ReadyPlanet TemplateID 252 -->!-- ReadyPlanet LayoutID 99 -->!-- ReadyPlanet LayoutTemplate 0033 -->body>div classmain-container aligncenter>!--Start readyplanet bar-->table width900 cellpadding0 cellspacing0 border0>tr alignright>td width50%>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourceth.giant4x4.com&utm_mediumreferral&utm_contentreadyplanet_bar target_blank>img srclib_images/ready_bar_button02.png styleborder:0px; altReadyPlanet.com titleReadyPlanet.com/>/a>/td>/tr>/table>!--End readyplanet bar-->!-- Start head member new version -->!-- End head member new version --> !--Start Top Area-->script srcAC_RunActiveContent.js typetext/javascript>/script> table width900 cellpadding0 cellspacing0 border0> !--Start image top--> tr> td bgcolor> script typetext/javascript> AC_FL_RunContent( codebase,http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version9,0,28,0,width,900,height,279,src,/images_profiles/900x279,quality,high,pluginspage,http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_VersionShockwaveFlash,movie,/images_profiles/900x279,bgcolor,,wmode,transparent ); /script> /td> /tr> /table> !--End image top-->!--End Top Area-->!--Start navbar-->table width900 cellpadding0 cellspacing0 border0 classnav>tr alignright>td> table width900 cellpadding0 cellspacing0 border0 classnav> script typetext/javascript languageJavaScript1.2 srcstm30.js> /script>!--Pulldown Menu--->tr aligncenter valignmiddle>td height26>a hrefhttp://th.giant4x4.com/Product/Font-Guard classnav>img src/images/main_1334908217/1340890422.jpg alt title border0width161 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/Product/Rear-Bumper classnav>img src/images/main_1340890380/1340890412.jpg alt title border0width144 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/Product/Roll-Bar classnav>img src/images/main_1334908284/1340890430.jpg alt title border0width134 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/Product/Towing-Bar classnav>img src/images/main_1334908337/1340890438.jpg alt title border0width144 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/Product/Trailer classnav>img src/images/main_1334908454/1340890446.jpg alt title border0width150 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/Product/Others classnav>img src/images/main_1334908602/1340890454.jpg altอุปกรณ์ลากเรือ เทรลเลอร์ลากเรือ titleอุปกรณ์ลากเรือ เทรลเลอร์ลากเรือ border0width167 height47 alignabsmiddle />/a> /td>td height26>a hrefhttp://th.giant4x4.com/index.php?layshow&acmember_reg classnav>Member Login/a> /td> style typetext/css> /style> /tr>/table>/td>/tr>/table>!--End navbar-->!--Start content-->table width900 cellpadding0 cellspacing0 border0>tr valigntop>!--Start Column template-->td bgcolor#000000>span idlazyimg>!--start dynamic layout--> table width100% aligncenter border0 classcontent styleborder-collapse:collapse;border-color:#CCCCCC; height:40px; cellspacing0 cellpadding1> tr> td width100% valigntop aligncenter stylebackground-color:;padding:0;>table width100% cellpadding5 cellspacing0 border0 >tr>td stylepadding-left:10px;padding-right:10px;padding-bottom:15px;text-align:left;>span classh1>/span>br/>p styletext-align: right>img srchttp://th.giant4x4.com/images/intro_1261383254/คลิป.jpg width224 height30 alt />img srchttp://th.giant4x4.com/images/intro_1261383254/บทความ.jpg width224 height30 alt />img srchttp://th.giant4x4.com/images/intro_1261383254/สมาชิก.jpg width224 height30 alt />/p>table border0 cellspacing0 cellpadding0 width879 aligncenter> tbody> tr> td width879> p> /p> p> /p> p> a hrefhttp://th.giant4x4.com/index.php?layshow&accat_show_pro_detail&cid137293&pid592126>img srchttp://th.giant4x4.com/images/intro_1261383254/stand 2017 386x278.jpg width386 height278 alt />/a> a hrefhttp://th.giant4x4.com/Product/Towing-Bar>img srchttp://th.giant4x4.com/images/intro_1261383254/towbar 2017 386x278.jpg width386 height278 alt />/a>/p> p> a hrefhttp://th.giant4x4.com/index.php?layshow&accat_showcat&l2&cid137260>img srchttp://th.giant4x4.com/images/intro_1261383254/แหนบ386x278.jpg width386 height278 alt />/a> a hrefhttp://th.giant4x4.com/Product/Others>img srchttp://th.giant4x4.com/images/intro_1261383254/อุปกรณ์ 386x278.jpg width386 height278 alt />/a> /p> p> a hrefhttp://th.giant4x4.com/index.php?layshow&acmember_reg>img srchttp://th.giant4x4.com/images/intro_1261383254/Untitled-3.png width386 height100 alt />/a> a hrefhttp://www.giant4x4towbar.com>img srchttp://th.giant4x4.com/images/intro_1261383254/Untitled-4.png width386 height100 alt />/a>/p> p> /p> p> /p> /td> /tr> tr> td> div classmymarquee> table border0 cellspacing0 cellpadding0 width100%> tbody> tr> td valigntop width41>img idleftbuttonmar alt width41 height200 srchttp://th.giant4x4.com/images/intro_1261383254/left-button.jpg />/td> td valigntop width794> div classmyproduct-marquee>marquee idmymarquee-01 scrollamount3 scrolldelay6 onMouseOutthis.start(); onMouseOverthis.stop();>a href/Product/Font-Guard>img border0 hspace8 alt width180 height147 srchttp://th.giant4x4.com/images/intro_1261383254/giant-1-02.jpg />/a>a href/Product/Roll-Bar>img border0 hspace8 alt width180 height147 srchttp://th.giant4x4.com/images/intro_1261383254/giant-2-02.jpg />/a>a href/Product/Towing-Bar>img border0 hspace8 alt width180 height147 srchttp://th.giant4x4.com/images/intro_1261383254/giant-3-02.jpg />/a>a href/Product/Trailer>img border0 hspace8 alt width180 height146 srchttp://th.giant4x4.com/images/intro_1261383254/giant-4-02.png />/a>a href/Product/Others>img border0 hspace8 alt width180 height146 srchttp://th.giant4x4.com/images/intro_1261383254/giant-5-02.png />/a>a href/index.php?layshow&acarticle&Id539067822&Ntype1>img border0 hspace8 alt width180 height146 srchttp://th.giant4x4.com/images/intro_1261383254/giant-6-02.png />/a>a href/index.php?layshow&acarticle&Id539065121&Ntype1>img border0 hspace8 alt width180 height146 srchttp://th.giant4x4.com/images/intro_1261383254/giant-7-02.png />/a>a href/index.php?layshow&acarticle&Id539096543>img border0 hspace8 alt width180 height145 srchttp://th.giant4x4.com/images/intro_1261383254/giant-8-02.png />/a>a href/index.php?layshow&acarticle&Id539065117&Ntype1>img border0 hspace8 alt width180 height145 srchttp://th.giant4x4.com/images/intro_1261383254/giant-9-02.png />/a>a href/index.php?layshow&acarticle&Id539506451&Ntype1>img border0 hspace8 alt width180 height145 srchttp://th.giant4x4.com/images/intro_1261383254/giant-10-02.png />/a>/marquee>/div> /td> td valigntop width41>img idrightbuttonmar alt width41 height200 srchttp://th.giant4x4.com/images/intro_1261383254/right-button.jpg />/td> /tr> /tbody> /table> /div> /td> /tr> /tbody>/table>p> img srchttp://th.giant4x4.com/images/intro_1261383254/Trailer.png width180 height146 alt /> img srchttp://th.giant4x4.com/images/intro_1261383254/Techical(1).png width180 height146 alt /> img srchttp://th.giant4x4.com/images/intro_1261383254/contact(1).png width180 height145 alt /> a hrefhttp://th.giant4x4.com/index.php?layshow&acarticle&Id539067822&Ntype1>img srchttp://th.giant4x4.com/images/intro_1261383254/catalog.png width180 height146 alt />/a>/p>p> img srchttp://th.giant4x4.com/images/intro_1261383254/เบอร์โทร 2.jpg width500 height50 alt />/p>p>style typetext/css>div.mymarquee{background:url(http://th.giant4x4.com/images/intro_1261383254/bg-marquee.jpg) no-repeat; width:876px; height:200px; margin:auto;}div.myproduct-marquee{padding:28px 7px 0 7px;}/style>/p>/td>/tr>/table>/td> /tr> /table>!--end dynamic layout--> /span>/td>!--End Column template-->/tr>/table>!--End content-->!--Start Foolter-->style>#black-ribbon-div { position: relative;}#black-ribbon-div img { position: fixed; top: 0px; right: 0px; width: 150px; z-index: 1;}/style>table width900 cellpadding0 cellspacing0 border0>tr>td classbottom>strong classfooter>img src/images/intro_1261383254/bottom.jpg usemap#Map>/strong>/td>/tr>tr>td classcontent aligncenter styletext-align:center;>script>$(#leftbuttonmar).click(function () { $(#mymarquee-01).attr(direction, left);});$(#rightbuttonmar).click(function () { $(#mymarquee-01).attr(direction, right);});/script>style typetext/css>td.bottom{/*background:url(http://th.giant4x4.com/images/intro_1261383254/bottom.jpg) no-repeat;*/height:69px;padding:0;margin:0;}td.bottom img{border:0px;}/style>map nameMap> area shaperect coords31,8,77,31 hrefhttp://th.giant4x4.com/> area shaperect coords100,9,158,31 hrefhttp://th.giant4x4.com/index.php?layshow&acarticle&Id539067823&Ntype1> area shaperect coords179,10,247,31 hrefhttp://th.giant4x4.com/index.php?layshow&acarticle&Id539065117&Ntype1> area shaperect coords267,9,328,31 hrefhttp://th.giant4x4.com/index.php?layshow&acarticle&Id539067822&Ntype1> area shaperect coords344,8,403,32 hrefhttp://th.giant4x4.com/index.php?layshow&acarticle&Id539096543>/map>script typetext/javascript>var gaJsHost ((https: document.location.protocol) ? https://ssl. : http://www.);document.write(unescape(%3Cscript src + gaJsHost + google-analytics.com/ga.js typetext/javascript%3E%3C/script%3E));/script>script typetext/javascript>try {var pageTracker _gat._getTracker(UA-12938943-1);pageTracker._trackPageview();} catch(err) {}/script>br/>/td>/tr>tr>td aligncenter classbanner-bottom>Visitors : 117996/td>/tr>tr>td aligncenter classbanner-bottom>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourceth.giant4x4.com&utm_mediumreferral&utm_contentpowered_by target_blank>img stylewidth: 160px; vertical-align: middle; srclib_images/powered-by-rp-2020.svg border0 altPowered by ReadyPlanet titlePowered by ReadyPlanet>/a>/td>/tr>/table>!--End Foolter-->/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
]