Hello,
I'm looking to create an Incoming Mail filter to detect and mask credit card numbers. The requirements I was given are:
* Detect Credit Card numbers
* Mask the first 12 digits and leave the last 4 digits visible.
I'm able to mask the credi...
Notes from TAC on my side:Kindly note that I have applied the Workaround from the backend.For RCA, the issue was related to the FN – 72113, and aggregator server CA needed to be added manually:https://www.cisco.com/c/en/us/support/docs/field-notices/...
I got it to work. I needed to use commas instead of dash (-). See new version:
Filter_DropMaliciousAttachments_v2: if (sendergroup != "RELAYLIST"){if (attachment-filename == "(?i)[A-Za-z]{1,9}_[0-9]{1,9}\\.doc$"){notify('ricardofuentes@domain.com');}...
Libin,
Sorry to bother you again but, I run into issues when recent malware blasted our ESAs and I have to change my strategy on how to monitor for malicious files. As you know from other threads, there's Locky type virus sending attachments with na...