Fake Data (Honey Data) By using honey data , it could help to identify attacks that are not triggered by error messages. Honey data is data (e.g. Passwords, Credit card numbers,…) in tables which is never used by the application (Fake Ones). If someone from anywhere is accessing this kind of data , alert will be raised. Creation a table or tables containing unused data with juicy names (e.g. PASSWORD, CREDITCARD, SALARY). Such interesting data is often the target of attackers. During the attack, attackers are often accessing the view ALL_TAB_COLUMNS (Oracle) or INFORMATION_SCHEMA.COLUMNS (MySQL) to get the column names of interesting data.
SQL Injection , XSS , CRSF , Security misconfiguration and CSSLP