I have been wondering exactly how does an IDS system use packet captures (PCAP) to process and alert of malicious signatures?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
|
To answer your question: The IDS knows different protocols so it can see what runs over them. It can also interpret pcaps. A pcap is just a fileformat. The IDS understands this fileformat and can see all these different protocols. From here it just starts reading them. If it sees a protocol it understands, it will analyse it. It's no different in concept than with logs, just different type of fileformat. |
||||
|
|
