diff --git a/events/application/web_resource_access_activity.json b/events/application/web_resource_access_activity.json index 7487b3b2b..49720da85 100644 --- a/events/application/web_resource_access_activity.json +++ b/events/application/web_resource_access_activity.json @@ -5,6 +5,10 @@ "extends": "application", "name": "web_resource_access_activity", "uid": 4, + "@deprecated": { + "message": "Use the Web Resources Activity class with the Security Control and/or Network Proxy profile instead.", + "since": "1.0.0" + }, "profiles": [ "host", "network_proxy" diff --git a/events/application/web_resources_activity.json b/events/application/web_resources_activity.json index a51d5cbb9..b02c6eec4 100644 --- a/events/application/web_resources_activity.json +++ b/events/application/web_resources_activity.json @@ -7,11 +7,13 @@ "category": "application", "profiles": [ "host", + "network_proxy", "security_control" ], "attributes": { "$include": [ "profiles/host.json", + "profiles/network_proxy.json", "profiles/security_control.json" ], "activity_id": { @@ -54,13 +56,28 @@ "description":"Details about server providing the web resources.", "group": "primary", "requirement": "recommended" - }, + }, + "http_request": { + "description": "Details about the underlying HTTP request.", + "group": "context", + "requirement": "recommended" + }, + "http_response": { + "description": "Details about the HTTP response, if available.", + "group": "context", + "requirement": "optional" + }, "src_endpoint": { "description": "Details about the endpoint from which the request originated.", "group": "primary", "requirement": "recommended" }, - "web_resources": { + "tls": { + "description": "The Transport Layer Security (TLS) attributes, if available.", + "group": "context", + "requirement": "optional" + }, + "web_resources": { "group": "primary", "requirement": "required" },