-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathget_vulnerability_logs_for_endpoint.json
52 lines (52 loc) · 1.2 KB
/
get_vulnerability_logs_for_endpoint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"creation_date": "2017-08-24",
"data_metadata": {
"data_models": [
"Vulnerabilities"
],
"data_source": [
"Vulnerability Scanner"
],
"providing_technologies": [
"Nessus"
]
},
"description": "This search will show you any vulnerabilities noted for a specific endpoint for the last week.",
"entities": [
"dest"
],
"how_to_implement": "You need to be ingesting the logs from your vulnerability scanner.",
"id": "df7a7f50-30f2-4cde-8448-69d2d5f9b3c5",
"investigate": {
"splunk": {
"fields_required": [
"dest"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "604800",
"latest_time": "0"
},
"search": "| from datamodel Vulnerabilities.Vulnerabilities | search dest={dest}"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "davidd@splunk.com",
"name": "David Dorsey"
}
],
"modification_date": "2017-09-10",
"name": "Get Vulnerability Logs For Endpoint",
"original_authors": [
{
"company": "Splunk",
"email": "davidd@splunk.com",
"name": "David Dorsey"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}