forked from abusix/xarf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openservice_sample_optional_api_info.json
52 lines (52 loc) · 1.4 KB
/
openservice_sample_optional_api_info.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
{
"Version": "2",
"ReporterInfo": {
"ReporterOrg": "ExampleOrg",
"ReporterOrgDomain": "example.com",
"ReporterOrgEmail": "reports@example.com",
"ReporterContactEmail": "contact@example.com",
"ReporterContactName": "Mr. Example",
"ReporterContactPhone": "+ 01 000 1234567"
},
"Disclosure": true,
"InternalProcessing": {
"SubscriberInformation": {
"ID": "32141@customer.com",
"SubscriberData": {
"CustomerEMail": "contact@customer.com",
"CustomerGeo": "South America",
"AccountContact": "Mr. Contact Person"
}
},
"ContractInformation": {
"ID": "32141@customer.com-service",
"ResolverData": {
"Active": "true"
}
},
"EventTags": ["Wordpress", "Admin", "Untrusted"]
},
"Report": {
"ReportType": "OpenService",
"ReportClass": "Vulnerability",
"FirstSeen": "2020-03-15T15:17:10Z",
"Date": "2020-07-24T14:17:10Z",
"ServiceName": "redis",
"ServiceVersion": "1.2.4",
"SourceIp": "192.0.2.55",
"SourcePort": 54321,
"TransportProtocol": "tcp",
"Samples": [
{
"ContentType": "text/plain",
"Base64Encoded": false,
"Description": "Log line",
"Payload": "EXAMPLE Nmap done: 1 IP address (1 host up) scanned in 5.58 seconds EXAMPLE"
}
],
"Custom": {
"whatever": "examplevalue",
"whatever2": "examplevalue2"
}
}
}