Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I am writing a script to automate the blocking of malicious senders on my IronPort, but I have some questions about how to execute a sequence of commands. I have a Linux server that connects via SSH but I am not able to execute all commands af...
Hello,I have a cisco IronPort with q AsyncOS 12.0, and I have questions about how to use the API.I looked at the documentation https://www.cisco.com/c/en/us/td/docs/security/security_management/sma/sma12-0/api/b_SMA_API_12/test_chapter_01.html, but I...
Hello,I am creating an IronPrt monitoring script using SNMP. Is it possible to collect the following information with SNMP?Received Email AccuracyNumber of emails sentQuarantined EmailEmails with detected virusBlocked emailsSPAMThis information needs...
You can solve the problem this way: ssh user@server.com "dictionaryconfig edit List new $domain; commit -y" I will create a repository on github as soon as possible. I am working on some script improvements now.
Thanks for your help Mathew Huynh, I was able to perform the action with the command “dictionaryconfig edit Suspect new emxample.com”, but as I do to “commit” on the same line as excerpt from the script below: blockEmail () { ssh user @ ironport ...