package cybersecurity // OsintEvent represents a notable event or incident in an OSINT investigation. type OsintEvent struct { EventType string `json:"event_type"` Date string `json:"date"` Location string `json:"location"` Description string `json:"description"` Severity string `json:"severity"` }