loading
Loading content
loading
Also known as cron scans
Scheduled scans run on a clock rather than on demand. You define a cadence, hourly, nightly, or weekly, and the platform launches the same discovery or vulnerability check each cycle without anyone pressing a button. The value comes from comparing runs: when each pass writes its results, you diff against the last one and the deltas show what appeared, changed, or vanished since you last looked.
This matters because an attack surface drifts constantly. A team spins up a subdomain, a cloud bucket goes public, a service exposes a new port, and a one-time scan goes stale the moment it finishes. A recurring schedule keeps the picture honest and shrinks the window in which a new exposure sits undetected.
Scheduled scans are the engine behind continuous monitoring and a building block of broader security automation. They turn a vulnerability scanning job from a project into a habit, and they fit naturally into workflow orchestration where each scheduled run feeds enrichment and alerting downstream.
In a Trickest workflow you attach a cron schedule to a graph, so discovery, resolution, and probing fire on their own and only genuinely new findings page the team, instead of someone rerunning the same job by hand.
Related terms