Run by the crew at orchestration, AI, and automation platform Tines, the Tines library comprises pre-built workflows shared by actual safety practitioners from throughout the neighborhood, all of that are free to import and deploy by way of the Group Version of the platform.
Their bi-annual “You Did What with Tines?!” competitors highlights a few of the most attention-grabbing workflows submitted by their customers, a lot of which reveal sensible functions of huge language fashions (LLMs) to deal with advanced challenges in safety operations.
One current winner is a workflow designed to automate CrowdStrike RFM reporting. Developed by Tom Energy, a safety analyst at The College of British Columbia, it makes use of orchestration, AI and automation to scale back the time spent on handbook reporting.
Right here, we’ll share an outline of the workflow, plus a step-by-step information for getting it up and working.
The issue – time-consuming reporting
The workflow’s builder, Tom Energy, explains, “The CrowdStrike Falcon sensor goes into Diminished Performance Mode (RFM), often as a result of the working system (OS) or kernel model is simply too previous or too new for the sensor to assist in kernel mode. Each week, SecOps would log into the Falcon console, and filter the host administration console for endpoints in RFM for the final week. We might generate the report and obtain it.”
This course of supplied crucial knowledge for figuring out kernel updates inflicting RFM, significantly for Linux endpoints. Nonetheless, it required the crew to manually verify whether or not CrowdStrike had launched a brand new sensor model suitable with the newest kernel updates.
“The whole course of took about half-hour every week,” Tom provides. “Over the course of a yr, that added as much as greater than 25 hours of time we may have spent on different cybersecurity priorities.”
The answer – automated RFM reporting with AI
Tom’s workflow automates the monitoring and reporting of Falcon Sensor RFM throughout hosts. By leveraging Tines’ AI-driven Automated Mode, it generates customized code to streamline report creation. The workflow not solely produces common, constant reviews but in addition allows administration to observe tendencies in RFM occurrences, supporting proactive system well being administration and sooner decision-making.
The automated workflow eliminates the necessity for handbook reporting by permitting analysts to submit requests by way of a easy internet kind. Inside minutes, the workflow retrieves knowledge, processes it, and delivers an actionable e-mail report, full with detailed insights and a CSV attachment.
Instance output:
This is a pattern of the auto-generated e-mail and report obtained by the crew:
Listed below are a few of the key advantages of utilizing this workflow:
- Frees analysts to give attention to high-priority cybersecurity duties.
- Reduces handbook effort and the potential for human error.
- Delivers constant, dependable reviews for improved productiveness.
- Enhances decision-making by offering real-time insights.
- Boosts morale by eradicating a tedious and repetitive job.
Workflow overview
Instruments used:
- Tines – a workflow orchestration, AI and automation platform that is fashionable with safety groups. It is attainable to make use of the free Group Version of Tines to construct and run this workflow if you do not have a paid account. AI have to be enabled in your tenant.
- CrowdStrike – endpoint detection and response (EDR) platform. This workflow integrates with CrowdStrike Falcon’s API to retrieve knowledge about endpoints in Diminished Performance Mode (RFM). Whereas Falcon gives strong endpoint visibility, it lacks native automation for recurring RFM reviews.
The workflow is initiated when an online kind is submitted, triggering the method to generate CrowdStrike RFM reviews.
The primary motion retrieves a listing of system IDs from CrowdStrike Falcon’s API. If the listing is bigger than what CrowdStrike returns within the first batch, a number of calls are made to paginate by the total listing.
As soon as all of the system particulars are retrieved, the workflow consolidates them right into a single useful resource. This useful resource acts as the muse for evaluation, the place the variety of Linux, Home windows, and Mac hosts is calculated and appended to the info.
Utilizing the consolidated useful resource, the workflow generates an HTML abstract desk to current the info in a structured format. This desk is then transformed right into a CSV file, making it appropriate for reporting functions.
The CSV report is emailed to stakeholders for evaluate. To keep up effectivity and knowledge hygiene, the workflow purges the short-term useful resource after the e-mail is distributed, guaranteeing it’s prepared for the subsequent cycle.
By automating these steps, the workflow eliminates handbook effort, reduces the danger of errors, and gives constant, up-to-date reporting on units in lowered performance mode throughout the surroundings.
Configuring the workflow – step-by-step information
- Log into Tines or create a brand new account.
- Guarantee AI is enabled in your tenant. For this, you could be the tenant proprietor. Choose the account settings drop-down within the prime left of your display, and verify the field to show AI on.
- Create your CrowdStrike credential. From the credentials web page, choose New credential, scroll right down to the CrowdStrike credential and full the required fields.
- Navigate to the pre-built workflow within the library.
- Choose import. This could take you straight to your new pre-built workflow.
- Configure your actions. For instance, chances are you’ll wish to edit the structure of the Tines web page that kicks off the workflow.
- Take a look at the workflow. Submit a picture by way of the shape to check your workflow.
- Publish your workflow and share the Web page URL together with your desired customers.
Constructing in different automation platforms
You can use one other no-code automation platform to construct the same service, though it is value noting that a few of the options on this workflow are distinctive to Tines:
- Pages: This workflow is kicked off by a submission to a kind on an online web page. That is constructed utilizing Tines’ Pages function.
- Various: Use a scheduled set off to kick off the workflow.
- Occasion Remodel in Automated Mode: This function makes use of build-time AI to compose Python code based mostly on the steerage and the enter the builder gives. When you save your modifications, the code is locked in place. Which means that when the motion runs, solely the code executes, and no AI is concerned.
- Various: Write Python code manually to rework your knowledge.
If you would like to discover AI in Tines for your self or take a look at out this workflow, you possibly can join a free account together with AI performance.