2.3 KiB
2.3 KiB
Hayabusa / "Форензика Windows логов" AW-rus Integration 2026-05-14
This document defines the bounded integration between Hayabusa DFIR and the normal AW-rus operator path.
Purpose
Hayabusa is used as DFIR enrichment after incidents, not as a new real-time detector.
When to use Hayabusa follow-up
Recommended triggers:
- high-severity DLP incidents that justify host-side forensic review;
- repeated incidents on the same host or user;
- suspicious print, USB, email, or document-export activity that needs Windows event corroboration;
- operator-driven escalation where case review needs EVTX-based timeline evidence.
Not recommended:
- routine low-signal incidents;
- replacing normal AW-rus health/runtime checks;
- pushing raw Sigma detections into AW buckets.
Operator path
- Export EVTX package on Windows with
export-evtx-for-hayabusa.ps1. - Transfer the resulting zip package to
<AW_SERVER_HOST>. - Run one of:
aw-hayabusa accept --package /path/to/HOST-YYYYMMDD-HHMMSS.zip --host HOST
aw-hayabusa process-inbox --mode incident
or from Telegram bot:
/aw_dfir /path/to/HOST-YYYYMMDD-HHMMSS.zip HOST [CASE_ID] [MODE]
Default mode is incident.
Operator-facing note:
- In Telegram menu the button is named
Форензика Windows логов. - Legacy button text
Hayabusa DFIRmay still appear in stale chat keyboards, but the bot must continue to accept it. - This path remains bounded DFIR follow-up, not a primary runtime health/DLP control.
What gets linked to a case
Case management stores only bounded metadata:
tool=hayabusahostmodestatusintake_idpackage_pathsha256report_dirsummary_htmltimeline_pathmanifest_pathlinked_atlink_source
The raw Sigma output, full timelines, and extracted payloads stay under /opt/hayabusa, not inside AW buckets or case comments.
UI behavior
Case Management shows a short DFIR field:
Hayabusa ok · incidentHayabusa failed-* · incident
This is intentionally short; report paths remain operator-facing metadata, not primary UI content.
Boundaries
- No raw forensic output is copied into normal AW runtime buckets.
- No automatic case creation from Hayabusa findings.
- Hayabusa remains an enrichment layer around incidents and investigations.