├── README.md ├── StratosphereConfig.py ├── StratosphereDetector.py ├── StratosphereFlow.py ├── StratosphereOutput.py ├── StratosphereTuple.py ├── StratosphereWatcher.py ├── StratosphereWindow.py ├── colors.py ├── configfile.cfg ├── markov_chains.py ├── stf ├── __init__.py └── common │ ├── __init__.py │ └── markov_chains.py └── test7.binetflow /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/README.md -------------------------------------------------------------------------------- /StratosphereConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereConfig.py -------------------------------------------------------------------------------- /StratosphereDetector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereDetector.py -------------------------------------------------------------------------------- /StratosphereFlow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereFlow.py -------------------------------------------------------------------------------- /StratosphereOutput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereOutput.py -------------------------------------------------------------------------------- /StratosphereTuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereTuple.py -------------------------------------------------------------------------------- /StratosphereWatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereWatcher.py -------------------------------------------------------------------------------- /StratosphereWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/StratosphereWindow.py -------------------------------------------------------------------------------- /colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/colors.py -------------------------------------------------------------------------------- /configfile.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/configfile.cfg -------------------------------------------------------------------------------- /markov_chains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/markov_chains.py -------------------------------------------------------------------------------- /stf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stf/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /stf/common/markov_chains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/stf/common/markov_chains.py -------------------------------------------------------------------------------- /test7.binetflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stratosphereips/StratosphereWindowsIps/HEAD/test7.binetflow --------------------------------------------------------------------------------