When a qBittorrent torrent client (A) shares a file (Seeding == A), the attacker implemented UDP flooding on the IP and PORT used by Qbittorrent. As a result, file sharing was not possible, and other users who were downloading the file were also disconnected from Seeder(A). However, the Internet speed in the network was normal, and the Internet speed of the attacked user (A) was also slightly slow in the normal range. The users who downloaded the file were in the wireless LAN environment, and the attacker and Seeder (A) were in the wired LAN environment. What do you think is the reason? No matter how much I think about it, I do not understand that only the torrent client is slow and the internet speed is normal.
The torrent program was stopped by the DoS attack. I want to know the reason
106 Views Asked by DownTop_oil At
1
There are 1 best solutions below
Related Questions in NETWORK-PROGRAMMING
- "(Reason: CORS header ‘Access-Control-Allow-Origin’ missing)" while trying to access Actix webserver from Wix site
- My server TCP doesn't receive messages from the client in C
- I am currently trying to implement a rudimentary firewall from a video I watched but the nimda worm detection is not working and i do not know why?
- Is there a way to trigger a network buffer flush in Python?
- Redirect outbound traffic to a different port
- Post request response time spikes
- How to connect docker container to vpn site to site
- EADDRNOTAVAIL Node JS
- How to handle Okhttp3 POST Failing after changing location? Roaming issue?
- Why my message doesn't write into the socket when I try to read the response after sending it?
- Networkx Multiple Circular Layouts Combined Together
- trivial socket program failing at accept() with errno 22
- getaddrinfo() returning unexpected results
- JmDNS create() function not working on my device
- What C code will determine the network adapter being used by an open socket?
Related Questions in UDP
- Discussion on using golang to implement UDP client timeout retransmission
- What is the correct way to setup and use the Ethernet library in Arduino in order to send and receive UDP broadcast messages between LAN devices?
- Multicast packets not received on windows
- Microcontroller hangs with LWIP UDP
- UDP socket client not able to receive data
- "Parameter is not valid" exception when using Image.FromStream() - UDP Video live stream
- k3s change requested UDP port assignment
- Why does the python client socket receiving a reply but still throw the exception in some threadings?
- Gnuradio "double free or corruption (!prev)" error
- Why we need wraparound in UPD checksum algorithm?
- Simple Java UDP server/client-program works on local machine but not over either LAN (different machines) or internet
- Docker bridge does not transmit from tcpreplay IPv6/UDP/GTP traffic
- trying to send TCP packet and recieve it back and count time in client+server app
- recvmsg returns EAGAIN after select reports file descriptor is ready
- Receiving UDP broadcast on Android
Related Questions in NETWORK-PROTOCOLS
- Why we say "Every Fragment-Offset except the last one, must contain a multiple of 8 bytes of data. In IPv4 header
- Trouble Understanding how upgrading a request works for Web Sockets
- HTTP2_PROTOCOL_ERROR and ERR_CONNECTION_CLOSED when updating weblogic version 12 to 14
- Is TLS gRPC distinguishable from TLS HTTP2?
- How The network header is represented at the bit level
- Installing latest protocol decoders in Sigrok PulseView
- How to switch routing protocol midway from aodv to olsr in ns3?
- Using CIP in C# as the Target?
- HDLC encoding protocol
- How can server with HTTP 1.1 understand client that uses HTTP 2?
- Create Gstreamer RTSP Onvif server
- How does QUIC's multiplexing differ from that of HTTP/2 in detail
- How to test IoT devices in the context of home automation?
- How does application layer in OSI model conveys this information to Network layer if incoming data should be fragmented or not?
- How can I solve this network problem that arose in my react project when using an aws rds?
Related Questions in DENIAL-OF-SERVICE
- Denial of service: regular expression
- Confirm API is called by known application
- Sonar scan reports issue in Regex
- Denial of service protection: how to reject connections based on content and frequency (golang as example)
- Regex vulnerable to polynomial runtime
- How does this Scapy DHCP DoS/Exhaustion attack work?
- Why is a StackOverflowError worth a CVE?
- Convert pixels to cm using Python
- SonarQube: denial of service for regex pattern due to polynomial runtime backtracking
- How is expanding %(describe) during a git archive a denial-of-service (DOS) risk?
- Checkmarx Resource Exhaustion in Golang url.Parse
- Preconditions for SpEL DoS vulnerability CVE-2022-22950?
- Is it possible to dispatch a successful DOS attack on a firewall with all ports closed?
- Can you limit the size of data that can be deserialized in Ktor?
- Matching user-input text with a user-input regex in Node.js
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Given the vague description it's impossible to know for sure. But perhaps what the question is aiming at is that not all denial of service attacks target the network.
DoS attacks overwhelm a target system until something breaks. Sometimes it's the network, but it can also be other things. Maybe in this case, the machine running the client was overwhelmed before the network did by running out of a resource like CPU or memory.