django-restit 4.2.116__py3-none-any.whl → 4.2.117__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_restit-4.2.116.dist-info → django_restit-4.2.117.dist-info}/METADATA +1 -1
- {django_restit-4.2.116.dist-info → django_restit-4.2.117.dist-info}/RECORD +6 -6
- incident/models/incident.py +15 -25
- rest/__init__.py +1 -1
- {django_restit-4.2.116.dist-info → django_restit-4.2.117.dist-info}/LICENSE.md +0 -0
- {django_restit-4.2.116.dist-info → django_restit-4.2.117.dist-info}/WHEEL +0 -0
@@ -114,7 +114,7 @@ incident/migrations/0015_rule_title_template_alter_incident_state.py,sha256=FPUD
|
|
114
114
|
incident/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
115
|
incident/models/__init__.py,sha256=NMphuhb0RTMf7Ov4QkNv7iv6_I8Wtr3xQ54yjX_a31M,209
|
116
116
|
incident/models/event.py,sha256=LNKYdqOj_CO4aGvc2dNmy3K-S52Udi_gZ4-wintbs1s,7901
|
117
|
-
incident/models/incident.py,sha256=
|
117
|
+
incident/models/incident.py,sha256=v3UAQFn5IsoS8vhHEQXmGgZ8cIf8Hnd5elmULDTnYlk,19825
|
118
118
|
incident/models/ossec.py,sha256=eUDRGawzuLWobKEVGKfdZisDnyjS_Hlxi0T_GCSLCCI,2252
|
119
119
|
incident/models/rules.py,sha256=aRkJ0ZnTv87nAUC1sHVkPExfb3OJ8fgHQIhnCIpIbhQ,7001
|
120
120
|
incident/models/ticket.py,sha256=S3kqGQpYLE6Y4M9IKu_60sgW-f592xNr8uufqHnvDoU,2302
|
@@ -374,7 +374,7 @@ pushit/utils.py,sha256=IeTCGa-164nmB1jIsK1lu1O1QzUhS3BKfuXHGjCW-ck,2121
|
|
374
374
|
rest/.gitignore,sha256=TbEvWRMnAiajCTOdhiNrd9eeCAaIjRp9PRjE_VkMM5g,118
|
375
375
|
rest/README.md,sha256=V3ETc-cJu8PZIbKr9xSe_pA4JEUpC8Dhw4bQeVCDJPw,5460
|
376
376
|
rest/RemoteEvents.py,sha256=nL46U7AuxIrlw2JunphR1tsXyqi-ep_gD9CYGpYbNgE,72
|
377
|
-
rest/__init__.py,sha256=
|
377
|
+
rest/__init__.py,sha256=eEcQu-xBJYFfnIKJ2D20u1uTGYqA98jafXZ8kYWSowY,122
|
378
378
|
rest/arc4.py,sha256=y644IbF1ec--e4cUJ3KEYsewTCITK0gmlwa5mJruFC0,1967
|
379
379
|
rest/cache.py,sha256=1Qg0rkaCJCaVP0-l5hZg2CIblTdeBSlj_0fP6vlKUpU,83
|
380
380
|
rest/crypto/__init__.py,sha256=Tl0U11rgj1eBYqd6OXJ2_XSdNLumW_JkBZnaJqI6Ldw,72
|
@@ -509,7 +509,7 @@ ws4redis/servers/uwsgi.py,sha256=VyhoCI1DnVFqBiJYHoxqn5Idlf6uJPHvfBKgkjs34mo,172
|
|
509
509
|
ws4redis/settings.py,sha256=K0yBiLUuY81iDM4Yr-k8hbvjn5VVHu5zQhmMK8Dtz0s,1536
|
510
510
|
ws4redis/utf8validator.py,sha256=S0OlfjeGRP75aO6CzZsF4oTjRQAgR17OWE9rgZdMBZA,5122
|
511
511
|
ws4redis/websocket.py,sha256=R0TUyPsoVRD7Y_oU7w2I6NL4fPwiz5Vl94-fUkZgLHA,14848
|
512
|
-
django_restit-4.2.
|
513
|
-
django_restit-4.2.
|
514
|
-
django_restit-4.2.
|
515
|
-
django_restit-4.2.
|
512
|
+
django_restit-4.2.117.dist-info/LICENSE.md,sha256=VHN4hhEeVOoFjtG-5fVv4jesA4SWi0Z-KgOzzN6a1ps,1068
|
513
|
+
django_restit-4.2.117.dist-info/METADATA,sha256=JwiKaeVRnqgf3Vmbq6pENaofQTVTldb95V4T0dRh6_c,7663
|
514
|
+
django_restit-4.2.117.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
515
|
+
django_restit-4.2.117.dist-info/RECORD,,
|
incident/models/incident.py
CHANGED
@@ -13,20 +13,9 @@ import time
|
|
13
13
|
|
14
14
|
logger = log.getLogger("incident", filename="incident.log")
|
15
15
|
|
16
|
-
EVENT_META_TO_INCIDENT =
|
17
|
-
"
|
18
|
-
|
19
|
-
"phone",
|
20
|
-
"group_name",
|
21
|
-
"group_id",
|
22
|
-
("http_user_agent", "user_agent"),
|
23
|
-
"user_agent",
|
24
|
-
"http_url",
|
25
|
-
"error",
|
26
|
-
"error_code",
|
27
|
-
"rule_id",
|
28
|
-
"path"
|
29
|
-
]
|
16
|
+
EVENT_META_TO_INCIDENT = {
|
17
|
+
"http_user_agent": "user_agent"
|
18
|
+
}
|
30
19
|
|
31
20
|
INCIDENT_STATE_NEW = 0
|
32
21
|
INCIDENT_STATE_OPENED = 1
|
@@ -139,22 +128,23 @@ class Incident(models.Model, rm.RestModel, rm.MetaDataModel):
|
|
139
128
|
self.setProperty("event_count", count)
|
140
129
|
|
141
130
|
def updateMeta(self, event):
|
142
|
-
for key in
|
143
|
-
|
144
|
-
if isinstance(
|
145
|
-
|
146
|
-
if key in
|
147
|
-
|
148
|
-
|
131
|
+
for key in event.metadata:
|
132
|
+
v = event.metadata[key]
|
133
|
+
if not isinstance(v, (str, int, float)):
|
134
|
+
continue
|
135
|
+
if key in EVENT_META_TO_INCIDENT:
|
136
|
+
if isinstance(EVENT_META_TO_INCIDENT[key], tuple):
|
137
|
+
key = EVENT_META_TO_INCIDENT[key][1]
|
138
|
+
self.setProperty(key, v)
|
139
|
+
|
140
|
+
if event.details:
|
141
|
+
self.setProperty("details", event.details)
|
142
|
+
|
149
143
|
if event.metadata.geoip and event.metadata.geoip.city:
|
150
144
|
self.setProperty("city", event.metadata.geoip.city)
|
151
145
|
self.setProperty("state", event.metadata.geoip.state)
|
152
146
|
self.setProperty("country", event.metadata.geoip.country)
|
153
147
|
self.setProperty("isp", event.metadata.geoip.isp)
|
154
|
-
else:
|
155
|
-
for key in ["city", "state", "country", "isp"]:
|
156
|
-
if key in event.metadata:
|
157
|
-
self.setProperty(new_key, event.metadata[key])
|
158
148
|
|
159
149
|
def shouldTriggerAction(self):
|
160
150
|
count = self.events.all().count()
|
rest/__init__.py
CHANGED
File without changes
|
File without changes
|