fukawi2/fscanary
Fork: 0 Star: 4 (更新于 1970-01-01 00:00:00)
license: MIT
Language: Go .
Monitor and report or action file systems for specific files.
最后发布版本: v0.5.0 ( 2019-07-04 16:12:22)
fscanary
Monitor and report or action file systems for specific files.
Description
fscanary aims to be a replacement for some features of Microsoft's File Server Resource Manager (FSRM), particularly in detecting creation of specific files and notifying the system admin of those files.
For example, it is likely to be desirable to have an alert when a user saves and executable file to the company file server.
Getting Started
- Download from the Releases page
- Deploy
fscanary
to your preferred binary location (eg,/usr/local/bin/fscanary
or~/bin/fscanary
) - Copy the sample configuration file to the appropriate location:
-
/etc/fscanary.conf
on Linux -
/usr/local/etc/fscanary.conf
on FreeBSD -
C:\fscanary.conf
on Windows
Configuration
The default location of the config file is OS-specific and is shown in the
output of fscanary -help
. It can be overridden with the -config
command line
argument. For example:
fscanary -config /root/fscanary.conf
The configuration file is INI-style and has a global section for general configuration, then one or more sections to set up watches.
Example configuration file:
email = admin@example.com
smtp_server = smarthost
smtp_from = fscanary@example.com
logging = 1
[executables]
enabled = yes
path = /home
notify = yes
quarantine = yes
dest = /quarantined
pattern = *.exe
pattern = *.bat
pattern = *.js
pattern = *.bin
pattern = *.cmd
pattern = *.cpl
pattern = *.dll
pattern = *.lnk
pattern = *.ps1
pattern = *.scr
Contributing
Pull requests welcomed! Please keep the following points in mind:
- One feature change/bug fix per pull request.
- Multiple minor changes such as spelling may be in a single PR.
- Documentation must be updated with the PR where the change warrants documentation changes.
- Check the TODO.md file for specific tasks that are outstanding.
Authors
- Phillip Smith - fukawi2
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2019-07-04 16:12:22 v0.5.0
2018-04-07 20:32:49 v0.4.0
2018-03-26 19:40:07 v0.3.0
2018-03-18 18:01:22 v0.2.0
2018-03-18 10:13:02 v0.1.0
主题(topics):
daemon, freebsd, fsrm, linux, monitoring
fukawi2/fscanary同语言 Go最近更新仓库
2024-11-06 07:46:48 dolthub/dolt
2024-11-06 03:37:39 containerd/containerd
2024-11-05 20:42:00 aurora-develop/aurora
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify