The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
Best,
Marius
i have my network data contains attributes
src-ip, dstn-ip, protocol, sync, ack, sync+ack, time
now i have to find the intrusion on the basis of :
if for the same src ip and dest ip, these three fields(ack, syn, ack+syn) have received Boolean value true in three rows then it's ok otherwise if there are only ack and syn value true and there is no corrsponding value for ack+syn(i.e. false) intrusion will be detected.
data is captured using wireshark in .pcap format. how to convert pcap file to csv format.
regards
I don't know the pcap format, can you post a short example?
Anyway, you will end up in a tabular data format in RapidMiner. To propose further steps, we would need the format of this data, too. Maybe you can post a short sample.
Best,
Marius