MCPcopy Create free account

hub / github.com/adobe/Marinus / functions

Functions941 in github.com/adobe/Marinus

↓ 1 callersMethodget_infoblox_zones
Extracts the Infoblox zones using paginated requests.
python3_cron_scripts/get_iblox_alpha_zones.py:242
↓ 1 callersFunctionget_ips
Get the list of IPs
python3_cron_scripts/zgrab_http_ip.py:68
↓ 1 callersFunctionget_ips
Get the list of all IPs that are being tracked by Marinus.
python3_cron_scripts/zgrab_port_ip.py:165
↓ 1 callersFunctionget_list_of_existing_certificates
We don't want to re-download data that we already have. Therefore, we get the list of known crt_sh_ids from the database.
python3_cron_scripts/get_crt_sh.py:121
↓ 1 callersFunctionget_lookup_int
Get the DNS Type integer for the Google DNS query
python3_cron_scripts/remove_expired_entries.py:100
↓ 1 callersFunctionget_mx_ips
Get hosts identified via MX records for SMTP scans. Zgrab works on IPs and MX records are typically domain names. Therefore, we use the a
python3_cron_scripts/zgrab_port_ip.py:84
↓ 1 callersMethodget_name_server
Fetches the whois records from PassiveTotal based on the registered name_server. @param name_server The name_server to search for in
python3_cron_scripts/libs3/PassiveTotal.py:73
↓ 1 callersMethodget_next_page
Get the next page of query results
python3_cron_scripts/libs3/SplunkQueryManager.py:109
↓ 1 callersFunctionget_only_ipzones
Get the list of IPs from IP zones to limit the scans to data centers
python3_cron_scripts/zgrab_port_ip.py:144
↓ 1 callersMethodget_organization
Fetches the whois records from PassiveTotal based on the registered organization. @param email The email to search for in the whois r
python3_cron_scripts/libs3/PassiveTotal.py:141
↓ 1 callersMethodget_owasp_amass_connection
Returns a connection to the owasp_amass collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:164
↓ 1 callersFunctionget_port_tls_log
* ZGrab 2.0 and ZGrab have different schemas. * This is a convenience function to handle both conditions for HTTPS port scans.
web_server/public/javascripts/utilities.js:88
↓ 1 callersMethodget_previous_zones
Fetches the currently present zones/sub-zones in the zone collection with source 'UltraDNS'. The result is a dictionary with the zone
python3_cron_scripts/libs3/UltraDNSHelper.py:104
↓ 1 callersFunctionget_primary_zones
The whois_lookups script is not reliable for international zones Therefore, we want to trim the list to ones that we know work. This is t
python3_cron_scripts/mark_expired.py:36
↓ 1 callersMethodget_resources_client
Get a connection to the Azure Resource Mananger
python3_cron_scripts/libs3/AzureConnector.py:102
↓ 1 callersMethodget_results_connection
Returns a connection to the results collection in MongoDB
python3_cron_scripts/libs3/RemoteMongoConnector.py:54
↓ 1 callersMethodget_reversed_zones
Retrieve the list of active zones and then reverse them to match the Common Crawl format
python3_cron_scripts/libs3/ZoneManager.py:100
↓ 1 callersMethodget_sonar_data_dns
Returns a connection to the sonar_dns collection in MongoDB
python3_cron_scripts/libs3/RemoteMongoConnector.py:138
↓ 1 callersMethodget_splunk_client
Create a Splunk client
python3_cron_scripts/libs3/SplunkConnector.py:77
↓ 1 callersMethodget_splunk_connection
Returns a connection to the splunk collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:208
↓ 1 callersFunctionget_srv_records
()
web_server/public/javascripts/meta.js:550
↓ 1 callersMethodget_tpd_graphs_connection
Returns a connection to the tpd_graphs collection in MongoDB
python3_cron_scripts/libs3/MongoConnector.py:172
↓ 1 callersFunctionget_tpds
Create the list of third-party domains
python3_cron_scripts/create_tpd_graphs.py:157
↓ 1 callersFunctionget_tracked_zone
What is the tracked zone for the provided hostname?
python3_cron_scripts/get_crt_sh.py:86
↓ 1 callersMethodget_ultradns_zones
Extracts the zones listing from UltraDNS in a paginated manner.
python3_cron_scripts/get_ultradns_zones.py:109
↓ 1 callersFunctionget_zone_sublist
Comparing every single zone to every single line of the file is inefficient and slow. Common Crawl tracks over a billion entries and each lin
python3_cron_scripts/common_crawl_graph.py:180
↓ 1 callersFunctionget_zones
Get all the zones
python3_cron_scripts/whois_lookups.py:39
↓ 1 callersMethodget_zones_by_status
This returns the list of zones associated with the provided status. This returns the list of zones as an array of strings rather tha
python3_cron_scripts/libs3/ZoneManager.py:197
↓ 1 callersFunctiongraphsRouter
(envConfig)
web_server/routes/graphs.js:324
↓ 1 callersFunctionhost_owner_detail_renderer
* Renders the ownership information of the domain. * @param owner_details: The owner information * @param div_id: The div id to be populated
web_server/public/javascripts/api.js:440
↓ 1 callersFunctionibloxRouter
(envConfig)
web_server/routes/iblox.js:113
↓ 1 callersFunctioninitialize_port_page
()
web_server/public/javascripts/meta.js:601
↓ 1 callersFunctioninitialize_scan_port_page
()
web_server/public/javascripts/meta.js:608
↓ 1 callersFunctioninitialize_tpd_list
()
web_server/public/javascripts/meta.js:688
↓ 1 callersFunctioninitialize_whois_list
()
web_server/public/javascripts/whois.js:56
↓ 1 callersFunctioninsert_certificate
Insert or update the record in the database as needed.
python3_cron_scripts/get_original_ct_logs.py:337
↓ 1 callersFunctioninsert_current_results
Insert results so that their entries are current
python3_cron_scripts/remove_expired_entries.py:121
↓ 1 callersFunctioninsert_result
Insert the matched domain into the collection of positive results.
python3_cron_scripts/zgrab_http_domain.py:86
↓ 1 callersFunctioninsert_result
Insert the matched IP into the collection of positive results. This was done as an update because it was clear whether Censys would de-duplic
python3_cron_scripts/search_censys_files_new.py:136
↓ 1 callersFunctioninsert_result
Insert the matched domain into the collection of positive results.
python3_cron_scripts/zgrab_http_ip.py:186
↓ 1 callersFunctioninsert_result
Insert the matched domain into the collection of positive results.
python3_cron_scripts/zgrab_port_ip.py:254
↓ 1 callersFunctionipRouter
(envConfig)
web_server/routes/ip.js:77
↓ 1 callersFunctionip_owner_detail_renderer
* Renders the ownership information of the ip. * @param owner_details: The owner information * @param div_id: The div id to be populated
web_server/public/javascripts/api.js:457
↓ 1 callersFunctionisValidDate
(d)
web_server/routes/dns.js:51
↓ 1 callersFunctionis_akamai_domain
Is the provided domain within akamai.net?
python3_cron_scripts/create_graphs2.py:59
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/get_censys_files.py:42
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/zgrab_http_domain.py:56
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/get_data_by_cidr_unified.py:43
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/zgrab_http_ip.py:55
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/zgrab_port_ip.py:71
↓ 1 callersFunctionis_running
Is the provided process name is currently running?
python3_cron_scripts/get_sonar_data_unified.py:42
↓ 1 callersFunctionis_tracked_zone
Is the root domain for the provided cname one of the known domains?
python3_cron_scripts/extract_vt_names.py:42
↓ 1 callersFunctionis_tracked_zone
Is the root domain for the provided fqdn one of the known domains?
python3_cron_scripts/remove_expired_entries.py:37
↓ 1 callersFunctionis_tracked_zone
Is the root domain for the provided cname one of the known domains?
python3_cron_scripts/extract_ssl_names.py:51
↓ 1 callersFunctionis_tracked_zone
Is the root domain for the provided cname one of the known domains?
python3_cron_scripts/extract_mx_records.py:49
↓ 1 callersFunctionis_tracked_zone
Does the provided CName belong to a tracked TLD?
python3_cron_scripts/get_external_cnames.py:38
↓ 1 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/whois_db.js:24
↓ 1 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/tpds.js:25
↓ 1 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/sonar.js:26
↓ 1 callersFunctionjson_search
This function performs the new method of fetching the JSON file.
python3_cron_scripts/get_gcp_ranges.py:119
↓ 1 callersFunctionkill_paging_form
(formName)
web_server/public/javascripts/utilities.js:337
↓ 1 callersFunctionlogin_qs
(key)
web_server/public/javascripts/login.js:23
↓ 1 callersFunctionlookup_domain
This tries to determine if the IP is known in the all_dns_collection.
python3_cron_scripts/search_censys_files_new.py:116
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/get_censys_files.py:71
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_iblox_cname.py:26
↓ 1 callersFunctionmain
The main thread for this program.
python3_cron_scripts/create_tpd_graphs.py:171
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_iblox_aaaa.py:26
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/zgrab_http_domain.py:307
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/download_from_remote_database.py:288
↓ 1 callersFunctionmain
This function extract the IP address ranges from the TXT records and stores them in gcp_ips collection within the database.
python3_cron_scripts/get_gcp_ranges.py:172
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_infoblox_a_extattrs.py:28
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/mark_expired.py:58
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/remove_fixed_dead_dns_records.py:31
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/search_censys_files_new.py:145
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_data_by_cidr_unified.py:268
↓ 1 callersFunctionmain
(logger=None)
python3_cron_scripts/upload_akamai_data.py:57
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/extract_vt_names.py:62
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/download_facebook_certs.py:120
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/upload_collection_to_splunk.py:129
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_original_ct_logs.py:424
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_umbrella_whois.py:124
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_iblox_host.py:26
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_iblox_txt.py:26
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/zgrab_http_ip.py:430
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/common_crawl_graph.py:218
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/remove_expired_entries.py:157
↓ 1 callersFunctionmain
Beging Main...
python3_cron_scripts/zgrab_port_ip.py:801
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/whois_lookups.py:162
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/extract_ssl_names.py:226
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/fetch_azure_dns.py:207
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_route53_domains.py:61
↓ 1 callersFunctionmain
Begin Main
python3_cron_scripts/create_netaddr_graphs.py:356
↓ 1 callersFunctionmain
(logger=None)
python3_cron_scripts/get_ultradns_zones_info.py:160
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/get_owasp_amass.py:61
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_iblox_mx.py:26
↓ 1 callersFunctionmain
Begin Main...
python3_cron_scripts/get_infoblox_host_extattrs.py:28
↓ 1 callersFunctionmain
Begin Main()
python3_cron_scripts/create_cert_graphs.py:691
↓ 1 callersFunctionmain
Begin main...
python3_cron_scripts/get_aws_data.py:29
↓ 1 callersFunctionmain
Begin the main function.
python3_cron_scripts/setup.py:443
↓ 1 callersFunctionmain
Begin Main function...
python3_cron_scripts/get_iblox_alpha_zones.py:274
← previousnext →501–600 of 941, ranked by callers