forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarbon-black.yml
74 lines (69 loc) · 1.36 KB
/
carbon-black.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
title: CarbonBlack field mapping
order: 20
backends:
- carbonblack
fieldmappings:
AccountName: username
CommandLine: cmdline
ComputerName: hostname
CurrentDirectory: path
Description: product_name
DestinationHostname: winlog.event_data.DestinationHostname
DestinationIp: ipaddr
DestinationIsIpv6: ipaddr
DestinationPort: ipport
Image: process_name
ImageLoaded: modload
ImagePath: path
NewProcessName: process_name
#ParentCommandLine: NONE??
ParentProcessName: parent_name
ParentImage: parent_name
Path: path
ProcessCommandLine: cmdline
ProcessName: process_name
Signature: digsig_result
# DestinationHostname: hostname
# DestinationIp: ipaddr
# DestinationPort: ipport
#
# SourceIp: ipaddr
# SourcePort: ipport
#
# IpAddress: ipaddr
# IpPort: ipport
#
# ProcessName: process_name
# ParentProcessName: parent_name
#
# TargetDomainName: domain
#
# Image: path
# ImagePath: path
# ImageLoaded: path
# Path: path
# TargetFilename: path
#
# Hashes: md5
# Imphash: md5
#
#
# User: username
# SubjectDomainName: domain
# SubjectUserName: username
#
# WorkstationName: domain
#
# CommandLine: cmdline
# ComputerName: hostname
#
# FileVersion: product_version
# Description: product_desc
# Product: product_name
# Company: company_name
#
# Keywords: process_name
# Computer: host_type
excludedfields:
- EventID
- Robot2