{"id":22881385,"url":"https://github.com/nicogis/w3cparser","last_synced_at":"2025-03-31T15:51:06.483Z","repository":{"id":80808371,"uuid":"596714575","full_name":"nicogis/W3CParser","owner":"nicogis","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-06T16:02:45.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T21:31:32.755Z","etag":null,"topics":["iis-log","iis-log-parser","iis-logs","tls"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicogis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-02T19:27:58.000Z","updated_at":"2024-02-01T10:34:19.000Z","dependencies_parsed_at":"2023-04-05T11:39:37.558Z","dependency_job_id":null,"html_url":"https://github.com/nicogis/W3CParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicogis%2FW3CParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicogis%2FW3CParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicogis%2FW3CParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicogis%2FW3CParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicogis","download_url":"https://codeload.github.com/nicogis/W3CParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246491596,"owners_count":20786217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iis-log","iis-log-parser","iis-logs","tls"],"created_at":"2024-12-13T17:33:29.788Z","updated_at":"2025-03-31T15:51:06.447Z","avatar_url":"https://github.com/nicogis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"### W3CParser\n\nThis project is [W3CParser](https://github.com/AlexNolasco/SO32120528) \n\nI have added functionality to query CryptProtocol, CryptCipher, CryptHash, CryptKeyexchange\n\nSet server variable in log IIS [New IIS functionality to help identify weak TLS usage](https://www.microsoft.com/en-us/security/blog/2017/09/07/new-iis-functionality-to-help-identify-weak-tls-usage/)\n\n\n```\n\n\tusing TextReader textReader = new StreamReader(@\"C:\\inetpub\\logs\\LogFiles\\W3SVC1\\u_ex230202_x.log\");\n\t\n\tvar reader = new W3CReader(textReader);\n\tforeach (var webevent in reader.Read().Where(r =\u003e r.CryptProtocol != W3CParser.Enumerators.dwProtocol.SP_PROT_TLS1_2_SERVER)\n\t\t\t .OrderBy(w =\u003e w.Status)\n\t\t\t .ThenBy(w =\u003e w.Date)\n\t\t\t .ThenBy(w =\u003e w.UriStem)\n\t\t\t .ThenBy(w =\u003e w.UriQuery))\n\t{\n\t\tConsole.WriteLine(\"{0}\\t{1}\\t{2}\\t{3}\\t{4}\\t{5}\\t{6}\\t{7}\\t{8}\", webevent.Status.ToString(), webevent.ToLocalTime(),\n\t\t\twebevent.UriStem, webevent.UriQuery,webevent.ClientIpAddress, webevent.CryptProtocol, webevent.CryptCipher, webevent.CryptHash, webevent.CryptKeyexchange );\n\t\t\t\n\t}\n\n```\n\n\ndotnet add package W3CParser --version 1.0.0\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicogis%2Fw3cparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicogis%2Fw3cparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicogis%2Fw3cparser/lists"}