[Hacking] sentbyte = 600000
Hello.
I have a logs file where the IP 192.168.1.1 receive requests from different IPs on the destination port 80 and answer by accept or deny.
In all these requests the quantity of transmitted data is small : from some handreds to 4000 bytes maximum.
Only one log is different :The IP 192.168.1.1 is the client client and it send a request to the destination port 80 of the IP 185.83.145.120 which send as response 600000 bytes!
<189>devname="D" type="traffic" subtype="forward" level="notice" vd="root" eventtime=1565129415 srcip=192.168.1.1 srcport=49321 dstip=185.83.145.120 dstport=80 proto=6 action="accept" sentbyte=712
<189>devname="D" type="traffic" subtype="forward" level="notice" vd="root" eventtime=1565129416 srcip=185.83.145.120 srcport=80 dstip=192.168.1.1 dstport=49321 proto=6 action="accept" sentbyte=628123
The logs file that I have is limited for 1 hour so I don't know if before a connexion existed between the 2 IPs
The quantity of data received by 192.168.1.1 est great compared to the other logs (minimum 150x) and see this IP make a connexion to an external host...
Do you have any idea plase ?
