File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ type ThreatSource struct {
105105type Machine struct {
106106 ExternalIP string `json:"EXTERNAL_IP"`
107107 Hostname string `json:"HOSTNAME"`
108- Mid string `json:"MID"`
108+ Mid int `json:"MID"`
109109 IsExternal int `json:"IS_EXTERNAL"`
110110 CPUPercentage float64 `json:"CPU_PERCENTAGE"`
111111 InternalIPAddr string `json:"INTERNAL_IP_ADDR"`
@@ -150,11 +150,11 @@ type Process struct {
150150}
151151
152152type Application struct {
153- HASEXTERNALCONNS bool `json:"HAS_EXTERNAL_CONNS"`
153+ HASEXTERNALCONNS int `json:"HAS_EXTERNAL_CONNS"`
154154 ISSERVER int `json:"IS_SERVER"`
155155 APPLICATION string `json:"APPLICATION"`
156156 EARLIESTKNOWNTIME time.Time `json:"EARLIEST_KNOWN_TIME"`
157- ISCLIENT bool `json:"IS_CLIENT"`
157+ ISCLIENT int `json:"IS_CLIENT"`
158158}
159159
160160type FileExePath struct {
You can’t perform that action at this time.
0 commit comments