First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

If I have a network trace, how can I differentiate a DDOS attack from a port scan?

differentiation between ddos and port scan

nnammar's avatar
1
nnammar
asked 2020-04-27 16:33:48 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-04-28 04:21:50 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Work down through the Wireshark Statistics menu.

Statistics -> Capture File Properties - get a feel for what's in capture.
Statistics -> Protocol Hierarchy - what's the traffic mix?
Statistics -> Conversations - who's talking to who?
Statistics -> Endpoints - a pattern may fall out of here that isn't apparent in Conversations.

Would expect a DDoS to many sources to one (or few) destinations.
And a port scan to be one source to many destinations (IPs, ports).

Chuckc's avatar
3k
Chuckc
answered 2020-04-27 19:27:01 +0000
edit flag offensive 0 remove flag delete link

Comments

thank you for your reply, i don't have experience in wireshark is this a port scan or DDOS ? based on what 32 42.070380 172.16.112.50 135.13.216.191 TCP 60 27 → 23060 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0 33 48.079970 135.13.216.191 172.16.112.50 TCP 60 23061 → 28 [SYN] Seq=0 Win=512 Len=0 MSS=1460 34 48.080457 172.16.112.50 135.13.216.191 TCP 60 28 → 23061 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0 35 54.089973 135.13.216.191 172.16.112.50 TCP 60 23062 → 29 [SYN] Seq=0 Win=512 Len=0 MSS=1460 36 54.090438 172.16.112.50 135.13.216.191 TCP 60 29 → 23062 [RST, ACK] Seq=1 Ack=1 Win=0 Len=0 37 60.099924 135.13 ... (more)

nnammar's avatar nnammar (2020-04-28 09:08:58 +0000) edit

Nmap Reference Guide is a pretty good start to learn about port scans.

Chuckc's avatar Chuckc (2020-04-28 14:51:25 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer