Actions
Bug #1893
closedtls: src_ip and dest_ip reversed in TLS events for IPS vs IDS mode.
Affected Versions:
Effort:
Difficulty:
Label:
Description
In IDS mode when making an HTTPS request (or probably any TLS request) the src_ip is client address and the dest_ip is the server address.
In IPS mode (real, or with --simulate-ips) the same request results in the src_ip being the server address and the dest_ip being the client.
These should be consistent regardless of mode.
Attached is a pcap doing a HEAD request over https to www.google.com that can show the issue with --simulate-ips.
Files
Actions