In addition to Weibo, there is also WeChat
Please pay attention

WeChat public account
Shulou
2025-11-08 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
According to the number of web logs or network connections, monitor when the number of concurrent connections to a certain IP reaches 100 or within a period of time, and use firewall commands to block the corresponding IP, every 3 minutes; the firewall command is: iptables-An INPUT-s 192.168.0.7-j DROP
Check the firewall iptables-L-n
The first kind: monitoring log
#! / bin/sh
While true
Do
Cat access_log.dms | awk'{print $1}'| sort | uniq-c | sort-nr > a.log
Exec < a.log
While read line
Do
Pv=$ (echo $line | awk'{print $1}')
Ip=$ (echo $line | awk'{print $2}')
If [$pv-gt 1000] & & [iptables-L-n | grep "$ip" | wc-l-eq 0]; then
Iptables-An INPUT-s $ip-j DROP
Fi
Done
Sleep 180
Done
Description:
How to read and write documents in while
1) cat al.log | while read line
Do
Done
2) execa.log
Netstat command
-a (all) shows all options, but does not show LISTEN correlation by default
-t (tcp) displays only tcp related options
-u (udp) shows only udp related options
-n refuses to display aliases and can show that all numbers are converted into numbers.
-l lists only the status of services in Listen (monitoring)
-p displays the name of the program that established the relevant link
-r displays routing information, routing table
-e displays extended information, such as uid, etc.
-s statistics based on each protocol
-c execute the netstat command at regular intervals.
Tip: the status of LISTEN and LISTENING can only be seen with-an or-l
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope





About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.