id: net-https
info:
name: Example Network template to send HTTPS request
author: pdteam
severity: high
description: Example Network template to send HTTPS request
tcp:
- host:
- "tls://{{Hostname}}"
port: 443
inputs:
- data: "GET / HTTP/1.1\r\nHost: {{Hostname}}\r\nConnection: close\r\n\r\n"
read-all: true
extractors:
- type: dsl
dsl:
- "len(data)"