added-additional-matcher
parent
314f17d88b
commit
67af60a4d0
|
@ -1,4 +1,4 @@
|
||||||
id: fortinet-fgfm-protocol-detect
|
id: fortinet-fgfm-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Fortinet FGFM protocol - Detect
|
name: Fortinet FGFM protocol - Detect
|
||||||
|
@ -22,12 +22,15 @@ tcp:
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
port: 541
|
port: 541
|
||||||
|
|
||||||
read-size: 1024
|
read-size: 1024
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- ".fortinet.com"
|
- ".fortinet.com"
|
||||||
|
- "Certificate Authority"
|
||||||
|
condition: and
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
Loading…
Reference in New Issue