-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jelena Mirkovic
committed
Jan 23, 2024
1 parent
54513f2
commit 3e1a64c
Showing
205 changed files
with
929 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Provenance information | ||
|
||
Peakflow (now NetScout) appliance was running at FRGP network during | ||
dataset collection and it was generating alerts, which we collected | ||
as well. We pre-filtered these alerts to keep only reflection DDoS | ||
attacks and we have anonymized the alerts to match the dataset | ||
anonymization. Each alert shows the epoch start and stop time of | ||
the attack, and the attack type(s) as reported by Peakflow. The | ||
start time is the actual attack detection time and the stop time | ||
is when the mitigation was stopped. | ||
|
||
# Tools required for generating labels | ||
|
||
The provider (usc-isi) has produced the tool to use the provided | ||
event labels in this folder and Netflow data from the dataset to | ||
produce per-flow labels (B for benign, A for attack). The tool prints | ||
output of nfdump -o pipe and attaches the label at the end of the line. | ||
The tool can be found in /tools/usc-isi/netflow-ddos/ directory | ||
in the COMUNDA git repository. Please refer to the | ||
README.md file in that directory for how to run the tool. The | ||
instructions below describe how to use the tool to generate the | ||
provider given labels for this dataset. | ||
|
||
|
||
# How to run the labeling code | ||
|
||
``` | ||
perl tag_flows.pl path-to-folder-w-netflow path-to-this-folder | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Provenance information | ||
|
||
Peakflow (now NetScout) appliance was running at FRGP network during | ||
dataset collection and it was generating alerts, which we collected | ||
as well. We pre-filtered these alerts to keep only reflection DDoS | ||
attacks and we have anonymized the alerts to match the dataset | ||
anonymization. Each alert shows the epoch start and stop time of | ||
the attack, and the attack type(s) as reported by Peakflow. The | ||
start time is the actual attack detection time and the stop time | ||
is when the mitigation was stopped. | ||
|
||
# Tools required for generating labels | ||
|
||
The provider (usc-isi) has produced the tool to use the provided | ||
event labels in this folder and Netflow data from the dataset to | ||
produce per-flow labels (B for benign, A for attack). The tool prints | ||
output of nfdump -o pipe and attaches the label at the end of the line. | ||
The tool can be found in /tools/usc-isi/netflow-ddos/ directory | ||
in the COMUNDA git repository. Please refer to the | ||
README.md file in that directory for how to run the tool. The | ||
instructions below describe how to use the tool to generate the | ||
provider given labels for this dataset. | ||
|
||
|
||
# How to run the labeling code | ||
|
||
``` | ||
perl tag_flows.pl tag -s 1581581100 -e 1581581360 -r <path-to-folder-w-traces> -E sin -q 8.8.8.8 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.107.182 | ||
start 1598219145 | ||
end 1598219391 | ||
type mDNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.122.67 | ||
start 1597986765 | ||
end 1597987014 | ||
type NTPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.77.201.1 | ||
start 1598572185 | ||
end 1598572671 | ||
type UDP IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.77.52.118 | ||
start 1598572097 | ||
end 1598572397 | ||
type UDP IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 26.27.154.249 | ||
start 1598542091 | ||
end 1598542371 | ||
type DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.110 | ||
start 1598543745 | ||
end 1598544291 | ||
type mDNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 116.231.92.155 | ||
start 1597777605 | ||
end 1597778095 | ||
type CLDAPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 16.73.76.89 | ||
start 1597888485 | ||
end 1597888792 | ||
type CLDAPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.123.89 | ||
start 1598045205 | ||
end 1598045693 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.120.126 | ||
start 1598597925 | ||
end 1598598292 | ||
type UDP CLDAPAmplification IPFragmentation TotalTraffic DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.120.126 | ||
start 1598661332 | ||
end 1598662133 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 26.14.91.190 | ||
start 1597811745 | ||
end 1597812113 | ||
type chargenAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 46.148.120.155 | ||
start 1589247121 | ||
end 1589247471 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 46.148.123.147 | ||
start 1589603325 | ||
end 1589603739 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 46.148.120.155 | ||
start 1589328634 | ||
end 1589329180 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589271345 | ||
end 1589271645 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589289558 | ||
end 1589297143 | ||
type TCPSYN/ACKAmplification ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589297180 | ||
end 1589297564 | ||
type TCPSYN/ACKAmplification TotalTraffic ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589297610 | ||
end 1589298043 | ||
type TCPSYN/ACKAmplification TotalTraffic ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589298091 | ||
end 1589298463 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589298501 | ||
end 1589298883 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589298912 | ||
end 1589299303 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589299344 | ||
end 1589299723 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589246985 | ||
end 1589247285 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589299760 | ||
end 1589300143 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589300174 | ||
end 1589302901 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589302937 | ||
end 1589303320 | ||
type TCPSYN/ACKAmplification ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 40.40.133.46 | ||
start 1589509363 | ||
end 1589509660 | ||
type CLDAPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 16.52.125.25 | ||
start 1589281845 | ||
end 1589282145 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589268498 | ||
end 1589268798 | ||
type ICMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 16.52.125.25 | ||
start 1589358449 | ||
end 1589358820 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 40.40.133.46 | ||
start 1589509005 | ||
end 1589509300 | ||
type CLDAPAmplification DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 113.41.244.95 | ||
start 1589673765 | ||
end 1589674059 | ||
type TCPRST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 26.27.120.177 | ||
start 1589658703 | ||
end 1589659180 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 40.40.133.46 | ||
start 1589509005 | ||
end 1589509300 | ||
type CLDAPAmplification DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 116.254.8.57 | ||
start 1599762285 | ||
end 1599762790 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1599976545 | ||
end 1599977032 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600023226 | ||
end 1600023620 | ||
type NTPAmplification UDP TotalTraffic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600036425 | ||
end 1600036940 | ||
type NTPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600036425 | ||
end 1600036940 | ||
type NTPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600037445 | ||
end 1600038080 | ||
type NTPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600037445 | ||
end 1600038080 | ||
type NTPAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600121725 | ||
end 1600122430 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.94.222.59 | ||
start 1600146151 | ||
end 1600147690 | ||
type UDP IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.94.222.59 | ||
start 1600146151 | ||
end 1600147690 | ||
type UDP IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600155705 | ||
end 1600156210 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 116.254.8.57 | ||
start 1599764968 | ||
end 1599765268 | ||
type CLDAPAmplification IPFragmentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600200765 | ||
end 1600201039 | ||
type CLDAPAmplification DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600203105 | ||
end 1600203620 | ||
type DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.123.4 | ||
start 1599944504 | ||
end 1599944812 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1600121725 | ||
end 1600122430 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600330524 | ||
end 1600330939 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.107.182 | ||
start 1600355767 | ||
end 1600356079 | ||
type DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.123.4 | ||
start 1600376554 | ||
end 1600377500 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600402425 | ||
end 1600402939 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600406080 | ||
end 1600406720 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600406080 | ||
end 1600406720 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.116.236 | ||
start 1599779257 | ||
end 1599779550 | ||
type IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600406948 | ||
end 1600407440 | ||
type UDP IPFragmentation TotalTraffic DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600424325 | ||
end 1600425079 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.127.115 | ||
start 1600424325 | ||
end 1600425079 | ||
type CLDAPAmplification IPFragmentation DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.107.182 | ||
start 1600445485 | ||
end 1600445780 | ||
type DNSAmplification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Target 17.20.107.182 | ||
start 1600446920 | ||
end 1600447221 | ||
type mDNSAmplification |
Oops, something went wrong.