- Print
- DarkLight
LimaCharlie's usage-based billing enables incident responders to offer pre-deployments to their customers at almost zero cost. That is, they can deploy across an Organization's entire fleet and lay dormant in ‘sleeper mode’ at a cost of just $0.10 per 30 days. With agents deployed ahead of an incident, responders can offer competitive SLAs.
Have more questions?
For more details on sleeper mode deployments, feel free to contact us at answers@limacharlie.io or book a quick call with the engineering team to discuss your use case.
Sleeper and Usage billing use the following metrics:
Connected Time | Events Processed | Events Retained |
---|---|---|
$0.10 per 30 days | $0.67 per 100,000 events | $0.17 per 100,000 events |
Using sleeper and usage deployments is done via Sensor tagging. Applying the lc:sleeper
Tag to a Sensor will stop LimaCharlie telemetry collection activity on the host. Within 10 minutes of the tag being applied, the sensor will enter sleeper mode and will be billed only for its "Connected Time" as outlined above. If the tag is removed, normal operations resume within 10 minutes.
Applying the lc:usage
tag will make the sensor operate normally as usual, but its connection will not count against the normal Sensor Quota. Instead it will be billed per time spend connected and number of events process/retained as outlined above.
Using the "usage" and "sleeper" mode requires the organization in question to have billing enabled (a quota of at least 3 to be outside of the free tier).
This means a sample scenario around pre-deploying in an enterprise could look something like this:
Create a new Organization in LimaCharlie.
Set the Quota to 3 to enable billing.
Create a new Installation Key, and set the
lc:sleeper
tag on the key.Enroll any number of EDR sensors. Charges will apply as specified above. For example, if you deploy 100 Sensors in sleeper mode, total monthly costs will be $10.
Whenever you need to “wake up” and use some of the EDRs, you have 2 options:
Set the
lc:usage
tag on the Sensor(s) you need. Within 10 minutes, telemetry collection will resume and billed on direct usage.Set the quota to the number of Sensor(s) you need, remove the
lc:sleeper
tag from the specific Sensors, and within 10 minutes they will be online, billed according to the quota.
When you're done, just re-add the
lc:sleeper
tag.
Switching to sleeper mode does not change the binary on disk, however, the code running in memory does change. Whether putting an org into sleeper mode or changing versions, the binary on disk remains as-is.
The changes to sleeper mode go into effect without the need for a reboot. In sleeper mode, activities such as read other process’ memory (e.g. YARA) will stop.