commonfields: id: Symantec Messaging Gateway version: -1 name: Symantec Messaging Gateway display: Symantec Messaging Gateway category: Email provider: Broadcom description: Symantec Messaging Gateway protects against spam, malware, targeted attacks and provides advanced content filtering, data loss prevention, and email encryption. configuration: - display: Server URL (e.g. https://192.168.0.1:20013) name: server defaultvalue: "" type: 0 required: true - display: Username name: credentials defaultvalue: "" type: 9 required: true - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false script: script: '' type: python subtype: python3 commands: - name: smg-block-email arguments: - name: email required: true default: true description: Email address to block. outputs: - contextPath: Email.Address description: Email address that was blocked. type: string - contextPath: Email.Blocked description: True if blocked, False if unblocked. type: boolean description: Adds email address to the Local Bad Sender Domains. execution: true - name: smg-unblock-email arguments: - name: email required: true default: true description: Email address to unblock. outputs: - contextPath: Email.Address description: Email address that was unblocked. type: string - contextPath: Email.Blocked description: True if blocked, False if unblocked. type: boolean description: Removes email address from the Local Bad Sender Domains. execution: true - name: smg-block-domain arguments: - name: domain required: true default: true description: Domain to block. outputs: - contextPath: Domain.Name description: Domain name that was blocked. type: string - contextPath: Domain.Blocked description: True if blocked, False if unblocked. type: boolean description: Adds domain to the Local Bad Sender Domains group. execution: true - name: smg-block-ip arguments: - name: ip required: true default: true description: IP address to block. outputs: - contextPath: IP.Address description: IP address that was blocked. type: string - contextPath: IP.Blocked description: True if blocked, False if unblocked. type: boolean description: Adds IP address to the Local Bad Sender IPs group. execution: true - name: smg-unblock-ip arguments: - name: ip required: true default: true description: IP address to unblock. description: Removes IP address from the Local Bad Sender IPs group. execution: true - name: smg-unblock-domain arguments: - name: domain required: true default: true description: Domain to unblock. outputs: - contextPath: Domain.Name description: Domain name that was unblocked. type: string - contextPath: Domain.Blocked description: True if blocked, False if unblocked. type: boolean description: Removes domain from the Local Bad Sender Domains group. execution: true - name: smg-get-blocked-domains arguments: [] description: Returns a list of all blocked email addresses. - name: smg-get-blocked-ips arguments: [] description: Returns a list of all blocked IP addresses. dockerimage: demisto/bs4-py3:1.0.0.10120494 fromversion: 5.0.0 tests: - No tests (auto formatted)