TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Attacks
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (5)
Kuppu Swami (3)
Tuhin Paul (3)
Devesh Omar (2)
Kanishk Kumar (2)
Janarthanan Selvaraj (2)
Alkesh Bijarniya (2)
Abhimanyu K Vatsa (2)
Guest User (2)
Aman Gupta (1)
Ajay Kumar (1)
Aishwarya Gupta (1)
Kirtesh Shah (1)
Shubhankar Banerjee (1)
Naveen G (1)
Munesh Sharma (1)
Saravana Kumar (1)
Mohammad Elsheimy (1)
Mudita Rathore (1)
Ajay Yadav (1)
Sandeep Mishra (1)
Mukesh Kumar (1)
Harpreet Singh (1)
Ashish Aphale (1)
Rizwan Ali (1)
C# Curator (1)
krishnan.rama (1)
Related resources for Attacks
No resource found
DDoS Attacks and Prevention using .NET Core
10/28/2024 6:30:12 AM.
This article covers the basics of DDoS (Distributed Denial of Service) attacks and prevention methods in .NET Core. It explains how to identify DDoS symptoms and apply preventive techniques, including
Preventing XSS Attacks in ASP.NET Core Web API
9/8/2024 8:22:45 AM.
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like
Preventing DoS Attacks in ASP.NET Core MVC Applications
9/8/2024 8:04:21 AM.
This ASP.NET Core MVC project demonstrates essential techniques to prevent DoS attacks, including rate limiting, request size limiting, and Google reCAPTCHA integration. The solution ensures security
Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks
8/25/2024 11:35:37 AM.
Securing Sessions in Java Web Applications: Preventing Session Fixation and Replay Attacks
Emerging Cybersecurity Threats
6/27/2024 10:51:00 AM.
Explore the evolving landscape of cybersecurity with a deep dive into emerging threats. From sophisticated ransomware and AI-driven attacks to vulnerabilities in IoT and supply chains, discover how cy
Biggest Data Breach in India's History
6/24/2024 5:58:36 AM.
On October 9, 2023, a Dark Web ad revealed a database breach involving Aadhaar numbers, passports, and contact details of 815 million people, originating from ICMR. The breach, linked to a sophisticat
Preventing CSRF Attacks in an ASP.NET Core MVC
6/13/2024 7:37:52 AM.
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to unin
Preventing XSS Attacks in ASP.NET Core MVC
6/12/2024 6:56:55 AM.
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. Acc
Using Prompt Shield to Prevent Prompt Injection Attacks
5/30/2024 11:44:42 AM.
This article explores Prompt Shield, an advanced security solution created to protect AI systems from Direct and Indirect Prompt Injection Attacks. Utilizing cutting-edge detection and prevention mech
Safeguard Your LLM Against Jailbreak Detection
5/27/2024 11:09:13 AM.
Protect your LLM from jailbreak detection by implementing robust security measures. Safeguard against vulnerabilities and employ anti-jailbreak techniques to ensure the integrity and confidentiality o
How JSX Prevents Injection Attacks in ReactJS
5/21/2024 4:49:53 AM.
JSX in React prevents injection attacks by automatically escaping embedded values and converting them to strings before rendering. This built-in mechanism neutralizes potentially malicious code, ensur
How JSX Prevents Injection Attacks
5/14/2024 5:17:21 AM.
JSX in React offers protection against injection attacks by automatically escaping dynamic content, preventing it from being interpreted as executable code. Learn how JSX safeguards your UI with code
Avoiding Cross-Site Scripting (XSS) attacks in C# and .NET Core
4/20/2024 6:33:40 AM.
Web development's security is vital, with Cross-site scripting (XSS) as a persistent threat. In this C# and .NET Core guide, we explore XSS defenses with practical techniques and examples.
Cyber Defense Using Artificial Intelligence
3/29/2024 6:31:13 AM.
Cyber Defense involves safeguarding data from unauthorized access through various techniques such as Machine Learning and Deep Learning. The application of Machine Learning using Random Forest classif
🖥️ Incident Handling: Common Malware Attacks
1/23/2024 9:57:06 AM.
Explore the realm of malware attacks, unveiling the intricacies of threats like ransomware, computer viruses, worms, Trojan horses, and adware. Delve into their types, characteristics, and potential i
🖥️ Incident Handling: Common Domain Attack Types
1/22/2024 7:18:18 AM.
In this article, we will go through different types of Domain Attacks. Domain attacks, including Typosquatting, Domain Hijacking, Pass the Hash, Pass the Ticket, LDAP Reconnaissance, and Brute Force,
Implementing IP Rate Limiting in ASP.NET Core MVC
1/18/2024 5:53:42 AM.
IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through th
🖥️ A Guide to Web Attack Incident Handling
1/17/2024 9:02:52 AM.
In this article, we will explore various types of web attacks, including Denial of Service (DoS) and Distributed Denial of Service (DDoS), SQL Injection, Cross-Site Scripting (XSS), Command Injection,
Protecting Your Web Application From Session Replay Attacks In Azure Cloud
1/15/2024 4:41:58 AM.
In today's world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabili
DoS & DDoS attacks
10/4/2023 9:28:16 AM.
Denial of Service (DoS) and Distributed Denial of Service (DDoS) attacks are malicious attempts to disrupt the normal functioning of a targeted server, service, or network by overwhelming it with a fl
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
Types of cyberattacks
8/1/2023 5:20:04 AM.
Explore the world of cyber attacks, from web-based threats like phishing to system-based ones like viruses and worms. Stay vigilant against evolving cybersecurity challenges.
Exploring Data Anonymization Techniques To Prevent Session Replay Attacks In E-Commerce
2/20/2023 11:25:18 AM.
In this article, you will learn how to explore Data Anonymization Techniques to Prevent Session Replay Attacks in E-Commerce.
Preventing Session Replay Attacks - Safeguarding Azure Cloud Websites
2/20/2023 4:44:17 AM.
Session replay attacks are a type of web application attack where an attacker records a user's interactions with a website or web application, including login credentials, and then replays them to
How To Prevent XSS(Cross Site Scripting) Attacks In Angular
12/13/2022 11:25:39 AM.
In this article, we will see how to prevent XSS(Cross Site Scripting) attacks in Angular.
Top 11 Types Of Cyber Attacks Hackers Use
12/2/2022 11:11:53 AM.
In this article, you will learn about types of Cyber Attacks - Web based attacks and System based attacks.
Basics of Cross Site Scripting (XSS) Attack on Web Applications
3/24/2021 6:48:38 AM.
I would like to share the basics of XSS attacks on web applications.
Preventing CSRF Attacks Using ASP.NET Core, JavaScript And Angular
3/22/2021 12:51:56 PM.
Today, we will learn about Cross-Site Request Forgery attacks and how to prevent them in ASP.NET Core, JavaScript and Angular.
Cross Request Forgery Attacks in ASP.Net Web API
3/1/2021 7:58:26 AM.
This article explains the Cross Request Forgery Attacks in ASP.NET Web API. Basically it is a type of attack in which the attacker exploits the trust of a web site on the user.
Avoiding Cross-Site Scripting (XSS) Attacks With AntiXSS in MVC 4
2/2/2021 7:32:24 AM.
In this article, you will learn, with examples, how to avoid XSS attacks in MVC Applications with Microsoft's AntiXSS library.
.Net Penetration Testing: Cheat Sheet
11/23/2020 9:30:52 AM.
This article provides a cheat sheet for .Net Penetration Testing.
From Infected Computer To Targeted Attacks
9/4/2020 7:41:40 AM.
In this article, you will learn about infected computers to targeted attacks.
Best Way to Prevent Cross Site Request Forgery Attacks in MVC 4
11/19/2018 3:13:31 AM.
In this article you will learn what Cross Site Request Forgery (CSRF) is and is the best way to prevent such attacks. After a quick introduction about CSRF I will show you an example where the attacke
Preventing CSRF Attacks In ASP.NET Core 2.0
1/12/2018 12:05:49 PM.
OWASP 2013 classifies Cross Site Request Forgery (CSRF) as one of the Top 10 risks and is present if attacker can force the victim's browser to send forged request to your web application and it c
Preventing Redirect Attacks In ASP.NET Core 2.0
1/10/2018 11:07:32 AM.
When your controllers redirect to another location based on user input (e.g. via query string), it is important to ensure that the location is not malicious and prevent open redirect attacks. The simp
Preventing Open Redirection Attacks In C# And JavaScript
4/19/2017 10:52:53 AM.
Preventing Open Redirection Attacks In C# And JavaScript.
Avoid Cross Site Scripting (XSS) Attacks While Posting Data Through AJAX In MVC Application
9/28/2016 4:17:28 PM.
In this article, we will learn how to avoid Cross-Site Scripting attacks when we are posting our data through AJAX POST method in our application.
MVC Application Security Issues: Cookie Security & URL Attacks - Part One
5/16/2016 1:03:30 PM.
In this article you will learn MVC Application Security Issues.
Brute Force Attacks And How to Block Them
1/20/2015 3:14:45 PM.
In this article we learn about Brute Force Attacks and how to prevent them.
Parameterized Query and SQL Injection Attacks
9/29/2012 7:40:27 AM.
In this article I will explain about Parameterized Query and SQL Injection Attacks.
Securing Your ASP.NET Web Applications
5/20/2012 12:56:33 AM.
Web application security is not just about attackers hacking websites, stealing sensitive information from websites, sending high traffic to websites with denial of service attacks, viruses, worms and Trojan horses. Are these are the only problems that we have? The answer is no. There are other problems that are frequently overlooked.