Kestrel Threat Hunting Language
Project description
[News] Kestrel hunt at Infosec Jupyterthon 2022 [IJ’22 live hunt recording]
[News] Kestrel session at Black Hat USA 2022 [BH’22 recording | BH’22 hunting lab]
Kestrel is a threat hunting language aiming to make cyber threat hunting fast by providing a layer of abstraction to build reusable, composable, and shareable hunt-flow.
Try Kestrel in a cloud sandbox without install (Blog: Try Kestrel in a Cloud Sandbox).
Software developers write Python or Swift than machine code to quickly turn business logic into applications. Threat hunters write Kestrel to quickly turn threat hypotheses into hunt-flow. We see threat hunting as an interactive procedure to create customized intrusion detection systems on the fly, and hunt-flow is to hunts as control-flow is to ordinary programs.
What does it mean by hunt fast?
Do not write the same TTP pattern in different data source queries.
Do not write one-time-use adapaters to connect hunt steps.
Do not waste your existing analytic scripts/programs in future hunts.
Do construct your hunt-flow from smaller reuseable hunt-flow.
Do share your huntbook with your future self and your colleagues.
Do get interactive feedback and revise hunt-flow on the fly.
Kestrel in a Nutshell
Kestrel language: a threat hunting language for a human to express what to hunt.
expressing the knowledge of what in patterns, analytics, and hunt flows.
composing reusable hunting flows from individual hunting steps.
reasoning with human-friendly entity-based data representation abstraction.
thinking across heterogeneous data and threat intelligence sources.
applying existing public and proprietary detection logic as analytic hunt steps.
reusing and sharing individual hunting steps, hunt-flow, and entire huntbooks.
Kestrel runtime: a machine interpreter that deals with how to hunt.
compiling the what against specific hunting platform instructions.
executing the compiled code locally and remotely.
assembling raw logs and records into entities for entity-based reasoning.
caching intermediate data and related records for fast response.
prefetching related logs and records for link construction between entities.
defining extensible interfaces for data sources and analytics execution.
Basic Concepts and Howto
Visit Kestrel documentation to learn Kestrel:
Learn concepts and syntax:
Hunt in your environment:
Kestrel Huntbooks And Analytics
Kestrel huntbook: community-contributed Kestrel huntbooks
Kestrel analytics: community-contributed Kestrel analytics
Kestrel Hunting Blogs
Building a Huntbook to Discover Persistent Threats from Scheduled Windows Tasks
Practicing Backward And Forward Tracking Hunts on A Windows Host
Building Your Own Kestrel Analytics and Sharing With the Community
Setting Up The Open Hunting Stack in Hybrid Cloud With Kestrel and SysFlow
Fun with securitydatasets.com and the Kestrel PowerShell Deobfuscator
Talks And Demos
Talk summary (visit Kestrel documentation on talks to learn details):
2022/12 Infosec Jupyterthon 2022 [IJ’22 live hunt recording]
2022/08 Black Hat USA 2022 [BH’22 recording | BH’22 hunting lab]
2022/04 SC eSummit on Threat Hunting & Offense Security (free to register/playback)
2021/12 Infosec Jupyterthon 2021 [IJ’21 live hunt recording]
2021/11 BlackHat Europe 2021
2021/10 SANS Threat Hunting Summit 2021: [SANS’21 session recording]
2021/05 RSA Conference 2021: [RSA’21 session recording]
Connecting With The Community
Join Kestrel slack channel:
Get a slack invitation to join Open Cybersecurity Alliance workspace
Join the kestrel channel to ask questions and connect with other hunters
Contribute to the language development (Apache License 2.0):
Create a GitHub Issue to report bugs and suggest new features
Follow the contributing guideline to submit your pull request
Refer to the governance documentation regarding PR merge, release, and vulnerability disclosure
Share your huntbook and analytics:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kestrel_lang-1.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ecdac6eadc89aac1212e6fd1c6f5938f782a770fcb9e98fdaf5cb74f7adf109 |
|
MD5 | 2b97568da4e46d49d9a886c39135d829 |
|
BLAKE2b-256 | 3df92593e56949d8daf5e6451a0dd8138fed9cbe1c580e05d2f81ca093dbd5c5 |