Domain arg.bywatersolutions.com
United States
RMH-14
Software information

Apache Apache

tcp/443

  • Open service 72.32.164.81:80 · staff.arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.0 403 Forbidden
    cache-control: no-cache
    content-type: text/html
    
    
    <html><body><h1>403 Forbidden</h1>
    Request forbidden by administrative rules.
    </body></html>
    
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 72.32.164.81:80 · arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.0 403 Forbidden
    cache-control: no-cache
    content-type: text/html
    
    
    <html><body><h1>403 Forbidden</h1>
    Request forbidden by administrative rules.
    </body></html>
    
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 72.32.164.81:443 · arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.1 200 OK
    date: Sat, 10 Jan 2026 16:50:41 GMT
    server: Apache
    cache-control: no-cache
    pragma: no-cache
    content-length: 37730
    content-type: text/html; charset=UTF-8
    content-script-type: text/javascript
    content-style-type: text/css
    x-frame-options: SAMEORIGIN
    set-cookie: CGISESSID=df5e48cbfc292bbfea3a89df8cc8f748; path=/; secure; HttpOnly; SameSite=Lax
    vary: Accept-Encoding,User-Agent
    connection: close
    
    Page title: Alcohol Research Group Library catalog
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <!DOCTYPE html>
    <!-- TEMPLATE FILE: opac-main.tt -->
    
    
    
    
    
    
    
    
    
    <html lang="en" class="no-js">
    <head>
    
    <title
        >Alcohol Research Group Library catalog</title
    >
    <link rel="canonical" href="http://library.arg.org/" />
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Koha" />
    <!-- leave this for stats -->
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="csrf-token" content="3626d89bb5068b5d08fcdf87571cb0378e5e82dc,598641be6dd10e9e939c2935606721e0e6ae8db1,1768063841" />
    
    
    <link rel="shortcut icon" href="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/arg/favicon.ico" type="image/x-icon" />
    <link rel="apple-touch-icon" href="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/arg/favicon.ico" type="image/x-icon" />
    
        
            
        
    
    
        <link href="/opac-tmpl/bootstrap/css/opac_25.0505001.css" rel="stylesheet" type="text/css">
    
    
    
    
        <link href="/opac-tmpl/bootstrap/css/print_25.0505001.css" media="print" rel="stylesheet" type="text/css">
    
    
        <!-- prettier-ignore-start -->
        <style>#bannerContain {
      display: flex;
      justify-content: space-between;
    }
    
    body {
      background: #fff;
    }
    
    #opacheader {
      background: #fff;
    }
    
    #moresearches {
      background: #fff;
    }
    
    .argbanner {
      width: 12vw;
      max-width: 400px;
      min-width: 100px;
      border: 1px solid #f4f4f4;
      box-shadow: 4px 4px 2px #888888;
    }
    #opacheader {
      padding-bottom: 1em;
    }
    
    
    .materialtype {
        display: inline !important;
    }
    
    /*advanced search widths 100% */
    
    #language-limit {
        width: 100% !important;
    }
    
    #sort_by {
        width: 100% !important;
    }
    
    #subtype_content {
        width: 100% !important;
    }
    
    #subtype_format {
        width: 100% !important;
    }
    
    #subtype_additional {
        width: 100% !important;
    }
    
    /*Hide audience limit */
    
    #subtype_audience {
        display: none;
    }
    
    
    #opacnavbottom a {
    
     color:#009EDB !important;
    }
    
    .no-image { display: none !important; }
    
    
    .navbar-inverse .navbar-inner {
        background-color: #009EDB;
        background-image: -moz-linear-gradient(top, 
    #009EDB, #009EDB);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(##009EDB), to(#009EDB));
        background-image: -webkit-linear-gradient(top, #009EDB, #009EDB);
        background-image: -o-linear-gradient(top, #009EDB, #009EDB);
        background-image: linear-gradient(to bottom, #009EDB, #009EDB);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
        border-color: #009EDB;
    }
    
    .mastheadsearch {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: .8em;
        margin: .5em 0;
        background: #009EDB !important;
        background: -moz-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #009EDB), color-stop(100%, #009EDB)) !important;
        background: -webkit-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -o-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -ms-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: linear-gradient(to bottom, #009EDB 38%, #009EDB 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border: 1px solid #e1e8ed;
    }
    
    
    .mastheadsearch label {
     color:#ffffff !important;
    
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color: #00425B;
        border-bottom-color: #00425B;
    }
    
    
    .navbar-inverse .divider-vertical {
        border-left-color: #009EDB;
        border-right-color: #009EDB;
    }
    
    
    #opacnavbottom {
        font-size: 20px;
        width: 200px !important;
    }
    
    #opacnavbottom ul li {
     c
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 72.32.164.81:443 · catalog.arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.1 200 OK
    date: Sat, 10 Jan 2026 16:50:41 GMT
    server: Apache
    cache-control: no-cache
    pragma: no-cache
    content-length: 37730
    content-type: text/html; charset=UTF-8
    content-script-type: text/javascript
    content-style-type: text/css
    x-frame-options: SAMEORIGIN
    set-cookie: CGISESSID=065d7fdf79a0b1df1b1b469e4fe4aea5; path=/; secure; HttpOnly; SameSite=Lax
    vary: Accept-Encoding,User-Agent
    connection: close
    
    Page title: Alcohol Research Group Library catalog
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <!DOCTYPE html>
    <!-- TEMPLATE FILE: opac-main.tt -->
    
    
    
    
    
    
    
    
    
    <html lang="en" class="no-js">
    <head>
    
    <title
        >Alcohol Research Group Library catalog</title
    >
    <link rel="canonical" href="http://library.arg.org/" />
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Koha" />
    <!-- leave this for stats -->
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="csrf-token" content="9428e17a9517c5403eeb35ed648f31debf68b7df,33177e99938af426d214ffd9557a1e24232b9a1e,1768063840" />
    
    
    <link rel="shortcut icon" href="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/arg/favicon.ico" type="image/x-icon" />
    <link rel="apple-touch-icon" href="https://raw.githubusercontent.com/bywatersolutions/web-assets/master/sites/arg/favicon.ico" type="image/x-icon" />
    
        
            
        
    
    
        <link href="/opac-tmpl/bootstrap/css/opac_25.0505001.css" type="text/css" rel="stylesheet">
    
    
    
    
        <link media="print" href="/opac-tmpl/bootstrap/css/print_25.0505001.css" rel="stylesheet" type="text/css">
    
    
        <!-- prettier-ignore-start -->
        <style>#bannerContain {
      display: flex;
      justify-content: space-between;
    }
    
    body {
      background: #fff;
    }
    
    #opacheader {
      background: #fff;
    }
    
    #moresearches {
      background: #fff;
    }
    
    .argbanner {
      width: 12vw;
      max-width: 400px;
      min-width: 100px;
      border: 1px solid #f4f4f4;
      box-shadow: 4px 4px 2px #888888;
    }
    #opacheader {
      padding-bottom: 1em;
    }
    
    
    .materialtype {
        display: inline !important;
    }
    
    /*advanced search widths 100% */
    
    #language-limit {
        width: 100% !important;
    }
    
    #sort_by {
        width: 100% !important;
    }
    
    #subtype_content {
        width: 100% !important;
    }
    
    #subtype_format {
        width: 100% !important;
    }
    
    #subtype_additional {
        width: 100% !important;
    }
    
    /*Hide audience limit */
    
    #subtype_audience {
        display: none;
    }
    
    
    #opacnavbottom a {
    
     color:#009EDB !important;
    }
    
    .no-image { display: none !important; }
    
    
    .navbar-inverse .navbar-inner {
        background-color: #009EDB;
        background-image: -moz-linear-gradient(top, 
    #009EDB, #009EDB);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(##009EDB), to(#009EDB));
        background-image: -webkit-linear-gradient(top, #009EDB, #009EDB);
        background-image: -o-linear-gradient(top, #009EDB, #009EDB);
        background-image: linear-gradient(to bottom, #009EDB, #009EDB);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
        border-color: #009EDB;
    }
    
    .mastheadsearch {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: .8em;
        margin: .5em 0;
        background: #009EDB !important;
        background: -moz-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #009EDB), color-stop(100%, #009EDB)) !important;
        background: -webkit-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -o-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: -ms-linear-gradient(top, #009EDB 38%, #009EDB 100%) !important;
        background: linear-gradient(to bottom, #009EDB 38%, #009EDB 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border: 1px solid #e1e8ed;
    }
    
    
    .mastheadsearch label {
     color:#ffffff !important;
    
    }
    .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
        border-top-color: #00425B;
        border-bottom-color: #00425B;
    }
    
    
    .navbar-inverse .divider-vertical {
        border-left-color: #009EDB;
        border-right-color: #009EDB;
    }
    
    
    #opacnavbottom {
        font-size: 20px;
        width: 200px !important;
    }
    
    #opacnavbottom ul li {
     c
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 72.32.164.81:443 · staff.arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.1 200 OK
    date: Sat, 10 Jan 2026 16:50:41 GMT
    server: Apache
    content-length: 22931
    content-type: text/html; charset=utf-8
    samesite: Lax
    x-frame-options: SAMEORIGIN
    set-cookie: CGISESSID=16757736f59b813037a7742114f1dd49; path=/; secure; HttpOnly; SameSite=Lax
    vary: Accept-Encoding,User-Agent
    connection: close
    
    Page title: Log in to Koha › Koha
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <!DOCTYPE html>
    <!-- TEMPLATE FILE: auth.tt -->
    
    
    
    
    
    
    
    
    
    <html lang="en">
    <head>
    
    <title
        >Log in to Koha &rsaquo; Koha</title
    >
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="csrf-token" content="bae9621d22e57b3699180465f985c3a79e9105a8,043736b5d1eadf2b9e5e30c95fb635c9a9579b34,1768063841" />
    
    
        <style id="antiClickjack">
            body {
                display: none !important;
            }
        </style>
    
    
    <link rel="shortcut icon" href="/intranet-tmpl/prog/img/favicon.ico" type="image/x-icon" />
    
    
        <link href="/intranet-tmpl/lib/jquery/jquery-ui-1.13.2.min_25.0505001.css" type="text/css" rel="stylesheet">
    
    <link href="/intranet-tmpl/lib/fontawesome/css/fontawesome.min_25.0505001.css" type="text/css" rel="stylesheet">
    <link href="/intranet-tmpl/lib/fontawesome/css/brands.min_25.0505001.css" type="text/css" rel="stylesheet">
    <link href="/intranet-tmpl/lib/fontawesome/css/solid.min_25.0505001.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" type="text/css" href="/intranet-tmpl/lib/datatables/datatables.min_25.0505001.css">
    <link type="text/css" rel="stylesheet" media="print" href="/intranet-tmpl/prog/css/print_25.0505001.css">
    
    
    
        
    
    
        <link rel="stylesheet" type="text/css" href="/intranet-tmpl/prog/css/staff-global_25.0505001.css">
    
    
    <!-- local colors -->
    
    
    <script type="module">
        import { APIClient } from "/intranet-tmpl/prog/js/fetch/api-client.js";
        window.APIClient = APIClient;
    </script>
    <script>
        var Koha = {};
        
            var CAN_user_parameters_manage_column_config = 0;
        
    </script>
    
    <script src="/intranet-tmpl/js/Gettext_25.0505001.js"></script>
    <script src="/intranet-tmpl/js/i18n_25.0505001.js"></script>
    
    
        <link href="/intranet-tmpl/prog/css/login_25.0505001.css" type="text/css" rel="stylesheet">
    
    
    
    
    
    
    
    
    
    
    </head>
    <body id="main_auth" class="main_main-auth">
    
    <div class="main container-fluid">
        <div id="messages">
        
    
        <div id="transient_result"></div>
    </div>
    
    
        <div id="login">
            <h1><a href="https://koha-community.org">Koha</a></h1>
    
            
    
            
    
            
    
            
    
            
    
            
    
            
    
            
    
            
    
            
                <!-- login prompt time-->
                
                
    
                <form action="/cgi-bin/koha/mainpage.pl" method="post" name="loginform" id="loginform" class="validated">
                    <input type="hidden" name="csrf_token" value="bae9621d22e57b3699180465f985c3a79e9105a8,043736b5d1eadf2b9e5e30c95fb635c9a9579b34,1768063841" />
    
                    <input type="hidden" name="op" value="cud-login" />
                    <input type="hidden" name="koha_login_context" value="intranet" />
                    
                    <p
                        ><label for="userid">Username:</label>
                        <input type="text" name="login_userid" id="userid" class="input focus" value="" size="20" tabindex="1" autocomplete="off" />
                    </p>
                    <p
                        ><label for="password">Password:</label>
                        <input type="password" name="login_password" id="password" class="input" value="" size="20" tabindex="2" autocomplete="off" />
                    </p>
    
                    
                        <p>
                            
                                <label for="set-library-branch">Library:</label>
                                <select name="branch" id="set-library-branch" class="input" tabindex="3">
                                    <option value="">My library</option>
                                    
                                        <option value="ARG">Alcohol Research Group</option>
                                    
                                </select>
                            
    
                            
                        </p>
    
                        
    
                        
                    
    
                    <p class="submit"><input id="submit-button" type="submit" c
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 72.32.164.81:80 · catalog.arg.bywatersolutions.com

    2026-01-10 16:50

    HTTP/1.0 403 Forbidden
    cache-control: no-cache
    content-type: text/html
    
    
    <html><body><h1>403 Forbidden</h1>
    Request forbidden by administrative rules.
    </body></html>
    
    
    Found 2026-01-10 by HttpPlugin
    Create report
arg.bywatersolutions.comcatalog.arg.bywatersolutions.comcatalog.schi.bywatersolutions.comclatsop.lcld.bywatersolutions.comstaff.arg.bywatersolutions.comtbcc.lcld.bywatersolutions.com
CN:
staff.arg.bywatersolutions.com
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-02 13:50
Not after:
2026-04-02 13:50