취약성 인스턴스를 기반으로 Tenable 탐지를 분할하여 취약한 항목을 분할합니다.
ServiceNow® 취약성 대응을 사용하면 Tenable 스캐너에서 탐지를 분할하여 탐지된 각 취약성 인스턴스에 대해 고유한 취약한 항목(VIT)을 생성할 수 있습니다. 이 분할을 통해 VIT를 다양한 정정 팀에 할당하여 취약성 관리 및 추적을 강화할 수 있습니다.
시작하기 전에
필요한 역할: admin
이 태스크 정보
Tenable 스캐너의 페이로드에는 탐지 데이터가 포함되어 있으며, 증명 내의 각 경로는 탐지를 분할하는 데 사용됩니다. 페이로드의 출력 태그는 취약성의 위치를 식별하므로 특정 경로에 따라 취약성을 정확하게 식별하고 관리할 수 있습니다.
프로시저
Tenable 스캐너에서 탐지 분할
Tenable 스캐너에서 다음 탐지는 경로 및 버전 정보를 모두 포함하는 출력 태그에 증거를 보여줍니다.
{
"results": {
"asset": {
"agent_uuid": "92124caabdb9459baa9d053186df48b9",
"bios_uuid": "ec2cbbfd-dc9e-efbf-acdd-485daZe8c7df",
"device_type": "aws-ec2-instance",
"fqdn": "ip-ac0a0004.secops.com",
"hostname": "ip-ac0a0004",
"uuid": "486acb3b-674f-477a-bc37-660a7bba37b3",
"ipv4": "18.220.145.158",
"last_authenticated_results": "2024-05-17T03:34:04.424Z",
"mac_address": "0a:3e:8b:ed:63:e6",
"netbios_name": "IP-AC0A0094",
"operating_system": [
"Microsoft Windows Server 2019 Datacenter Build 17763"
],
"network_id": "00000000-0000-0000-0000-000000000008",
"tracked": true
},
"output": "\n Path: C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath_target_1190440625\\\n Installed version : 1.8.0_361.9\n Fixed version : Upgrade to version 8.0.401 or greater\n Path : C:\\Program Files\\Java\\jre1.8.0_361\\\n Installed version : 1.8.0_361.9\n Fixed version : Upgrade to version 8.0.401 or greater\n Path : C:\\Program Files\\Java\\jdk1.8.0_351\\\n Installed version : 1.8.0_351.10\n Fixed version : Upgrade to version 8.0.401 or greater\n"
"plugin": {
"bid": 123456,
"checks_for_default_account": false,
"checks_for_malware": false,
"coe": "cpe:/a:notepad-plus-plus:notepad%5c%2b15ck2b",
"cvSs3_base_score": 7.8,
"cvss3_temporal_score": 7.0,
"cvss3_temporal_vector": {
"exploitability": "Proof-of-Concept",
"remediation_level": "Official Fix",
"report_confidence": "Confirmed",
"raw": "E:P/RL:0/RC:C"
}
}
}
}