Skip to content

Commit 274a0a0

Browse files
authored
MFW-1023: Add magic_ids_detections fields (cloudflare#6800)
1 parent 03879ca commit 274a0a0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# Code generated by logshare-api. DO NOT EDIT.
3+
4+
title: Magic IDS Detections
5+
pcx_content_type: configuration
6+
weight: 21
7+
---
8+
9+
# Magic IDS Detections
10+
11+
The descriptions below detail the fields available for `magic_ids_detections`.
12+
13+
{{<table-wrap>}}
14+
15+
| Field | Value | Type |
16+
| -- | -- | -- |
17+
| Action | What action was taken on the packet. Possible values are <em>pass</em> \| <em>block</em>. | string |
18+
| ColoCity | The city where the detection occurred. | string |
19+
| ColoCode | The IATA airport code corresponding to where the detection occurred. | string |
20+
| DestinationIP | The destination IP of the packet which triggered the detection. | string |
21+
| DestinationPort | The destination port of the packet which triggered the detection. It is set to 0 if the protocol field is set to <em>any</em>. | int |
22+
| Protocol | The layer 4 protocol of the packet which triggered the detection. Possible values are <em>tcp</em> \| <em>udp</em> \| <em>any</em>. Variant <em>any</em> means a detection occurred at a lower layer (such as IP). | string |
23+
| SignatureID | The signature ID of the detection. | int |
24+
| SignatureMessage | The signature message of the detection. Describes what the packet is attempting to do. | string |
25+
| SignatureRevision | The signature revision of the detection. | int |
26+
| SourceIP | The source IP of packet which triggered the detection. | string |
27+
| SourcePort | The source port of the packet which triggered the detection. It is set to 0 if the protocol field is set to <em>any</em>. | int |
28+
| Timestamp | A timestamp of when the detection occurred. | int or string |
29+
30+
{{</table-wrap>}}

0 commit comments

Comments
 (0)