amuck-landowner

Search results

  1. howardsl2

    Get Two Public IPs on an Amazon EC2 Instance for Free

    In this quick tutorial I would like to share with the community a method to get two public IP addresses on a single Amazon EC2 instance for FREE (i.e. without paying extra for that second IP). Some of you may already know this trick. This is useful if you run multiple SSL sites on an instance...
  2. howardsl2

    Several No-IP domains seized by Microsoft via court order

    Quoting Dynamoo's Blog: The nameservers for the following dynamic DNS domains belonging to no-ip.com may have been seized by Microsoft as the namesevers are pointing to NS7.MICROSOFTINTERNETSAFETY.NET and NS8.MICROSOFTINTERNETSAFETY.NET This seems to have had the effect of taking down any...
  3. howardsl2

    Securing Your Server using IPset and Dynamic Blocklists

    As a dedicated server or Virtual Private Server (VPS) owner, one of the important tasks is to defend against online attacks. In this tutorial I will discuss how to use IPset with dynamic blocklists to better secure your server. IP sets are a framework inside the Linux kernel, administered by the...
  4. howardsl2

    [Tutorial] Install Ghost 0.4.2 with Nginx and ModSecurity on Ubuntu 14.04 (Trusty)

    I have just updated my tutorial on how to install Ghost blog 0.4.2 on Ubuntu 14.04 (Trusty) or 12.04 (Precise), with Nginx as a reverse proxy and the ModSecurity web application firewall. The following extra topics are also covered (via links to original posts where appropriate): Example...
  5. howardsl2

    IPTables GeoIP, Port Scan Detection and Port Knocking using xtables-addons

    A quick tutorial on how to enable extra IPTables functionality such as geoip, port scan detection, port knocking and "tarpit" using the "xtables-addons" package. Full list of available modules can be found here. Note 1: Does NOT work on OpenVZ VPS (unless the host node provides the modules).  ...
  6. howardsl2

    A Useful List of Recent Malware Caught on VPS Server

    Hello all, I have taken the time to compile a list that summarizes recent malware caught in my Kippo SSH Honeypot. The honeypot was deployed on servers at multiple locations. Attackers downloaded these files after breaking into the honeypot, and tried to run them immediately. Therefore, they...
  7. howardsl2

    Using SSHFS to Share Folders Among Your VPS

    Hello guys, here is my tutorial for setting up "SSHFS" to create shared folder(s) among your VPS. We will be using "autossh" which has the nice "automatic reconnect" capability whenever the link goes down. Also implemented are settings such as "chroot" and "key use restrictions" which will...
  8. howardsl2

    Install Ghost Blog with Nginx and ModSecurity or Naxsi

    Hello all, I have created two Github Gists for detailed step-by-step instructions on installing the latest Ghost Blog with Nginx and ModSecurity or Naxsi. Blogging is a good way to utilize any idle VPS you have! The instructions have been successfully tested on Ubuntu 12.04 LTS Server (freshly...
  9. howardsl2

    Fully Automated IPsec/L2TP VPN Setup with Libreswan

    Hello guys, I have created a fully automated ("one-click") IPsec/L2TP VPN install script for Ubuntu 12.04. My script was inspired by and is based on the work of Thomas Sarlandie (original post), that I took time to improve by replacing Openswan with Libreswan, which is more actively developed...
Top
amuck-landowner