Skip to content

Commit

Permalink
work on idaholab#19, remove dce/rpc from standard ports list as it's …
Browse files Browse the repository at this point in the history
…using a random high port
  • Loading branch information
mmguero committed Sep 2, 2021
1 parent 9e60126 commit ea31c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions logstash/maps/service_ports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ cip:
- 44818
cotp:
- 102
dce_rpc:
- 135
- 137
- 138
- 139
- 445
dhcp:
- 67
- 68
Expand Down
2 changes: 1 addition & 1 deletion logstash/pipelines/enrichment/19_severity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ filter {
(dstPort = event.get('[dstPort]')) then
service.each do |srv|
if (!$servicePortMap[srv].nil?) and
(service.kind_of?($servicePortMap[srv])) and
($servicePortMap[srv].kind_of?(Array)) and
($servicePortMap[srv].length > 0) and
(!$servicePortMap[srv].include?(dstPort)) then
foundOddPort += 1
Expand Down

0 comments on commit ea31c51

Please sign in to comment.