Tag

dos attack

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Oct 22, 2024 · Operations

Bash Scripts for Automatic DOS Attack Blocking and MySQL Database Backup

This article provides two Bash scripts: one that automatically detects and blocks IP addresses generating excessive requests to an Nginx server using iptables, and another that backs up all non‑system MySQL databases with timestamped filenames, both designed for easy server operation and maintenance.

AutomationOperationsbash
0 likes · 3 min read
Bash Scripts for Automatic DOS Attack Blocking and MySQL Database Backup
Efficient Ops
Efficient Ops
Apr 12, 2021 · Information Security

Understanding TCP/IP Layers and Common Network Attacks: ARP, DoS, DNS

This article explains how increasing network attacks exploit vulnerabilities across TCP/IP layers, detailing ARP spoofing, DoS techniques, and DNS hijacking, while outlining detection methods and defensive measures to protect information security.

TCP/IParp attackdns attack
0 likes · 9 min read
Understanding TCP/IP Layers and Common Network Attacks: ARP, DoS, DNS