2017-08-11 22:44:18 +00:00
|
|
|
title: Python SQL Exceptions
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 19aefed0-ffd4-47dc-a7fc-f8b1425e84f9
|
2020-09-14 04:03:04 +00:00
|
|
|
status: stable
|
2017-08-11 22:44:18 +00:00
|
|
|
description: Generic rule for SQL exceptions in Python according to PEP 249
|
|
|
|
author: Thomas Patzke
|
2020-01-30 14:32:39 +00:00
|
|
|
date: 2017/08/12
|
2020-09-03 14:16:47 +00:00
|
|
|
modified: 2020/09/01
|
2018-01-27 23:12:19 +00:00
|
|
|
references:
|
2017-08-11 22:44:18 +00:00
|
|
|
- https://www.python.org/dev/peps/pep-0249/#exceptions
|
|
|
|
logsource:
|
|
|
|
category: application
|
|
|
|
product: python
|
|
|
|
detection:
|
|
|
|
exceptions:
|
|
|
|
- DataError
|
|
|
|
- IntegrityError
|
|
|
|
- ProgrammingError
|
2017-08-12 22:10:00 +00:00
|
|
|
- OperationalError
|
2017-08-11 22:44:18 +00:00
|
|
|
condition: exceptions
|
|
|
|
falsepositives:
|
|
|
|
- Application bugs
|
|
|
|
- Penetration testing
|
|
|
|
level: medium
|
2020-09-14 04:03:04 +00:00
|
|
|
tags:
|
|
|
|
- attack.initial_access
|
|
|
|
- attack.t1190
|