As the SEP firewall feature on Windows is already able to tell which application hits the FW rule, I'd like to see the same feature on Mac
Similar to https://www.obdev.at/products/littlesnitch or
lsof -i | grep %HOST% | awk '{print $1, $2, $5, $8, $9}'
Where currently you can only see the host and user name but not the application name/path for Mac machines.