You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The date and time that the message was sent",
70
+
"disable_correlation": true,
71
+
"misp-attribute": "text",
72
+
"multiple": true,
73
+
"ui-priority": 0
74
+
},
75
+
"http_reason": {
76
+
"description": "The text reason to go with the HTTP Code",
77
+
"disable_correlation": true,
78
+
"misp-attribute": "text",
79
+
"multiple": true,
80
+
"ui-priority": 0
81
+
},
82
+
"ip": {
83
+
"description": "The IP address of the device in question",
84
+
"misp-attribute": "ip-src",
85
+
"multiple": true,
86
+
"ui-priority": 0
87
+
},
88
+
"naics": {
89
+
"description": "North American Industry Classification System Code",
90
+
"disable_correlation": true,
91
+
"misp-attribute": "text",
92
+
"multiple": true,
93
+
"ui-priority": 0
94
+
},
95
+
"port": {
96
+
"description": "Port the response came from",
97
+
"misp-attribute": "port",
98
+
"multiple": true,
99
+
"ui-priority": 0
100
+
},
101
+
"protocol": {
102
+
"description": "Protocol observed in the network traffic",
103
+
"misp-attribute": "text",
104
+
"multiple": true,
105
+
"ui-priority": 0
106
+
},
107
+
"proxy_authenticate": {
108
+
"description": "The authentication method that should be used to gain access to a resource behind a proxy server",
109
+
"disable_correlation": true,
110
+
"misp-attribute": "text",
111
+
"multiple": true,
112
+
"ui-priority": 0
113
+
},
114
+
"region": {
115
+
"description": "Regional location of the IP in question",
116
+
"disable_correlation": true,
117
+
"misp-attribute": "text",
118
+
"ui-priority": 1
119
+
},
120
+
"sector": {
121
+
"description": "Sector of the IP in question",
122
+
"disable_correlation": true,
123
+
"misp-attribute": "text",
124
+
"multiple": true,
125
+
"ui-priority": 0
126
+
},
127
+
"server": {
128
+
"description": "HTTP Server type",
129
+
"disable_correlation": true,
130
+
"misp-attribute": "text",
131
+
"multiple": true,
132
+
"ui-priority": 0
133
+
},
134
+
"severity": {
135
+
"description": "Severity leve",
136
+
"disable_correlation": true,
137
+
"misp-attribute": "text",
138
+
"sane_default": [
139
+
"critical",
140
+
"high",
141
+
"medium",
142
+
"low",
143
+
"info"
144
+
],
145
+
"ui-priority": 0
146
+
},
147
+
"tag": {
148
+
"description": "Array of tags associated with the URL if any. In this report typically it will be a CVE entry, for example CVE-2021-44228. This allows for better understanding of the URL context observed (ie. usage associated with a particular CVE).",
149
+
"disable_correlation": true,
150
+
"misp-attribute": "text",
151
+
"multiple": true,
152
+
"ui-priority": 0
153
+
},
154
+
"timestamp": {
155
+
"description": "Time that the IP was probed in UTC+0",
156
+
"misp-attribute": "datetime",
157
+
"ui-priority": 0
158
+
},
159
+
"transfer_encoding": {
160
+
"description": "The form of encoding used to safely transfer the entity to the user",
161
+
"disable_correlation": true,
162
+
"misp-attribute": "text",
163
+
"multiple": true,
164
+
"ui-priority": 0
165
+
},
166
+
"via": {
167
+
"description": "General header added by proxies",
168
+
"disable_correlation": true,
169
+
"misp-attribute": "text",
170
+
"multiple": true,
171
+
"ui-priority": 0
172
+
}
173
+
},
174
+
"description": "This report identifies open HTTP proxy servers on multiple ports. While HTTP proxies have legitimate uses, they are also used for attacks or other forms of abuse. https://www.shadowserver.org/what-we-do/network-reporting/open-http-proxy-report/",
0 commit comments