performing-bandwidth-throttling-attack-simulation

Featured

Simulates bandwidth throttling and network degradation attacks using tc, iperf3, and Scapy in authorized environments to test quality-of-service controls, application resilience, and network monitoring detection of traffic manipulation attacks.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Bandwidth Throttling Attack Simulation ## When to Use - Testing application resilience to degraded network conditions during authorized security assessments - Validating QoS policies detect and mitigate unauthorized traffic shaping on the network - Simulating network slowloris-style attacks that degrade bandwidth rather than causing complete outages - Assessing the impact of bandwidth-based attacks on VoIP, video conferencing, and real-time applications - Testing network monitoring tools' ability to detect abnormal bandwidth utilization patterns **Do not use** on production networks without authorization and a maintenance window, for causing denial-of-service conditions, or against critical infrastructure without safety controls. ## Prerequisites - Written authorization for bandwidth manipulation testing - Linux system with tc (traffic control), netem, and iptables - iperf3 installed on both tester and target systems for bandwidth measurement - MITM position established (ARP spoofing) for traffic interception scenarios - Network monitoring tools deployed for detecting the simulation - Baseline bandwidth measurements before testing > **Legal Notice:** This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws. ## Workflow ### Step 1: Establish Baseline Bandwidth Measurements ```bash # Start iperf3 server on t...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category