1개의 변경된 파일과 39개의 추가작업 그리고 0개의 파일을 삭제
@ -0,0 +1,39 @@ |
|||
{ |
|||
"namespace": "gsma-attack-category", |
|||
"description": "Taxonomy used by GSMA for their information sharing program with telco describing the attack categories", |
|||
"version": 1, |
|||
"predicates": [ |
|||
{ |
|||
"value": "denial-of-service", |
|||
"expanded": "(Distributed) Denial of Service" |
|||
}, |
|||
{ |
|||
"value": "exploit-attack", |
|||
"expanded": "Exploit attack" |
|||
}, |
|||
{ |
|||
"value": "information-gathering", |
|||
"expanded": "Information gathering" |
|||
}, |
|||
{ |
|||
"value": "insider-attack", |
|||
"expanded": "Insider attack" |
|||
}, |
|||
{ |
|||
"value": "interception-attack", |
|||
"expanded": "Interception attack" |
|||
}, |
|||
{ |
|||
"value": "manipulation-attack", |
|||
"expanded": "Manipulation attack" |
|||
}, |
|||
{ |
|||
"value": "physical-attack", |
|||
"expanded": "Physical attack" |
|||
}, |
|||
{ |
|||
"value": "spoofing", |
|||
"expanded": "Spoofing" |
|||
} |
|||
] |
|||
} |
|||
불러오는 중...
Reference in new issue