Errors
psengine.malware_intel.errors
¶
AutoSigmaFetchJobError
¶
AutoSigmaFetchJobError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma fetch of job fails.
Source code in psengine/errors.py
AutoSigmaFetchJobsError
¶
AutoSigmaFetchJobsError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma fetch of jobs fails.
Source code in psengine/errors.py
AutoSigmaJobCreationError
¶
AutoSigmaJobCreationError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma jobs creation fails.
Source code in psengine/errors.py
AutoSigmaJobDeletionError
¶
AutoSigmaJobDeletionError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma jobs deletion fails.
Source code in psengine/errors.py
AutoSigmaJobEditError
¶
AutoSigmaJobEditError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma jobs edit fails.
Source code in psengine/errors.py
AutoSigmaJobRetryError
¶
AutoSigmaJobRetryError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto sigma jobs retry fails.
Source code in psengine/errors.py
AutoYaraFetchJobError
¶
AutoYaraFetchJobError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara fetch of job fails.
Source code in psengine/errors.py
AutoYaraFetchJobsError
¶
AutoYaraFetchJobsError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara fetch of jobs fails.
Source code in psengine/errors.py
AutoYaraJobCreationError
¶
AutoYaraJobCreationError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara jobs creation fails.
Source code in psengine/errors.py
AutoYaraJobDeletionError
¶
AutoYaraJobDeletionError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara jobs deletion fails.
Source code in psengine/errors.py
AutoYaraJobEditError
¶
AutoYaraJobEditError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara jobs edit fails.
Source code in psengine/errors.py
AutoYaraJobRetryError
¶
AutoYaraJobRetryError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the auto yara jobs retry fails.
Source code in psengine/errors.py
MalwareIntelReportError
¶
MalwareIntelReportError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raise when the reports operation fails.