File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed
Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1- s |%CommandLine% |{process.command_line} |g
1+ s |%CommandLine% |{event_data. process.command_line} |g
22s |%community_id% |{network.community_id} |g
33s |%CurrentDirectory% |{event_data.process.working_directory} |g
44s |%document_id% |{soc_id} |g
55s |%dst_port% |{destination.port} |g
66s |%dns. query. name% |{dns.query_name} |g
77s |%dns. resolved_ip% |{dns.resolved_ip} |g
88s |%hostname% |{event_data.host.name} |g
9- s |%Image% |{process.executable} |g
9+ s |%Image% |{event_data. process.executable} |g
1010s |%ImageLoaded% |{dll.name} |g
11- s |%ParentImage% |{process.parent.executable} |g
12- s |%ParentProcessGuid% |{ParentProcessGuid } |g
11+ s |%ParentImage% |{event_data. process.parent.executable} |g
12+ s |%ParentProcessGuid% |{event_data.process.parent.entity_id } |g
1313s |%private_ip% |{network.private_ip} |g
1414s |%ProcessGuid% |{event_data.process.entity_id} |g
1515s |%public_ip% |{network.public_ip} |g
@@ -18,5 +18,5 @@ s|%related_ip%|{related.ip}|g
1818s |%rule. name% |{rule.name} |g
1919s |%src_ip% |{source.ip} |g
2020s |%dst_ip% |{destination.ip} |g
21- s |%User% |{user.name} |g
21+ s |%User% |{event_data. user.name} |g
2222s /| expand: /: /g
Original file line number Diff line number Diff line change 1+ s|%CommandLine%|{process.command_line}|g
2+ s|%community_id%|{network.community_id}|g
3+ s|%CurrentDirectory%|{event_data.process.working_directory}|g
4+ s|%document_id%|{soc_id}|g
5+ s|%dst_port%|{destination.port}|g
6+ s|%dns.query.name%|{dns.query_name}|g
7+ s|%dns.resolved_ip%|{dns.resolved_ip}|g
8+ s|%hostname%|{event_data.host.name}|g
9+ s|%Image%|{process.executable}|g
10+ s|%ImageLoaded%|{dll.name}|g
11+ s|%ParentImage%|{process.parent.executable}|g
12+ s|%ParentProcessGuid%|{ParentProcessGuid}|g
13+ s|%private_ip%|{network.private_ip}|g
14+ s|%ProcessGuid%|{event_data.process.entity_id}|g
15+ s|%public_ip%|{network.public_ip}|g
16+ s|%related.hosts%|{event_data.related.hosts}|g
17+ s|%related_ip%|{related.ip}|g
18+ s|%rule.name%|{rule.name}|g
19+ s|%src_ip%|{source.ip}|g
20+ s|%dst_ip%|{destination.ip}|g
21+ s|%User%|{user.name}|g
22+ s/|expand:/:/g
You can’t perform that action at this time.
0 commit comments