forked from CESNET/FlowTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttp_put.yml
More file actions
29 lines (28 loc) · 688 Bytes
/
Copy pathhttp_put.yml
File metadata and controls
29 lines (28 loc) · 688 Bytes
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
name: HTTP Put Method
description: Check that HTTP Put method is properly parsed from HTTP request.
requirements:
protocols: [http]
marks: [http]
pcap: http_put.pcap
probe:
protocols: [http]
at_least_one: [http_host, http_method, http_method_id, http_url, http_status_code,
http_agent, http_content_type]
flows:
- src_ip: 10.100.52.22
dst_ip: 77.75.79.222
ip_version: 4
protocol: 6
bytes: 447
bytes@rev: 369
packets: 6
packets@rev: 4
src_port: 60250
dst_port: 80
http_host: seznam.cz
http_url: /
http_method: PUT
http_method_id: 8
http_status_code: 302
http_agent: curl/7.29.0
http_content_type: [application/json]