package cybersecurity // OsintOrganization represents a company or group of interest in an OSINT investigation. type OsintOrganization struct { LegalName string `json:"legal_name"` Country string `json:"country"` Sector string `json:"sector"` Founded string `json:"founded"` RiskScore float64 `json:"risk_score"` }