HomeDocumentationAPI Reference
Log In
Documentation
These docs are for v5.7.0. Click to read the latest docs for v5.8.0.

Cron Job Data

The data here will contain cron job information on the host if it was flagged by Sandfly Security or by a user. The formatting reflects standard Linux cron entries in an easier to parse way.

{
	"time_macro": "",
	"minute": "",
	"hour": "",
	"day": "",
	"month": "",
	"day_of_week": "",
	"username": "",
	"command": "",
	"path": "",
	"entry": ""
}