today I was just doing regular maintenance on my computer and while checking that iptables was working properly I decided to run the list command,I was expecting to find my regular configuration dropping input and forward by default and accepting all outgoing traffic with some rules for input in order to allow browsing etc, however this is what the command listed iptables -L output, I am no expert so I am not sure of what all of these rules are doing, I recently updated to a newer version of ubuntu, is my computer compromised or this some change that was made by canonical.
Any help is appreciated thank you in advance!.
Edit: Currently I am using Ubuntu 18.04 64-bit, the desktop version, and I am not using virtualization, iptables v1.6.1, and the Kernel version is 5.5.7 hope this helps
Edit 2: Ok so I feel pretty dumb right now, after the upgrade it seems that the installer flushed my iptables configuration and activated UFW aka the regular firewall, since the firewall has multiple set ups it creates a bunch of rules that are listed under iptables regardless of which one is being used, I just needed to turn of the firewall and set my normal rules, Thanks to the guy who commented.