processone / processone/eturnal
How to prevent abuse by using amplification/reflection DoS attack?
Open
@weiss is already working on this.
Since Mar 18, 2025.
documentation
- Dominant language
- Erlang
- Stars
- 342
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
The DFN-CERT sent the warning below for our STUN server:
Ereignistyp: Configuration/Amplifier
Zeitstempel: 2023-12-03 02:27:47+00:00
Anzahl: 4
Beschreibung: Auf dem System scheint ein Dienst betrieben zu werden, der
potentiell für reflektierte DoS-Angriffe genutzt werden
kann. Das heißt dieser Dienst antwortet auf Anfragen mit
gefälschter Absenderadresse und schickt dabei Antworten die
ein vielfaches der Größe der Anfrage haben.
Zuletzt gesehen IP-Protokoll Port Dienst
---------------------------------------------------------
2023-12-01 02:27:33+00:00 UDP 3478 STUN
2023-12-01 02:27:33+00:00 UDP 3478 STUN
2023-12-02 07:55:22+00:00 UDP 3478 STUN
2023-12-03 02:27:47+00:00 UDP 3478 STUN
As I am ignorant about these things, could a security section be added to the README, what risks are to be weighed?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.