chg: [ioc] typo fixed in predicate
parent
671b68b491
commit
4c9de6fbb4
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "ioc",
|
"namespace": "ioc",
|
||||||
"description": "An IOC classification to facilitate automation of malicious and non malicious artifacts",
|
"description": "An IOC classification to facilitate automation of malicious and non malicious artifacts",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "artifact-state",
|
"value": "artifact-state",
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"predicate": "artifact state",
|
"predicate": "artifact-state",
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "malicious",
|
"value": "malicious",
|
||||||
|
|
Loading…
Reference in New Issue