This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

OWASP SecureTea Project

From OWASP
Revision as of 07:10, 20 March 2019 by Yoseman (talk | contribs)

Jump to: navigation, search
OWASP Project Header.jpg

OWASP SecureTea Tool Project

The OWASP SecureTea Project is an application designed to help secure a person's laptop or computer / server with IoT (Internet Of Things) and notify users (via various communication mechanisms), whenever someone accesses their computer / server. This application uses the touchpad/mouse/wireless mouse to determine activity and is developed in Python and tested on various machines (Linux, Mac & Windows). The software is still under development, and will eventually have it's own IDS(Intrusion Detection System) / IPS(Instrusion Prevention System), firewall, anti-virus, intelligent log monitoring capabilities with web defacement detection, and support for much more communication medium.

usage: SecureTea.py [-h] [--conf CONF] [--debug] [--twitter] [--twilio_sms]
                   [--telegram] [--slack] [--twitter_api_key TWITTER_API_KEY]
                   [--twitter_api_secret_key TWITTER_API_SECRET_KEY]
                   [--twitter_access_token TWITTER_ACCESS_TOKEN]
                   [--twitter_access_token_secret TWITTER_ACCESS_TOKEN_SECRET]
                   [--telegram_bot_token TELEGRAM_BOT_TOKEN]
                   [--telegram_user_id TELEGRAM_USER_ID]
                   [--twilio_sid TWILIO_SID] [--twilio_token TWILIO_TOKEN]
                   [--twilio_from TWILIO_FROM] [--twilio_to TWILIO_TO]
                   [--slack_token SLACK_TOKEN]
                   [--slack_user_id SLACK_USER_ID] [--firewall]
                   [--interface INTERFACE]
                   [--inbound_IP_action INBOUND_IP_ACTION]
                   [--inbound_IP_list INBOUND_IP_LIST]
                   [--outbound_IP_action OUTBOUND_IP_ACTION]
                   [--outbound_IP_list OUTBOUND_IP_LIST]
                   [--protocol_action PROTOCOL_ACTION]
                   [--protocol_list PROTOCOL_LIST]
                   [--scan_action SCAN_ACTION] [--scan_list SCAN_LIST]
                   [--dest_port_action DEST_PORT_ACTION]
                   [--dest_port_list DEST_PORT_LIST]
                   [--source_port_action SOURCE_PORT_ACTION]
                   [--source_port_list SOURCE_PORT_LIST]
                   [--HTTP_request_action HTTP_REQUEST_ACTION]
                   [--HTTP_response_action HTTP_RESPONSE_ACTION]
                   [--dns_action DNS_ACTION] [--dns_list DNS_LIST]
                   [--time_lb TIME_LB] [--time_ub TIME_UB]


User Guide

https://github.com/OWASP/SecureTea-Project/blob/master/doc/user_guide.md

Developer Guide

https://github.com/OWASP/SecureTea-Project/blob/master/doc/dev_guide.md

Licensing

GNU GPL v3 License

This program is free software: you can redistribute it and/or modify it under the terms of the link GNU Affero General Public License 3.0 as published by the Free Software Foundation, either version 3 of the License.

Project Resources

Installation Package

Source Code

Wiki Home Page

Issue Tracker

Presentation (PDF)

Video Demo

Project Leader

Contributors

Open Hub

https://www.openhub.net/p/734848

Related Projects

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Owasp-defenders-small.png
Affero General Public License 3.0

News and Events

  • [20 Mar 2017] 1.0 Beta Release candidate is available for download. First release for trial period.
  • [04 Feb 2018] 1.0 Release Candidate is available for download. This release provides final bug fixes and product stabilization. Any feedback (good or bad) in the next few weeks would be greatly appreciated.
  • [25 Jan 2018] Published in ToolsWatch.org, Blackhat Arsenal Asia 2018 Great Lineup.