{
  "Name": "NGINX HTTP Server",
  "Author": "Microsoft - support@microsoft.com",
   "Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\" width=\"75px\" height=\"75px\">",
  "Description": "The [NGINX](https://nginx.org/) HTTP Server data connector provides the capability to ingest [NGINX HTTP Server](https://nginx.org/#basic_http_features) events into Microsoft Sentinel. Refer to [NGINX Logs documentation](https://nginx.org/en/docs/http/ngx_http_log_module.html) for more information.\n\n This solution is dependent on the Custom logs via AMA connector to collect the logs. The Custom logs solution will be installed as part of this solution installation. \n\n **NOTE**: Microsoft recommends installation of Custom logs via AMA Connector. Legacy connector uses the Log Analytics agent which were deprecated on **Aug 31, 2024.** Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/azure/sentinel/ama-migrate?WT.mc_id=Portal-fx).",
  "Workbooks": [
    "Workbooks/NGINX.json"
  ],
  "Parsers": [
    "Parsers/NGINXHTTPServer.yaml"
  ],
  "Hunting Queries": [
    "Hunting Queries/NGINXUncommonUAsString.yaml",
    "Hunting Queries/NGINXAbnormalRequestSize.yaml",
	"Hunting Queries/NGINXRareFilesRequested.yaml",
	"Hunting Queries/NGINXRareURLsRequested.yaml",
	"Hunting Queries/NGINXRequestsFromBotsCrawlers.yaml",
	"Hunting Queries/NGINXRequestsToUnexistingFiles.yaml",
	"Hunting Queries/NGINXTopFilesRequested.yaml",
	"Hunting Queries/NGINXTopFilesWithErrorRequests.yaml",
	"Hunting Queries/NGINXTopURLsClientErrors.yaml",
	"Hunting Queries/NGINXTopURLsServerErrors.yaml"
 ],
  "Analytic Rules": [
    "Analytic Rules/NGINXCommandsInRequest.yaml",
    "Analytic Rules/NGINXCoreDump.yaml",
	"Analytic Rules/NGINXDifferentUAsFromSingleIP.yaml",
	"Analytic Rules/NGINXKnownMaliciousUserAgent.yaml",
	"Analytic Rules/NGINXMultipleClientErrorsFromSingleIP.yaml",
	"Analytic Rules/NGINXMultipleServerErrorsFromSingleIP.yaml",
	"Analytic Rules/NGINXPrivateIPinUrl.yaml",
	"Analytic Rules/NGINXPutAndGetFileFromSameIP.yaml",
	"Analytic Rules/NGINXRequestToSensitiveFiles.yaml",
	"Analytic Rules/NGINXSqlPattern.yaml"
  ],
  "dependentDomainSolutionIds": [
    "azuresentinel.azure-sentinel-solution-customlogsviaama"
  ],
  "Metadata": "SolutionMetadata.json",
  "BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\NGINX HTTP Server",
  "Version": "3.0.1",
  "TemplateSpec": true,
  "Is1Pconnector": false
}