MCPcopy Create free account

hub / github.com/intelowlproject/IntelOwl / functions

Functions4,925 in github.com/intelowlproject/IntelOwl

Methodpython_base_path
(cls)
api_app/analyzers_manager/classes.py:219
Methodpython_base_path
(cls)
api_app/connectors_manager/classes.py:26
Methodpython_base_path
(cls)
api_app/visualizers_manager/classes.py:528
Methodpython_base_path
(cls)
api_app/pivots_manager/classes.py:23
Methodpython_base_path
(cls)
api_app/ingestors_manager/classes.py:31
Methodpython_complete_path
Get the complete path of the Python module. Returns: str: The complete path.
api_app/models.py:169
Methodpython_module
Get the Python module associated with the plugin. Returns: PythonModule: The Python module instance.
api_app/classes.py:309
Methodpython_path
Returns the Python path of the class. Returns: str: The Python path.
api_app/models.py:1171
Methodquery_count_all
()
tests/__init__.py:95
Methodqueue
Get the queue associated with the module. Returns: str: The queue.
api_app/models.py:220
Methodqueue
Returns the queue name for the plugin's task queue. Returns: str: The queue name.
api_app/models.py:1642
Methodraise_error
(self)
tests/api_app/test_classes.py:62
Methodraise_for_status
(self)
tests/api_app/analyzers_manager/unit_tests/file_analyzers/test_virushee.py:54
Methodraise_for_status
(self)
tests/api_app/analyzers_manager/unit_tests/observable_analyzers/test_yeti.py:25
Methodraise_for_status
(self)
tests/api_app/connectors_manager/unit_tests/connectors/test_yeti.py:25
Methodraw_message
(self)
api_app/analyzers_manager/file_analyzers/sublime.py:70
Methodreadline
(self, end=b"\n")
integrations/malware_tools_analyzers/qiling/analyze.py:30
Methodready
()
authentication/apps.py:11
Methodready
(self)
api_app/apps.py:13
Methodready
()
api_app/analyzers_manager/apps.py:11
Methodready
()
api_app/connectors_manager/apps.py:11
Methodready
()
api_app/visualizers_manager/apps.py:11
Methodready
()
api_app/playbooks_manager/apps.py:11
Methodready
()
api_app/analyzables_manager/apps.py:11
Methodready
()
api_app/investigations_manager/apps.py:11
Methodready
(**kwargs)
api_app/user_events_manager/apps.py:11
Methodready
(**kwargs)
api_app/engines_manager/apps.py:11
Methodready
()
api_app/pivots_manager/apps.py:11
Methodready
()
api_app/ingestors_manager/apps.py:11
Methodrecent_scans
Retrieve recent jobs based on an MD5 hash, filtered by a maximum temporal distance. Expects the following parameters in the request
api_app/views.py:398
Methodrecent_scans_user
Retrieve recent jobs for the authenticated user, filtered by sample status. Expects the following parameters in the request data:
api_app/views.py:422
Methodrecommend_locations
(cls)
api_app/analyzers_manager/observable_analyzers/feodo_tracker.py:32
Functionrecommend_playbook
Suggest IntelOwl playbooks that can analyze a given observable. Returns the directly-launchable playbooks (those that can start an analysis o
api_app/chatbot_manager/agent/tools/recommend_playbook.py:19
Functionrefresh_cache
(python_class_str: str)
intel_owl/tasks.py:109
Methodrefresh_cache_keys
Refreshes the cache keys associated with the plugin configuration.
api_app/models.py:932
Methodrefresh_cache_keys
Refreshes the cache keys associated with the plugin configuration. Args: user (User): The user for whom the cache keys a
api_app/models.py:1547
Functionregister
(config)
frontend/src/serviceWorker.js:23
Methodrelated_configs
(self)
api_app/pivots_manager/models.py:104
Methodrelated_configs
(self)
api_app/pivots_manager/classes.py:27
Methodrelated_investigation_number
(self, request, pk=None)
api_app/analyzables_manager/views.py:37
Methodrelated_reports
(self)
api_app/pivots_manager/classes.py:32
Methodremove_job
(self, request, pk)
api_app/investigations_manager/views.py:83
Functionremove_update_schedules
(apps, schema_editor)
api_app/analyzers_manager/migrations/0186_add_update_schedule_stratosphere_firehol.py:33
Functionremove_weekly_update_task
(apps, schema_editor)
api_app/migrations/0072_update_check_system.py:27
Functionrender_reactapp
(request)
intel_owl/urls.py:12
Methodreport
(self)
api_app/pivots_manager/models.py:67
Methodreport_class
Returns the report class associated with the plugin configuration. Returns: Type[AbstractReport]: The report class.
api_app/models.py:1470
Methodreport_model
Abstract property that should return the model class for the report. Subclasses must implement this property to specify the model
api_app/views.py:992
Methodreport_model
Returns Model to be used for *init_report_object*
api_app/classes.py:237
Methodreport_model
(cls)
api_app/analyzers_manager/views.py:45
Methodreport_model
Returns the AnalyzerReport model.
api_app/analyzers_manager/classes.py:80
Methodreport_model
(cls)
api_app/connectors_manager/views.py:27
Methodreport_model
(cls)
api_app/connectors_manager/classes.py:30
Methodreport_model
(cls)
api_app/visualizers_manager/views.py:29
Methodreport_model
(cls)
api_app/visualizers_manager/classes.py:532
Methodreport_model
(cls)
api_app/pivots_manager/views.py:55
Methodreport_model
(cls)
api_app/pivots_manager/classes.py:37
Methodreport_model
(cls)
api_app/ingestors_manager/classes.py:39
FunctionrequestPasswordReset
(body)
frontend/src/components/auth/authApi.js:44
Methodrequired_parameters
Returns the required parameters associated with the plugin. Returns: QuerySet: The queryset of required parameters.
api_app/models.py:1672
Methodrescan
(self, request, pk=None)
api_app/views.py:464
FunctionresendVerificationMail
(body)
frontend/src/components/auth/authApi.js:33
Methodretrieve
(file, analyzer)
intel_owl/settings/storage.py:27
Methodretry
Retry a job if its status is in a final state. If the job is currently running, raises a validation error. Returns:
api_app/views.py:448
Methodretry
Retries a failed or killed plugin run. This method clears the errors and re-runs the plugin with the same arguments. It fetc
api_app/views.py:1137
Functionreverse_migrate
(apps, schema_editor)
authentication/migrations/0005_create_profiles.py:23
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0025_analyzer_config_dns0_eu.py:125
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0159_analyzer_config_expandurl.py:112
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0052_analyzer_config_haveibeenpwned.py:202
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0103_analyzer_config_ssapinet.py:240
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0030_analyzer_config_dnsdb.py:306
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0074_analyzer_config_malpedia_scan.py:114
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0041_analyzer_config_file_info.py:90
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0119_analyzer_config_thug_html_info.py:290
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0036_analyzer_config_dragonfly_emulation.py:279
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0074_adjust_maximum_tlp.py:66
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0098_analyzer_config_crt_sh.py:104
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0059_alter_analyzer_config_dns0_rrsets_data.py:16
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0068_analyzer_config_feodo_tracker.py:168
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0176_analyzer_config_macho_info.py:117
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0045_analyzer_config_googlewebrisk.py:102
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0064_analyzer_config_intelx_phonebook.py:290
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0082_analyzer_config_ip2whois.py:118
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0098_analyzer_config_quad9_dns.py:125
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0162_analyzer_config_guarddogfile.py:135
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0080_analyzer_config_netlas.py:102
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0157_analyzer_config_phunter.py:112
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0066_analyzer_config_phoneinfoga.py:153
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0089_analyzer_config_peframe_scan.py:90
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0104_analyzer_config_securitytrails.py:202
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0119_analyzer_config_apk_artifacts.py:109
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0081_adjust_abusix.py:12
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0065_analyzer_config_intezer_get.py:136
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0054_analyzer_config_hunter_how.py:235
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0153_alter_spamhaus_drop_supported_observable.py:19
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0006_analyzer_config_boxjs.py:94
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0007_analyzer_config_circlpassivedns.py:102
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0177_update_urlscan_observable_supported.py:17
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0012_analyzer_config_capesandbox.py:587
Functionreverse_migrate
(apps, schema_editor)
api_app/analyzers_manager/migrations/0002_0146_analyzer_config_zoomeye.py:268
← previousnext →3,201–3,300 of 4,925, ranked by callers