Host 13.125.9.35
South Korea
AMAZON-02
Software information

Apache Apache

tcp/443 tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2023-01-08 10:51
    Last seen 2023-01-26 08:04
    Open for 17 days
  • Open service 13.125.9.35:443

    2025-01-07 04:38

    HTTP/1.1 200 OK
    Date: Tue, 07 Jan 2025 04:38:26 GMT
    Server: Apache
    Last-Modified: Wed, 05 Jun 2024 07:47:01 GMT
    ETag: "aa80-61a1fc5977b9b"
    Accept-Ranges: bytes
    Content-Length: 43648
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: LINQ
    
    <!DOCTYPE html>
    <html lang="ko">
        <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
            <meta http-equiv="expires" content="-1">
            <meta http-equiv="pragma" content="no-cache">
            <meta http-equiv="cache-control" content="no-cache">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <meta name="format-detection" content="telephone=no">
            <meta content="yes" name="apple-mobile-web-app-capable">
            <meta content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no" name="viewport">
            
            <title>LINQ</title>
            <link rel="stylesheet" href="./resources/css/common.css?aa">
            <link rel="stylesheet" href="./resources/css/responsive.css?aa">
            <link rel="stylesheet" href="./resources/plugins/swiper/css/swiper.css?aa">
            <link rel="shortcut icon" type="image/x-icon"  href="./resources/favicon.ico?2019012501">
    
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
            <script type="text/javascript"  src="./resources/plugins/swiper/js/swiper.min.js"></script>
            <script type="text/javascript"  src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
            <script type="text/javascript">
                var $window = $(window);
    
                $(document).ready(function() {
                    $window.trigger('scroll');
                    initSwiper();
                    $('#btn_send').click(function() { clickMailSend(); });
    
                    // init
                    var mql = window.matchMedia("screen and (max-width:819px)");
                    var num = $(window).scrollTop();
                    if (mql.matches) {
                        // 819보다 작으면
                        if (num == 0) {
                            $(".nav").hide();
                            $(".nav_top").show();
                        } 
                    } else {
                        $(".nav").hide();
                        $(".nav_top").hide();
                    }
                                
                    // scroll event
                    $(window).scroll(function(event){
                        var mql = window.matchMedia("screen and (max-width:819px)");
                        var num = $(window).scrollTop();
                        if (mql.matches) {
                            
                            var sections = $('section');
                            var nav = $('nav');
                            var nav_height = nav.outerHeight();
                            
                            // 819보다 작으면
                            if (num == 0) {
                                $(".nav").fadeOut();
                                $(".nav_top").fadeIn();
    
                            }  else {
                                $(".nav").fadeIn();
                                $(".nav_top").fadeOut();
                            }
                        } else {
                            $(".nav").hide();
                            $(".nav_top").hide();                           
                        }                           
                    });
                });
    
                // window resize
                $(window).resize(function() {
                    var mql = window.matchMedia("screen and (max-width:819px)");
                    var num = $(window).scrollTop();
                    if (mql.matches) {
                          // 819보다 작으면
                        if (num == 0) {
                            $(".nav").hide();
                            $(".nav_top").show();
                        }
                    } else {
                        $(".nav").hide();
                        $(".nav_top").hide();
                    }
                })
    
                function initSwiper() {
                      var swiper = new Swiper('.main_banner', {
                          pagination: '.swiper-pagination',
                      paginationClickable: true,
                      spaceBetween: 0,
                      centeredSlides: true,
                      autoplay: 3000,
                      autoplayDisableOnInteraction: false
                    });
                }
    
    Found 2025-01-07 by HttpPlugin
    Create report
  • Open service 13.125.9.35:80

    2025-01-06 19:48

    HTTP/1.1 200 OK
    Date: Mon, 06 Jan 2025 19:48:02 GMT
    Server: Apache
    Last-Modified: Wed, 05 Jun 2024 07:47:01 GMT
    ETag: "aa80-61a1fc5977b9b"
    Accept-Ranges: bytes
    Content-Length: 43648
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: LINQ
    
    <!DOCTYPE html>
    <html lang="ko">
        <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
            <meta http-equiv="expires" content="-1">
            <meta http-equiv="pragma" content="no-cache">
            <meta http-equiv="cache-control" content="no-cache">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <meta name="format-detection" content="telephone=no">
            <meta content="yes" name="apple-mobile-web-app-capable">
            <meta content="minimum-scale=1.0, width=device-width, maximum-scale=1, user-scalable=no" name="viewport">
            
            <title>LINQ</title>
            <link rel="stylesheet" href="./resources/css/common.css?aa">
            <link rel="stylesheet" href="./resources/css/responsive.css?aa">
            <link rel="stylesheet" href="./resources/plugins/swiper/css/swiper.css?aa">
            <link rel="shortcut icon" type="image/x-icon"  href="./resources/favicon.ico?2019012501">
    
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
            <script type="text/javascript"  src="./resources/plugins/swiper/js/swiper.min.js"></script>
            <script type="text/javascript"  src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
            <script type="text/javascript">
                var $window = $(window);
    
                $(document).ready(function() {
                    $window.trigger('scroll');
                    initSwiper();
                    $('#btn_send').click(function() { clickMailSend(); });
    
                    // init
                    var mql = window.matchMedia("screen and (max-width:819px)");
                    var num = $(window).scrollTop();
                    if (mql.matches) {
                        // 819보다 작으면
                        if (num == 0) {
                            $(".nav").hide();
                            $(".nav_top").show();
                        } 
                    } else {
                        $(".nav").hide();
                        $(".nav_top").hide();
                    }
                                
                    // scroll event
                    $(window).scroll(function(event){
                        var mql = window.matchMedia("screen and (max-width:819px)");
                        var num = $(window).scrollTop();
                        if (mql.matches) {
                            
                            var sections = $('section');
                            var nav = $('nav');
                            var nav_height = nav.outerHeight();
                            
                            // 819보다 작으면
                            if (num == 0) {
                                $(".nav").fadeOut();
                                $(".nav_top").fadeIn();
    
                            }  else {
                                $(".nav").fadeIn();
                                $(".nav_top").fadeOut();
                            }
                        } else {
                            $(".nav").hide();
                            $(".nav_top").hide();                           
                        }                           
                    });
                });
    
                // window resize
                $(window).resize(function() {
                    var mql = window.matchMedia("screen and (max-width:819px)");
                    var num = $(window).scrollTop();
                    if (mql.matches) {
                          // 819보다 작으면
                        if (num == 0) {
                            $(".nav").hide();
                            $(".nav_top").show();
                        }
                    } else {
                        $(".nav").hide();
                        $(".nav_top").hide();
                    }
                })
    
                function initSwiper() {
                      var swiper = new Swiper('.main_banner', {
                          pagination: '.swiper-pagination',
                      paginationClickable: true,
                      spaceBetween: 0,
                      centeredSlides: true,
                      autoplay: 3000,
                      autoplayDisableOnInteraction: false
                    });
                }
    
    Found 2025-01-06 by HttpPlugin
    Create report
linq.kr*.linq.kr
CN:
linq.kr
Key:
RSA-2048
Issuer:
Not before:
2024-05-27 00:00
Not after:
2025-06-24 23:59
Domain summary
No record