문제

I had previously worked in Python and I had written a script that parses through the trace files (pcap files (or) packet-capture files) and I just read through the file and display the header information from information on the source and destination addresses and ports.


I am now trying to implement the same functionality by looking at the network flow, and not through the trace files. My aim is to develop a flow based IDS using python by looking at the network flow. Does this mean I should feed the results from the tcpdump and then parse that for information or is there a better way to do this ?

  • Are there any libraries that can help me with this ?

  • How do I need to approach this problem for real-time traffic analysis ?

Any help is appreciated. Thanks !

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top