Skip to content

Implementing visualization methods for a brazillian honeypot network, making use of django, vectormap.js, d3.js, jquery

License

Notifications You must be signed in to change notification settings

OrBaruk/HoneyMapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneyMapping

Uses django and javascript to parse and display data of attacks to a honeypot infrastructure.

Instalation and Usage

Requirements:

  • django
  • python
  • python-dev
  • geoip

Usage:

  • To run server execute the following inside the project folder:

     python manage.py runserver 127.0.0.1:8000
    
  • logs are located at:

     {project_folder}/data/logs.txt
    
  • to reparse the logs:

     python parser.py
    
  • Main page html at:

     {project_folder}/main/templates/main/index.html
    

License

MIT License

Copyright (c) [2015] [Alexandre Or Cansian Baruque]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Implementing visualization methods for a brazillian honeypot network, making use of django, vectormap.js, d3.js, jquery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published