MCPcopy Create free account

hub / github.com/adobe/Marinus / functions

Functions941 in github.com/adobe/Marinus

↓ 172 callersFunctioncreate_table_entry
(value, id = "", tdClass = "")
web_server/public/javascripts/utilities.js:277
↓ 110 callersMethodcreate_log
Steps: 1. Check for a customized config file as a parameter 2. If not 1, check for a "logging.conf" file 3.
python3_cron_scripts/libs3/LoggingUtil.py:26
↓ 76 callersFunctionmake_get_request
* Networking requests
web_server/public/javascripts/utilities.js:111
↓ 61 callersFunctioncreate_anchor
(url, text, target = "", id = "")
web_server/public/javascripts/utilities.js:226
↓ 55 callersMethodrecord_job_start
This will record the job as having started processing.
python3_cron_scripts/libs3/JobsManager.py:97
↓ 54 callersMethodrecord_job_complete
This will record the job as having successfully completed its run.
python3_cron_scripts/libs3/JobsManager.py:122
↓ 50 callersMethodget_config_setting
Retrieves the key value from inside the section the connector.config file. This function is in multiple modules because it was origi
python3_cron_scripts/libs3/ConnectorUtil.py:22
↓ 46 callersMethodrecord_job_error
This will record the job as having encountered an ERROR during its run.
python3_cron_scripts/libs3/JobsManager.py:107
↓ 43 callersFunctioncreate_table_head
(names, class_string = "")
web_server/public/javascripts/utilities.js:250
↓ 38 callersFunctioncreate_table_row
()
web_server/public/javascripts/utilities.js:273
↓ 37 callersFunctionend_table_row
()
web_server/public/javascripts/utilities.js:290
↓ 37 callersFunctiongetSessionParams
* Extrapolates the session parameters associated with the user. * @param {Object} req The Express request object. * @return {Object} A dictionary co
web_server/routes/core.js:37
↓ 37 callersFunctionsetHeaders
* Sets security headers on the response object * @param {Object} res The Express response objet
web_server/routes/core.js:22
↓ 32 callersFunctioncreate_new_table
(class_string = "")
web_server/public/javascripts/utilities.js:241
↓ 32 callersFunctioncreate_table_body
(class_string = "")
web_server/public/javascripts/utilities.js:264
↓ 32 callersFunctionend_table
()
web_server/public/javascripts/utilities.js:294
↓ 30 callersMethodperform_insert
This will perform an insert_one with a retry for dropped connections
python3_cron_scripts/libs3/MongoConnectorBase.py:220
↓ 29 callersFunctionget_counts
(url, field_name)
web_server/public/javascripts/data.js:122
↓ 25 callersFunctionfetch_request
(source, zone, count)
web_server/public/javascripts/zone_ui.js:500
↓ 25 callersMethodget_distinct_zones
This is the most common usage of get zones where the caller wants just the list of active zones. This returns the list of zo
python3_cron_scripts/libs3/ZoneManager.py:74
↓ 22 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/tracked_scans.js:49
↓ 22 callersFunctionqs
(key)
web_server/public/javascripts/utilities.js:54
↓ 21 callersMethodfetch_DNS_records
Use Google DNS over HTTPS to lookup host DNS Type mappings: "a":1, "ns":2, "cname":5, "soa":6, "ptr":12, "hinfo": 13, "mx": 15, "txt"
python3_cron_scripts/libs3/GoogleDNS.py:72
↓ 20 callersMethodperform_find
This will perform a find with a retry for dropped connections
python3_cron_scripts/libs3/MongoConnectorBase.py:105
↓ 19 callersMethodhandle_api_error
Exits the script execution post setting the status in database. :param err: Exception causing script exit. :param jobs_refere
python3_cron_scripts/libs3/APIHelper.py:27
↓ 18 callersMethodperform_find_one
This will perform a find_one with a retry for dropped connections
python3_cron_scripts/libs3/MongoConnectorBase.py:139
↓ 16 callersMethodfind_one
Find a single record for the specified criteria :param criteria: A JSON object representing the find query. No limit support.
python3_cron_scripts/libs3/DNSManager.py:236
↓ 15 callersFunctioncreate_button
(visible_text, button_id, button_type = "icon", size = "S", icon = "search")
web_server/public/javascripts/utilities.js:302
↓ 15 callersFunctioncreate_h3
(visible_text)
web_server/public/javascripts/utilities.js:174
↓ 14 callersMethodinsert_record
Insert an IP into the tracking table This function completely rebuilds the record because it is simpler and cleaner than tracking whi
python3_cron_scripts/libs3/IPManager.py:569
↓ 13 callersFunctioncreate_list_entry
(row_name, visible_text, href, include_count = false, icon_name = 'chevronRight', target_location = "")
web_server/public/javascripts/utilities.js:197
↓ 13 callersMethodget_zone_connection
Returns a connection to the zone collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:204
↓ 12 callersFunctioncheckAdmin
* Validates the user identified in the request session is an admin. * Ends the request and returns an error if they are not. * @param {Object} req T
web_server/routes/admin.js:52
↓ 12 callersFunctioncreate_new_list
(list_id)
web_server/public/javascripts/utilities.js:193
↓ 12 callersFunctionend_list
()
web_server/public/javascripts/utilities.js:218
↓ 12 callersMethodperform_count
This will perform a find.count() with a retry for dropped connections
python3_cron_scripts/libs3/MongoConnectorBase.py:167
↓ 11 callersMethodget_config_connection
Returns a connection to the config collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:92
↓ 11 callersFunctionget_request
(url, callback)
web_server/public/javascripts/config.js:477
↓ 10 callersMethodadd_zone
Publicly exposed function responsible to ingest the zone into zone collection :param zone: Zone value. :param source: Source
python3_cron_scripts/libs3/ZoneIngestor.py:425
↓ 10 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/ct.js:31
↓ 9 callersMethod__splitBytes
Split buf into two strings (part1, part2) where part1 has count bytes. @raises ValueError if buf is too short.
python3_cron_scripts/libs3/X509Parser.py:637
↓ 9 callersFunctionclearErrorHandler
()
web_server/public/javascripts/utilities.js:170
↓ 9 callersMethodfind_multiple
Find multiple records for the specified criteria. :param criteria: A JSON object representing the find query. No limit support.
python3_cron_scripts/libs3/DNSManager.py:220
↓ 9 callersFunctionget_counts
(url, divRef)
web_server/public/javascripts/cert_search.js:166
↓ 9 callersMethodinsert_record
Insert the provided source as a record from the provided source name. :param result: The result of a DNS lookup as a JSON object incl
python3_cron_scripts/libs3/DNSManager.py:96
↓ 8 callersFunctionadd_to_list
This will add a string to the dns_names array if it does not exist. It will then return the index of the string within the Array
python3_cron_scripts/extract_ssl_names.py:31
↓ 8 callersFunctionclear_divs
(handles)
web_server/public/javascripts/api.js:40
↓ 8 callersMethodget_all_dns_connection
Returns a connection to the all_dns collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:56
↓ 8 callersFunctionget_scan_count
Get the count of matching certificates for the provided hash
python3_cron_scripts/create_cert_graphs.py:160
↓ 8 callersMethodget_sonar_reverse_dns_connection
Returns a connection to the sonar_rdns collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:168
↓ 8 callersMethodperform_distinct
This will perform a distinct with a retry for dropped connections
python3_cron_scripts/libs3/MongoConnectorBase.py:192
↓ 7 callersFunctioncreate_check_mark
()
web_server/public/javascripts/utilities.js:298
↓ 7 callersFunctioncustom_code_handler
* This is a generic handler that is included in pages that support custom actions. * The first argument in the array informs the function which page
web_server/public/javascripts/custom_code.js:42
↓ 7 callersMethodget_ipzone_connection
Returns a connection to the ip_zones collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:152
↓ 7 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/virustotal.js:27
↓ 7 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/cloud_services.js:33
↓ 7 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/zones.js:29
↓ 6 callersFunctionadd_to_list
This will add a string to the groups array if it does not exist. It will then return the index of the string within the Array
python3_cron_scripts/create_netaddr_graphs.py:43
↓ 6 callersFunctionadd_to_list
This will add a string to the GROUPS array if it does not exist. It will then return the index of the string within the Array
python3_cron_scripts/create_graphs2.py:42
↓ 6 callersMethodcheck_in_cidr
Is the provided IP in one of the provided CIDRs? Returns a true/false result
python3_cron_scripts/libs3/IPManager.py:233
↓ 6 callersFunctioncheck_in_zone
Obtain the DNS names from the common_name and dns_zones from the entry's SSL certificate. Determine if the entry's DNS names is in the list o
python3_cron_scripts/zgrab_port_ip.py:222
↓ 6 callersFunctioncreate_div_data
(idRef, data)
web_server/public/javascripts/zone_ui.js:209
↓ 6 callersFunctioncreate_div_title
(idRef, title)
web_server/public/javascripts/api.js:664
↓ 6 callersFunctioncreate_div_title
(idRef, title)
web_server/public/javascripts/zone_ui.js:201
↓ 6 callersMethodfind_file_locations
In order to login, it is necessary go through several Okta steps since Rapid 7 doesn't have an API key.
python3_cron_scripts/libs3/Rapid7.py:198
↓ 6 callersMethodget_aws_ips_connection
Returns a connection to the aws_ips collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:64
↓ 6 callersMethodget_infoblox_dns
Extracts the zones from the zone collection to query Infoblox. The API calls continue to be made for the zone till the next_page_id i
python3_cron_scripts/libs3/InfobloxDNSManager.py:241
↓ 6 callersMethodget_ipv6_zone_connection
Returns a connection to the ipv6_zones collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:156
↓ 6 callersMethodis_aws_ip
Is the provided IP within one of the AWS CIDRs?
python3_cron_scripts/libs3/IPManager.py:272
↓ 6 callersMethodis_azure_ip
Is the provided IP within one of the Azure CIDRs?
python3_cron_scripts/libs3/IPManager.py:287
↓ 6 callersMethodis_local_ip
Returns true if the IP is in a local IP address range
python3_cron_scripts/libs3/IPManager.py:346
↓ 6 callersMethodis_tracked_ip
Is the provided IP within one of the Tracked CIDRs?
python3_cron_scripts/libs3/IPManager.py:316
↓ 6 callersFunctionis_valid_strings
* Confirm that all parameters are a string and not an array. * This helps prevent NoSQL injection since NoSQL will honor arrays as parameters. * @pa
web_server/routes/iblox.js:59
↓ 6 callersMethodset_status
Set a zone to expired.
python3_cron_scripts/libs3/ZoneManager.py:218
↓ 6 callersMethodwrite_file
Write a file to AWS
python3_cron_scripts/libs3/AWSStorageManager.py:91
↓ 5 callersMethod__requests_retry_session
A Closure method for this static method.
python3_cron_scripts/libs3/Umbrella.py:77
↓ 5 callersFunctiondisplayErrorMessage
(message)
web_server/public/javascripts/draw_graph.js:9
↓ 5 callersFunctiondownload_remote_files
Download the provided file URL
python3_cron_scripts/get_sonar_data_unified.py:210
↓ 5 callersMethodfind_cidr
Is the provided IP in one of the provided CIDRs? Returns the CIDR that matches
python3_cron_scripts/libs3/IPManager.py:253
↓ 5 callersMethodget_akamai_ips_connection
Returns a connection to the akamai_ips collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:52
↓ 5 callersMethodget_all_dns_connection
Returns a connection to the all_dns collection in MongoDB
python3_cron_scripts/libs3/RemoteMongoConnector.py:94
↓ 5 callersMethodget_azure_ips_connection
Returns a connection to the zure_ips collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:68
↓ 5 callersMethodget_certificate_transparency_connection
Returns a connection to the ct_certs collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:80
↓ 5 callersMethodget_dead_dns_connection
Returns a connection to the dead_dns collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:96
↓ 5 callersMethodget_gcp_ips_connection
Returns a connection to the gcp_ips collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:100
↓ 5 callersMethodget_infoblox_extattr
Extracts the zones from the zone collection to query Infoblox. The API calls continue to be made for the zone till the next_page_id i
python3_cron_scripts/libs3/InfobloxExtattrManager.py:232
↓ 5 callersFunctiongt
(a, b)
web_server/public/javascripts/geometry.js:14
↓ 5 callersMethodis_gcp_ip
Is the provided IP within one of the GCP CIDRs?
python3_cron_scripts/libs3/IPManager.py:301
↓ 5 callersFunctionis_tracked_zone
Does the CNAME belong to a tracked zone?
python3_cron_scripts/sonar_round_two.py:50
↓ 5 callersMethodparse_data
Parse the provided base64 encoded string or DER encoded bytes. For PEM files, the parser assumes that the header and footer exists.
python3_cron_scripts/libs3/X509Parser.py:975
↓ 4 callersMethod__check_job_exists
Verify that the job name exists in the collection. If the job does not exist, this will create it.
python3_cron_scripts/libs3/JobsManager.py:74
↓ 4 callersMethodcreate_folder
Create an AWS S3 bucket
python3_cron_scripts/libs3/AWSStorageManager.py:137
↓ 4 callersFunctioncreate_new_div_section
(column_name, visible_text)
web_server/public/javascripts/utilities.js:187
↓ 4 callersFunctiondeselectObject
(doResize)
web_server/public/javascripts/cert_graph.js:695
↓ 4 callersFunctiondeselectObject
(doResize)
web_server/public/javascripts/draw_graph.js:699
↓ 4 callersFunctiondownload_remote_files
Download and unzip the given file reference.
python3_cron_scripts/get_data_by_cidr_unified.py:237
↓ 4 callersFunctiondraw_table
(results)
web_server/public/javascripts/reports.js:33
↓ 4 callersFunctiondynamic_whois
(range, output)
web_server/public/javascripts/utilities.js:155
↓ 4 callersFunctionend_div
()
web_server/public/javascripts/utilities.js:222
↓ 4 callersFunctionget_tls_log
* ZGrab 2.0 and ZGrab have different schemas. * This is a convenience function to handle both conditions for full scans.
web_server/public/javascripts/utilities.js:66
next →1–100 of 941, ranked by callers