MCPcopy Create free account

hub / github.com/intelowlproject/IntelOwl / functions

Functions4,925 in github.com/intelowlproject/IntelOwl

Methodmodel_class
(cls)
tests/api_app/data_model_manager/test_views.py:111
Methodmodel_class
(cls)
tests/api_app/pivots_manager/test_views.py:20
Methodmodel_class
(cls)
tests/api_app/pivots_manager/test_views.py:106
Methodmodel_class
(cls)
tests/api_app/ingestors_manager/test_views.py:15
Methodmore_elements_object
(self)
api_app/visualizers_manager/classes.py:328
Functionmove_token_from_durin
(apps, schema_editor)
authentication/migrations/0002_migrate_from_durin.py:8
Functionmy_callback_fn
Callback function to handle Nuclei scan results
integrations/nuclei_analyzer/app.py:66
Methodname
Get the name of the plugin. Returns: str: The name of the plugin.
api_app/classes.py:47
Methodno_error
(self)
tests/api_app/visualizers_manager/test_classes.py:548
Functionno_recursion
(sender, instance=None, **kwargs)
api_app/decorators.py:79
Functionnoop
()
frontend/src/index.jsx:12
FunctiononChange
(dropdownSelector)
frontend/src/components/jobs/table/jobTableColumns.jsx:134
FunctiononChange
(event)
frontend/src/components/plugins/tables/pluginTableColumns.jsx:144
FunctiononChangeFilter
({ name, value })
frontend/src/components/jobs/table/JobsTable.jsx:58
FunctiononChangeFilter
({ name, value })
frontend/src/components/userEvents/UserEventsTable.jsx:89
FunctiononClick
()
frontend/src/components/plugins/tables/pluginActionsButtons.jsx:50
FunctiononConfirm
()
frontend/src/components/chat/ChatActionConfirm.jsx:31
FunctiononCreateOption
(inputVal)
frontend/src/components/common/form/TagSelectInput.jsx:98
FunctiononDeleteBtnClick
()
frontend/src/components/investigations/result/InvestigationActionBar.jsx:23
FunctiononDeleteBtnClick
()
frontend/src/components/jobs/result/bar/JobActionBar.jsx:41
FunctiononDownloadReport
()
frontend/src/components/jobs/result/bar/JobActionBar.jsx:70
FunctiononDownloadSampleBtnClick
()
frontend/src/components/jobs/result/bar/JobActionBar.jsx:48
FunctiononFormValidate
(values)
frontend/src/components/common/form/TagSelectInput.jsx:24
FunctiononKillJobBtnClick
()
frontend/src/components/jobs/result/JobIsRunningAlert.jsx:16
FunctiononLogoutCb
()
frontend/src/stores/useAuthStore.jsx:69
FunctiononSubmit
(values)
frontend/src/components/jobs/result/bar/comment/CommentOverview.jsx:43
FunctiononValidate
(values)
frontend/src/components/auth/Register.jsx:79
FunctiononValidate
(values)
frontend/src/components/auth/Login.jsx:34
FunctiononValidate
(values)
frontend/src/components/auth/ResetPassword.jsx:19
FunctiononValidate
(values)
frontend/src/components/auth/utils/EmailForm.jsx:14
FunctiononValidate
(values)
frontend/src/components/organization/utils/InviteButton.jsx:17
FunctiononValidate
(values)
frontend/src/components/organization/utils/OrgCreateButton.jsx:17
Methodon_failure
(self, exc_info, send_failed_event=True, return_ok=False)
intel_owl/tasks.py:39
Methodon_request_failed
(request: Request)
integrations/phishing_analyzers/analyzers/driver_wrapper_playwright.py:226
Methodon_request_finished
(request: Request)
integrations/phishing_analyzers/analyzers/driver_wrapper_playwright.py:192
Methodon_timeout
(self, soft, timeout)
intel_owl/tasks.py:33
Methodon_websocket
(ws: WebSocket)
integrations/phishing_analyzers/analyzers/driver_wrapper_playwright.py:232
Methodoptions
Returns the non-secret parameters associated with the plugin. Returns: QuerySet: The queryset of non-secret parameters.
api_app/models.py:1652
Methodorganization
Returns the organization associated with the owner, if any. Returns: Optional[Organization]: The organization associated
api_app/interfaces.py:256
Methodorganization_id
(self)
api_app/connectors_manager/connectors/opencti.py:81
Methodowner
(self)
api_app/data_model_manager/models.py:122
Methodowner
(self)
api_app/pivots_manager/models.py:73
Methodparameters
Returns the parameters associated with the plugin's configuration. Returns: ParameterQuerySet: The queryset of parameter
api_app/models.py:1460
Methodparent_job
Return the parent job if it exists, otherwise return None.
api_app/models.py:503
Methodperform_create
(self, serializer)
api_app/chatbot_manager/views.py:66
Methodperform_destroy
(self, instance: PivotConfig)
api_app/pivots_manager/views.py:46
Methodpivot
Perform a pivot operation from a job's reports based on a specified pivot configuration. Expects the following parameters: -
api_app/views.py:538
Methodpivots_to_execute
(self)
api_app/models.py:654
Functionplain_key
(key, key_prefix, version)
intel_owl/settings/cache.py:9
Methodplaybooks_names
Returns a comma-separated string of playbook names.
api_app/interfaces.py:41
Functionplaywright_exception_handler
Decorator that catches PlaywrightError exceptions, restarts the browser, and retries the wrapped call once.
integrations/phishing_analyzers/analyzers/driver_wrapper_playwright.py:78
Methodplugin_config
(self, request, name=None)
api_app/views.py:1397
Methodplugin_name
Returns the name of the plugin associated with this configuration.
api_app/models.py:1023
Methodplugin_name
Returns the name of the plugin. Returns: str: The plugin name.
api_app/models.py:1581
Functionplugin_state_viewer
View to retrieve the state of plugin configurations for the requesting user’s organization. This endpoint is accessible only to users with a
api_app/views.py:923
Methodplugin_type
plugin type
tests/__init__.py:109
Methodplugin_type
(self)
tests/api_app/analyzers_manager/test_views.py:277
Methodplugin_type
(self)
tests/api_app/connectors_manager/test_views.py:144
Methodplugin_type
Returns the type of the plugin. Returns: str: The plugin type.
api_app/models.py:1495
Methodplugin_type
(cls)
api_app/analyzers_manager/models.py:324
Methodplugin_type
(cls)
api_app/connectors_manager/models.py:36
Methodplugin_type
(cls)
api_app/visualizers_manager/models.py:46
Methodplugin_type
(cls)
api_app/pivots_manager/models.py:108
Methodplugin_type
(cls)
api_app/ingestors_manager/models.py:117
Methodpost
Handles POST request for changing user password. Args: request (Request): The request object containing old and new pass
authentication/views.py:173
Methodpost
Handles POST request for user logout. Args: request (Request): The request object. Returns: Respons
authentication/views.py:233
Methodpost
Handles POST request for creating API access token. Args: request (Request): The request object. Returns:
authentication/views.py:395
Functionpost_delete_event_delete_data_model
(sender, instance: UserDomainWildCardEvent, **kwargs)
api_app/user_events_manager/signals.py:10
Functionpost_delete_ingestor_config
(sender, instance: IngestorConfig, using, origin, *args, **kwargs)
api_app/ingestors_manager/signals.py:55
Functionpost_delete_job
Signal receiver for the post_delete signal of the Job model. Deletes the associated investigation if no other jobs are linked to it. Arg
api_app/signals.py:47
Functionpost_delete_parameter
Signal receiver for the post_delete signal of the Parameter model. Deletes the list view cache associated with the Parameter instance after d
api_app/signals.py:148
Functionpost_delete_plugin_config
Signal receiver for the post_delete signal of the PluginConfig model. Refreshes cache keys associated with the PluginConfig instance after de
api_app/signals.py:117
Functionpost_delete_python_config_cache
Signal receiver for the post_delete signal. Deletes class cache keys for instances of ListCachable models after deletion. Refreshes cache
api_app/signals.py:246
Functionpost_delete_python_config_periodic_tasks
Signal receiver for the post_delete signal of the PythonConfig model. Deletes associated health check tasks after the PythonConfig instance i
api_app/signals.py:203
Functionpost_delete_python_module_periodic_tasks
Signal receiver for the post_delete signal of the PythonModule model. Deletes associated update tasks after the module is deleted. Args:
api_app/signals.py:183
Functionpost_migrate_analyzers_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/analyzers_manager/signals.py:15
Functionpost_migrate_api_app
Signal receiver for the custom migrate_finished signal. Sets up periodic tasks for health checks and updates based on module configuration.
api_app/signals.py:67
Functionpost_migrate_connectors_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/connectors_manager/signals.py:15
Functionpost_migrate_ingestors_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/ingestors_manager/signals.py:61
Functionpost_migrate_pivots_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/pivots_manager/signals.py:17
Functionpost_migrate_playbooks_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/playbooks_manager/signals.py:19
Functionpost_migrate_visualizers_manager
( sender, *args, check_unapplied: bool = False, **kwargs, )
api_app/visualizers_manager/signals.py:15
Functionpost_save_analyzable
(sender, instance: Analyzable, created, **kwargs)
api_app/analyzables_manager/signals.py:23
Functionpost_save_job
Signal receiver for the post_save signal of the Job model. Calculates and sets the process time if the job has finished analysis time. A
api_app/signals.py:30
Functionpost_save_log_entry
Signal receiver for the post_save signal. Add a line of log Args: sender (Model): The model class sending the signal. in
api_app/signals.py:267
Functionpost_save_parameter
Signal receiver for the post_save signal of the Parameter model. Deletes the list view cache associated with the Parameter instance. Arg
api_app/signals.py:132
Functionpost_save_plugin_config
Signal receiver for the post_save signal of the PluginConfig model. Refreshes cache keys associated with the PluginConfig instance. Args
api_app/signals.py:102
Functionpost_save_python_config_cache
Signal receiver for the post_save signal. Deletes class cache keys for instances of ListCachable models. Refreshes cache keys associated
api_app/signals.py:227
Functionpost_save_python_module_periodic_tasks
Signal receiver for the post_save signal of the PythonModule model. Generates periodic tasks for updates and health checks based on module co
api_app/signals.py:164
Functionpost_save_user
Signal handler that creates a UserProfile instance whenever a new user is created. Args: sender (Model class): The model class that
authentication/signals.py:9
Functionpre_delete_analyzable
Signal receiver for the pre_delete signal of the Analyzable model. Deletes the associated file if it exists. Args: sender (Model
api_app/analyzables_manager/signals.py:8
Functionpre_save_ingestor_config
(sender, instance: IngestorConfig, *args, **kwargs)
api_app/ingestors_manager/signals.py:20
Functionpre_save_pivot_config
(sender, instance: PivotConfig, raw, using, update_fields, *args, **kwargs)
api_app/pivots_manager/signals.py:37
Functionprevent_signal_recursion
Decorator to prevent recursion issues when saving Django model instances. It ensures that the decorated function does not cause a recursion l
api_app/decorators.py:65
Methodpriority
(self)
api_app/models.py:677
Methodprocess_time
Returns the total time taken to process the report. Returns: float: The process time in seconds, rounded to two decimal
api_app/models.py:1368
Methodpython_base_path
(cls)
tests/api_app/test_mixins.py:65
Methodpython_base_path
(cls)
tests/api_app/test_mixins.py:78
Methodpython_base_path
(cls)
api_app/classes.py:57
Methodpython_base_path
(cls)
api_app/analyzers_manager/classes.py:177
← previousnext →3,101–3,200 of 4,925, ranked by callers