Accessing Rules Through CLI and API
CLI Tool
Once created in the Verosint interface and exported (or manually created as JSON files), rules can be evaluated with the verosint
tool. For example:
verosint evaluate rules email:[email protected] --rulesSetFile myrules.json
API Reference
You can also interact with rules through the API endpoint. See the API Reference.
Updated 3 months ago