SIGN IN SIGN UP
SigmaHQ / sigma UNCLAIMED

Main Sigma Rule Repository

0 0 43 Python
title: Python SQL Exceptions
2019-11-12 23:12:27 +01:00
id: 19aefed0-ffd4-47dc-a7fc-f8b1425e84f9
2020-09-13 22:03:04 -06:00
status: stable
description: Generic rule for SQL exceptions in Python according to PEP 249
2022-10-25 06:48:55 +02:00
references:
- https://www.python.org/dev/peps/pep-0249/#exceptions
author: Thomas Patzke
date: 2017-08-12
modified: 2020-09-01
2022-10-25 06:48:55 +02:00
tags:
- attack.initial-access
2022-10-25 06:48:55 +02:00
- attack.t1190
logsource:
category: application
product: python
detection:
2022-06-03 15:39:41 +02:00
keywords:
- DataError
- IntegrityError
- ProgrammingError
- OperationalError
2022-06-03 15:39:41 +02:00
condition: keywords
falsepositives:
- Application bugs
level: medium