I’m working on a project to detect anomaly detection in network and I’m targeting windows network anomaly detection in it. But I’m having a few problems.
-
How a can I get the dataset for the ML model of Anomaly detection i.e, I have searched and most dataset are of HDFS, servers etc. There is no specific dataset for the windows network anomaly dataset
-
How to get the data Realtime for the anomaly detection. Like I’m hoping to send the data from the user pc to admin pc and then send to api for every 20 mins to see is there is any anomaly or not.
I’m confused on these 2 aspects. can anyone guide me to the right path?