Today I read in my the below iptables-dropped packet logs and I don't really understand this log. I hope somebody can help me.
I only opened an inbound SSH port 2221 and for my outgoing traffic I opened DNS port 53 as protocol UDP.
iptables-dropped: IN= OUT=eno1 SRC=myserver.ip DST=179.124.36.195 LEN=88 TOS=0x00 PREC=0xC0 TTL=64 ID=42743 PROTO=ICMP TYPE=3 CODE=3 [SRC=179.124.36.195 DST=myserver.ip LEN=60 TOS=0x00 PREC=0x00 TTL=53 ID=58511 DF PROTO=TCP SPT=57351 DPT=2221 WINDOW=29200 RES=0x00 SYN URGP=0 ]
After reading the log, I asked myself, "how can he (attacker) try an ICMP request, does this mean that my server is compromised?
Then I read the bracket, where we see an attempt to log in to the SSH port.
One drop but 2 different log-messages?