숫자. 각 디바이스 IP 주소에 대해 가져올 상위 점수가 매겨진 CVE의 수를 정의합니다.
/api/v1/devices/cves?top=50
/api/v1/devices/<ipAddress>/cves?top=50
선택 사항. 기본값 = 100
형식: JSON
디바이스 CVE 개체의 JSON 배열 또는 다음 오류 메시지:
메시지
설명
실패 – 오류
작업 실패
성공 응답 필드
이름
Type
null 허용/null 허용 안 함
값 목록
cveId
문자열
nullable이 아님
지정된 CVE에 대한 정식 산업 표준 ID입니다.
Ipaddress
문자열
nullable이 아님
IP 주소
점수
문자열
nullable이 아님
0.0~10.0 사이의 CVE 점수
attackVector
문자열
nullable이 아님
Network, Adjacent Network, Local 또는 Physical
description
문자열
nullable이 아님
-
응답 예제
[
{
"cveId": "CVE-2007-0099",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Race condition in the msxml3 module in Microsoft XML Core
Services 3.0, as used in Internet Explorer 6 and other
applications, allows remote attackers to execute arbitrary
code or cause a denial of service (application crash) via many
nested tags in an XML document in an IFRAME, when synchronous
document rendering is frequently disrupted with asynchronous
events, as demonstrated using a JavaScript timer, which can
trigger NULL pointer dereferences or memory corruption, aka
\"MSXML Memory Corruption Vulnerability.\""
},
{
"cveId": "CVE-2009-1547",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Unspecified vulnerability in Microsoft Internet Explorer 5.01
SP4, 6, 6 SP1, and 7 allows remote attackers to execute
arbitrary code via a crafted data stream header that triggers
memory corruption, aka \"Data Stream Header Corruption
Vulnerability.\""
}
]
숫자. 각 디바이스 IP 주소에 대해 가져올 상위 점수가 매겨진 CVE의 수를 정의합니다.
/api/v1/devices/cves?top=50
/api/v1/devices/<ipAddress>/cves?top=50
선택 사항. 기본값 = 100
형식: JSON
디바이스 CVE 개체의 JSON 배열 또는 다음 오류 메시지:
메시지
설명
실패 – 오류
작업 실패
성공 응답 필드
이름
Type
null 허용/null 허용 안 함
값 목록
cveId
문자열
nullable이 아님
지정된 CVE에 대한 정식 산업 표준 ID입니다.
Ipaddress
문자열
nullable이 아님
IP 주소
점수
문자열
nullable이 아님
0.0~10.0 사이의 CVE 점수
attackVector
문자열
nullable이 아님
Network, Adjacent Network, Local 또는 Physical
description
문자열
nullable이 아님
-
응답 예제
[
{
"cveId": "CVE-2007-0099",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Race condition in the msxml3 module in Microsoft XML Core
Services 3.0, as used in Internet Explorer 6 and other
applications, allows remote attackers to execute arbitrary
code or cause a denial of service (application crash) via many
nested tags in an XML document in an IFRAME, when synchronous
document rendering is frequently disrupted with asynchronous
events, as demonstrated using a JavaScript timer, which can
trigger NULL pointer dereferences or memory corruption, aka
\"MSXML Memory Corruption Vulnerability.\""
},
{
"cveId": "CVE-2009-1547",
"score": "9.3",
"ipAddress": "10.35.1.51",
"attackVector": "NETWORK",
"description": "Unspecified vulnerability in Microsoft Internet Explorer 5.01
SP4, 6, 6 SP1, and 7 allows remote attackers to execute
arbitrary code via a crafted data stream header that triggers
memory corruption, aka \"Data Stream Header Corruption
Vulnerability.\""
}
]