Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmalle/honeyalarmg2
Simplified UI for showing honeypot alarms
https://github.com/schmalle/honeyalarmg2
bootstrap grails mysql
Last synced: 26 days ago
JSON representation
Simplified UI for showing honeypot alarms
- Host: GitHub
- URL: https://github.com/schmalle/honeyalarmg2
- Owner: schmalle
- License: apache-2.0
- Created: 2015-06-21T19:04:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T16:27:42.000Z (almost 8 years ago)
- Last Synced: 2024-08-04T23:09:51.671Z (4 months ago)
- Topics: bootstrap, grails, mysql
- Language: Groovy
- Size: 68.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypot - **3**星
README
# honeyalarmg2
IN DEVELOPMENT
Simplified UI for showing honeypot alarms for the DTAG early warning system (https://www.sicherheitstacho.eu)
Based on
- Bootstrap
- Grails 2.5.5
- great SBADMIN-2 Theme !
- Spring Security Code
- UlLink Slack client code (https://github.com/Ullink/simple-slack-api)Functions
- collect alarms from your local honeypot installations
- review current alarms
- forward alarms to DTAG early warning system
- use role / security functions from Spring security
Login username / password combination is (me/password)see history.txt and todo.txt for details
Configfile (/etc/honeyalarmg2.properties)
- useTwitter=no
- twitterOAuthConsumerKey=X
- twitterOAuthConsumerSecret=A
- twitterOAuthAccessToken=Y
- twitterOAuthAccessTokenSecret=Y
- useSicherheitstacho=no
- userNameTSecRadar=community-01-user
- passwordTSecRadar=foth{a5maiCee8fineu7
- serverTSecRadar=https://community.sicherheitstacho.eu/ews-0.1/alert/postSimpleMessage
- usePushover=no
- pushOverAppToken=111
- pushOverDeviceID=222
- pushOverUserToken=333
- useSlack
- slackIncomingWebHooksNote: If you use e.g. an nginx server in front of the grails application, please
make sure, that the remote address is passed throughlocation / {
proxy_pass http://localhost:8080;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}Thanks to
- Andrea De Pasquale for test/debug help (Telegram)
- Marco Ochse for Debugging
- Andre Vorbach for some ideas
- Rainer Schmidt for some suggestionsSome code examples taken from
https://forum.jquery.com/topic/refresh-div-tag-without-refresing-the-whole-page
http://spring.io/blog/2010/08/11/simplified-spring-security-with-grails/