Any idea where I can find a lookup table that details the meanings of these tcp_flags? I’m trying to determine the meaning of 1f that is showing up in quite a few events. Here is a snippet of the code event:
"tcp":{"tcp_flags":"1f","tcp_flags_ts":"1f","tcp_flags_tc":"1b","syn":true,"fin":true,"rst":true,"psh":true,"ack":true,"state":"time_wait"}}
The closest I’d been able to find were a couple of github repos that contain basically the same same csv file, such as this stamus_for_splunk/suricata_tcp_flag.csv at master · StamusNetworks/stamus_for_splunk · GitHub. However it does not contain the 1f
code.
I’ve seen this to two separate networks, one utilises VLANs in what the the suricata host is capturing, the other does not. I’m running suricata 6.0.4 installed from the official rpm repos.