0

I have a challenging question to ask. Is there any way to detect cyberattacks and security breaches on asp.net website using C# codes and without using CloudFlare Services? I used the methods to collect error logs from the website and the server to detect cyberattacks, but these methods are not seemed to be useful. Please help me.

I tried log collecting using c# code, but it doesnot seem to be useful.

  • 1
    So what exactly did you try and why was it "not useful"? – Klaus Gütter Aug 31 '23 at 07:21
  • I tried to detect exceptions, errors and IPs to retrieve the cyberattacks. But it was not useful since it doesnt alert me about cyberattacks and code penetrations. – Mohammad Genius Aug 31 '23 at 07:52
  • This is far from trivial. First you have to define which types of attacks you want to recognize. Searching the web for "detecting attacks on web server from log files" might give you some insights about useful techniques. – Klaus Gütter Aug 31 '23 at 08:00

0 Answers0