Skip to content

3-D graph created using OpenGL to visualize specific system calls of a compromised computer (zombie) executing a ping flood.

Notifications You must be signed in to change notification settings

jprusso/DDoS_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of DDoS Attacks
******************************

graph.cpp
************
This is the 3-D graph that will visualize the data file "pingflood.g3d.nz". 

graph.f.glsl
*************
Shader file used to give color to the graph.

graph.v.glsl
*************
Shader file used to give color to the graph.

pingflood.g3d.nz
*****************
Data file that is visualized in the graph. Each line has three sepereate values.
Line 1 = Time (.1 second)
Line 2 = System Call # (0-991)
Line 3 = Frequency

shader_utils.cpp
*****************
Shader utility file necessary for shaders to function.

About

3-D graph created using OpenGL to visualize specific system calls of a compromised computer (zombie) executing a ping flood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages