**Looking for Operation Echo / Echo Leak Detection Pool and Spa? visit operationecho.co instead

Welcome!

operationEcho exists to provide runbooks, tips, and enhancements for your Information Security and Technical universe.




papers - System Monitoring Tool

I wanted to see if it was possible to build my own monitoring tool from scratch - no plug and play solution. And I wanted to do it for free.

Challenge: Create a Dashboard that gives me live asset statistics with a maximum of 10 seconds delay. And create it in less than 24 hours.

High Level Overview:


- install mysql
- install django REST API
- install grafana

- create resource collector script
- include api post
- create connector for grafana <> mysql
- create query dashboard in Grafana

Let's Begin: system_monitoring_tool.txt




tech - National Vulnerability Database Alerts

This has got to be one of my more favorite scripts I have written. I wanted a free way to be alerted of any new vulnerabilities (CVE's) that popped up on NVD's database, and this was my solution.

This script runs in AWS Lambda every hour, checks the database, and sends a message to Slack with all of the new vulns out there. Refer to the readme in the beginning of the code for more information. Email me if you want the Microsoft Teams version.

nvdAlerts_Lambda_Slack.py




tools - Check check them out!

I wrote some a few interactive scripts over in the "tools" section of this website. Check 'em out!

For you networking people, checkout the IP Subnet Exploder (source file: ip_subnet_exploder.py)

Want to make a random 1000 character password? Checkout the Random PW Generator (source file: random_password_generator.py)

tools page




software - demonsaw

"""Demonsaw 4 is an encrypted communications platform that allows you to chat, message, and transfer files without fear of data collection or surveillance from governments or corporations."""

It's old, but it still works. I've setup a private router (server) - so join and have fun!

Router URL: demonsaw.operationecho.com
Router Port: 1337
Password: email me at travis.house@operationecho.com

Download it here: https://www.demonsaw.com/




papers - joys_of_lock_picking

A short story of how I learned to pick stuff. Picking locks isn't hard, and your stuff isn't as protected as you may have expected.

joys_of_lock_picking.txt




papers - safe_browsing

I have writen my first ever non-school or non-work paper, and it was fun. It is light-weight and geared for those who have little knowledge regarding the Internets :)

safe_browsing.txt