MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _safe_response_json

Method _safe_response_json

IntelOSINT.py:12005–12011  ·  view source on GitHub ↗
(self, resp)

Source from the content-addressed store, hash-verified

12003 }
12004# --- ANALISI DOMINIO AVANZATA (NSLOOKUP STYLE + ENRICHMENT) ---
12005 def _safe_response_json(self, resp):
12006 if not resp:
12007 return None
12008 try:
12009 return resp.json()
12010 except Exception:
12011 return None
12012
12013 def _domain_headers_and_tls(self, domain):
12014 out = {}

Callers 11

analyze_gdrive_docMethod · 0.95
_domain_rdap_lookupMethod · 0.95
_scan_tls_chainMethod · 0.95
_domain_dns_historyMethod · 0.95
_wayback_summaryMethod · 0.95
analyze_social_redditMethod · 0.95
_evm_token_metadataMethod · 0.95
get_crypto_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected