Giter VIP home page Giter VIP logo

kitnet-py's People

Contributors

ymirsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kitnet-py's Issues

m parameter

Hi,

I have a question on the m parameter, if we set m to 1 we only have auto encoder with an input dimension of 1, so how do you avoid to learn the identity ? Maybe I misunderstood something.

Anomaly Training error

I've created a csv file from active wiretap pcap and trying to use it on this code.

My input data has seven fields and look like this

Reading Sample dataset...
[[0.0 0 '192.168.2.13' '192.168.100.5' '51010' '56514' 209]
[0.000773 0 '192.168.2.13' '192.168.100.5' '51010' '56514' 1514]
[0.000905 0 '192.168.2.13' '192.168.100.5' '51010' '56514' 1514]
[0.001122 0 '192.168.2.13' '192.168.100.5' '51010' '56514' 1514]
[0.001247 0 '192.168.2.13' '192.168.100.5' '51010' '56514' 1514]]

Fields =[ 'Time', 'IP_Version', 'IP_Source', 'IP_Dest', 'Source_PORT', 'Dest_PORT', 'payload' ]

But when I run the code here in kitnet it gives me the error

TypeError: ufunc 'add' output (typecode 'O') could not be coerced to provided output parameter (typecode 'd') according to the casting rule ''same_kind''

But all data in each column has same type and time represent in float while ip version and payload are integers as used in original kitsune. Would like to know what causes this ?

ip of each item in the pcap file

hello, your work is quite remarkable, and I am really interested in it,but is it possble to reveal the ip of each item in the original pcap file,especially the network used in mirai attack?thank you very much

Hello! A question about Kitnet

Hello. i want to cite this paper, but I don’t understand something:

The largest RMSE of the output layer is set as the φ(cutoff-threshold) in kitnet, then:
a) Execute: s = RMSE(~ x,h θ (~ x))
b) Verdict: if(s ≥ φβ) then Alert

i dont know How to determine β,‘In the paper uses the raw RMSE score’, Does that mean β=1?

When I run the example.py, I can't generate the right image of the detection result.

I ran an example of this project using Ubuntu18, Python3.6.5, and got the following result.However, this result graph is not consistent with the result graph you shared.This result graph does not reflect the attack, and the data under attack appears to be drawn in the wrong place. I would appreciate if you can tell me why and how to get the right result!
result
result2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.