LINUX btmp Logs (LASTB command)

Source: Internet
Author: User

Linux under/var/log/btmp file:

Today, check the server, found that the/var/log/btmp log file is relatively large, search, this file is log error logging, that is, there are many people trying to log into the SSH service using a password dictionary, this log needs to be opened using the LASTB program.

1, Firewall shield malicious login IP:(through this file can find malicious IP always try to log in)

Iptables-a input-i eth0-s *.*.*. 0/ -j DROP

2. View the number of rogue IP attempts to log in:

Lastb awk ' {print $} ' Sort Uniq Sort -n or lastbawk'/\ (/{print $}'sort  uniqsort -N

3. Delete this log:

rm -rf/var/log/btmpTouch /var/log/btmp

LINUX btmp Logs (LASTB command)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.