Category: Anti Attack

Template Injection

Template injection is a security vulnerability that happens when user input is not properly filtered and is passed directly into a template engine. This allows attackers to inject and execute malicious code within the template, potentially exposing sensitive data or gaining unauthorised access. It often occurs in web applications that use server-side templates to generate…

Injection Mitigation

Injection mitigation refers to the techniques and strategies used to prevent attackers from inserting malicious code or data into computer systems, especially through user inputs. These attacks, often called injection attacks, can cause systems to behave in unintended ways, leak data, or become compromised. Common types of injection include SQL injection, command injection, and cross-site…

Application Hardening Techniques

Application hardening techniques are methods used to strengthen software against attacks or unauthorised changes. These techniques make it more difficult for hackers to exploit weaknesses by adding extra layers of security or removing unnecessary features. Common techniques include code obfuscation, limiting user permissions, and regularly updating software to fix vulnerabilities.

Adversarial Example Defense

Adversarial example defence refers to techniques and methods used to protect machine learning models from being tricked by deliberately altered inputs. These altered inputs, called adversarial examples, are designed to look normal to humans but cause the model to make mistakes. Defences help ensure the model remains accurate and reliable even when faced with such…

Economic Attack Vectors

Economic attack vectors are strategies or methods used to exploit weaknesses in financial systems, markets, or digital economies for personal gain or to disrupt operations. These weaknesses may involve manipulating prices, taking advantage of incentives, or exploiting system rules to extract unearned benefits. Attackers can impact anything from cryptocurrency networks to online marketplaces, causing financial…

BGP Hijacking Mitigation

BGP hijacking mitigation refers to the set of methods and practices used to prevent or reduce the risk of unauthorised redirection of internet traffic through the Border Gateway Protocol (BGP). BGP hijacking can allow attackers to reroute, intercept, or block data by falsely announcing ownership of IP address ranges. Mitigation techniques include route filtering, route…