Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatReport(r *ForensicsReport) string + type Analyzer struct + func NewAnalyzer() *Analyzer + func (a *Analyzer) AnalyzeData(data []byte) *ForensicsReport + type Credential struct + Details string + Protocol string + Source string + Type string + type DNSQuery struct + Domain string + Response string + Timestamp time.Time + Type string + type FileExtract struct + Filename string + Hash string + MimeType string + Size int64 + type ForensicsReport struct + Credentials []Credential + DNSQueries []DNSQuery + FileExtracts []FileExtract + GeneratedAt time.Time + Hash string + Summary string + Timeline []TimelineEvent + Title string + type TimelineEvent struct + Dest string + Details string + EventType string + Protocol string + Severity string + Source string + Timestamp time.Time