All Projects → zelon88 → Registry_Monitor

zelon88 / Registry_Monitor

Licence: GPL-3.0 License
A Windows script to monitor registry hives for modifications & notify you when modifications have occured.

Programming Languages

Visual Basic .NET
514 projects

Projects that are alternatives of or similar to Registry Monitor

Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (+3605.26%)
Mutual labels:  notifications, registry
Watchtower
A process for automating Docker container base image updates.
Stars: ✭ 9,526 (+50036.84%)
Mutual labels:  notifications, registry
Matthew-Lancaster
A Collect of Script For AutohotKey, DOS Command, VBScript, VB6, VB2008, Grub4Dos, Reg Keys, Win Powershell, SMTP, ARDUNIO, GITHUB Begin OCT 2018
Stars: ✭ 21 (+10.53%)
Mutual labels:  registry, vbs
SimpleCloudNotifier
SimpleCloudNotifier is a app to display messages that you can send to your phone with a simple POST requests.
Stars: ✭ 15 (-21.05%)
Mutual labels:  notifications
react-awesome-notifications
A beautiful fully customizable React + Redux notification system built with styled-components
Stars: ✭ 29 (+52.63%)
Mutual labels:  notifications
devhub
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
Stars: ✭ 8,064 (+42342.11%)
Mutual labels:  notifications
charts
This repository is home to the original helm charts for products throughout the open data platform ecosystem.
Stars: ✭ 39 (+105.26%)
Mutual labels:  registry
abstract notifier
ActionMailer-like interface for any type of notifications
Stars: ✭ 105 (+452.63%)
Mutual labels:  notifications
RSSnotifier
Node RSS reader telegram bot. Provides notification on queries-matching elements and supports multiple users.
Stars: ✭ 15 (-21.05%)
Mutual labels:  notifications
react-redux-notify
A simple and flexible notifications component built using React and Redux.
Stars: ✭ 34 (+78.95%)
Mutual labels:  notifications
ZVProgressHUD
ZVProgressHUD is a pure-swift and wieldy HUD.
Stars: ✭ 30 (+57.89%)
Mutual labels:  notifications
ngx-toasta
Simple and clean Toast notification library for AngularX (Angular2 and beyond)
Stars: ✭ 20 (+5.26%)
Mutual labels:  notifications
NotificationExplorer
See what notifications exist at runtime
Stars: ✭ 43 (+126.32%)
Mutual labels:  notifications
unit-converter
Convert standard units from one to another with this easy to use, lightweight package
Stars: ✭ 104 (+447.37%)
Mutual labels:  registry
slack-texts
SMS notifications for Slack groups
Stars: ✭ 19 (+0%)
Mutual labels:  notifications
yo-yo
Like outset for yo.
Stars: ✭ 19 (+0%)
Mutual labels:  notifications
feedback
Public feedback discussions for npm
Stars: ✭ 91 (+378.95%)
Mutual labels:  registry
nnrm
🔧 New nrm (NPM registry manager). Use smaller dependencies.
Stars: ✭ 55 (+189.47%)
Mutual labels:  registry
swift-standard-clients
Client declarations and live implementations for standard iOS managers
Stars: ✭ 28 (+47.37%)
Mutual labels:  notifications
ttl.sh
An anonymous & ephemeral Docker image registry
Stars: ✭ 107 (+463.16%)
Mutual labels:  registry

NAME: Registry_Monitor

TYPE: VBS Script

PRIMARY LANGUAGE: VBScript

AUTHOR: Justin Grimes

ORIGINAL VERSION DATE: 9/5/2019

CURRENT VERSION DATE: 10/28/2019

VERSION: v1.2

DESCRIPTION: An application to enumerate registry keys and look for changes which constitute an indicator of compromise.

PURPOSE: To detect malicious registry operations early enough that they do not cause widespread damage to company equipment. To notify company IT if and when registry keys are modified on domain workstations.

INSTALLATION INSTRUCTIONS:

  1. Install Registry_Monitor into a subdirectory of your Network-wide scripts folder.
  2. Open Registry_Monitor.vbs with a text editor and configure the variables at the start of the script to match your environment.
  3. Open sendmail.ini with a text editor and configure your email server settings.
  4. Run the script automatically with scheduled tasks at regular intervals.
  5. Use the -e argument to force the sending of warning emails.
  6. Use the -o argument to force the creation of warning log files.
  7. Use the -v argument to force the creation of a log file whenever the script is executed, regardless of detection status.
  8. Use the -f argument to force the execution of the script even when the session is not elevated (bypasses elevation checks, may cause errors).

NOTES:

  1. This script MUST be run with administrative rights.
  2. If this script is started in regular user mode, it will prompt for administrator elevation.
  3. Use absolute UNC paths for network addresses. DO NOT run this from a network drive letter. The restartAsAdmin() function will not work properly.
  4. "Fake Sendmail for Windows by Byron Jones" is required and included in the "Registry_Monitor" folder. The SendMail data files must be included in the same directory as "Registry_Monitor.vbs" in order for emails to be sent correctly.
  5. You can download your own copy of "Fake Sendmail for Windows by Byron Jones" by visiting: https://www.glob.com.au/sendmail/.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].