stratosphereips / StratosphereLinuxIPS

Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVUT in Prague.
Other
688 stars 167 forks source link

Feature request. Add Zeek package zeek/stratosphereips/IRC-Zeek-package #213

Open eldraco opened 1 year ago

eldraco commented 1 year ago

Add in Slips by default the IRC package zeek/stratosphereips/IRC-Zeek-package

HAPPYCODER505 commented 1 year ago

helo sir. i install zeek-package-IRC in my local pc. there are 6 files. 1.LICENSE

  1. README.md
  2. load.zeek
  3. figs
  4. irc_feature_extractor.zeek 6.zkg.meta

    sir i think the main script file in this package ( zeek-package-IRC) is : irc_feature_extractor.zeek .

Slips supports automatically running a custom zeek script by adding it to zeek-scripts dir and adding the file name in zeek-scripts/load.zeek. so sir should i add the script to load.zeek. file like this : @load ./irc_feature_extractor.zeek in the slips's zeek-scripts dir