Results 1 to 10 of 13

Thread: Attack on server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    With iptraf you can find out where the traffic comes from and block the IP using iptables.

    Block IP via iptables.
    PHP Code:
    iptables -A INPUT -s IP-ADDRESS -j DROP 

  2. #2
    Private
    Join Date
    Mar 2014
    Location
    Czech Republic
    Posts
    11
    Thanks
    1
    Thanked 2 Times in 1 Post
    Quote Originally Posted by Mitch View Post
    With iptraf you can find out where the traffic comes from and block the IP using iptables.

    Block IP via iptables.
    PHP Code:
    iptables -A INPUT -s IP-ADDRESS -j DROP 
    He is sending it from like 40k IP addresses in few seconds and addresses changing all the time. Also all IP addresses are spoofed (faked).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •