Skip to content

Intrusion Detection System based on Sequence of System Calls.

Notifications You must be signed in to change notification settings

abijith-kp/SysCall-IDS

Repository files navigation

Files

    >       data_structure.h        : declaration of structures and other global variables used
    >       ids_poset.c             : main starting file
    >       poset_manage.h          : functions to manage creation and deletion of posets
    >       clean.h                 : functions to clean out the repatitions in the input

    Outputs
    -------
            <name>.sig  ==> signature of an application
            <name>.val  ==> conatins:
                                    ** number of input datasets
                                    ** mean of number of mismatches
                                    ** varience of number of mismatches
                                    ** format: n    m   v
            input       ==> contains input sequnce to check for anomaly

To compile and run: gcc ids_poset.c -lm -o ids ./ids

About

Intrusion Detection System based on Sequence of System Calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published