Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 48:48:23 |
Calls: | 632 |
Files: | 1,187 |
D/L today: |
3 files (4,227K bytes) |
Messages: | 177,138 |
And on your guys know of a utility that will monitor
particular registry keys for changes/additions?
An eMail notification would be nice.
On Thu, 10/2/2025 2:48 PM, T wrote:
And on your guys know of a utility that will monitor
particular registry keys for changes/additions?
An eMail notification would be nice.
Since Process Monitor from Sysinternals, can log changes to
the Registry, the ETW subsystem makes it easier to detect
that sort of activity. I don't know if any malware can
break ETW as part of its attack sequence though.
Someone could build a tool based on that subsystem, so I
would say yes, it's technically possible to do something
along the lines of what you want.
This isn't a complete solution. It's more like a directory
listing of the registry "file" entries (keys). The Registry
is considered to be a kind of "file system", rather than a
database. It can accept arbitrary binary blobs, such as
a 250KB binary item could be deposited in there, as a bar bet.
https://www.bleepingcomputer.com/news/microsoft/microsoft-powershell-lets-you-track-windows-registry-changes/
If you're comparing "Value" of items, be prepared for
unlimited blob size in your design :-)
Paul
And on your guys know of a utility that will monitor
particular registry keys for changes/additions?
An eMail notification would be nice.
On Thu, 02 Oct 2025 13:48:36 -0500, T <T@invalid.invalid> wrote:
And on your guys know of a utility that will monitor
particular registry keys for changes/additions?
An eMail notification would be nice.
MJ Registry Watcher
https://www.jacobsm.com/mjsoft.htm#rgwtchr