@iocium/ioc-diff
Preparing search index...
IOC
Type Alias IOC
Represents a single Indicator of Compromise (IOC).
type
IOC
=
{
severity
?:
"low"
|
"medium"
|
"high"
|
"critical"
;
source
?:
string
;
tags
?:
string
[]
;
type
?:
string
;
value
:
string
;
}
Index
Properties
severity?
source?
tags?
type?
value
Properties
Optional
severity
severity
?:
"low"
|
"medium"
|
"high"
|
"critical"
Optional
source
source
?:
string
Optional
tags
tags
?:
string
[]
Optional
type
type
?:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
severity
source
tags
type
value
@iocium/ioc-diff
Loading...
Represents a single Indicator of Compromise (IOC).