eric7.WebBrowser.VirusTotal.VirusTotalDomainReportDialog
Module implementing a dialog to show the VirusTotal domain report.
Global Attributes
Classes
Functions
VirusTotalDomainReportDialog
    Class implementing a dialog to show the VirusTotal domain report.
Derived from
QDialog, Ui_VirusTotalDomainReportDialog
Class Attributes
Class Methods
Methods
Static Methods
VirusTotalDomainReportDialog (Constructor)
VirusTotalDomainReportDialog(domain, resolutions, urls, subdomains, categories, webutation, whois, parent=None, )
        Constructor
- domain (str)
- 
domain name
- resolutions (list of dict)
- 
list of resolved host names
- urls (list of dict)
- 
list of detected URLs
- subdomains (list of str)
- 
list of subdomains
- categories (dict)
- 
dictionary with various categorizations with keys
            'bitdefender', 'sophos', 'valkyrie', 'alpha', 'forcepoint'
- webutation (dict)
- 
dictionary with Webutation data with keys
            'adult', 'safety', 'verdict'
- whois (str)
- 
whois information
- parent (QWidget)
- 
reference to the parent widget
VirusTotalDomainReportDialog.on_whoisButton_clicked
on_whoisButton_clicked()
        Private slot to show the whois information.