Hello,
I identified in a header of a phishing message a image name pattern. Below follow an example:
Content-Type: image/jpeg;
name="1560469802890.jpg"
Are 13 numbers of 0 the 9. Then, i created a custom rule to add a score for theses messages. Bellow has an example:
header JPEG_CT Content-Type =~ /name\=\"\d{13}\.jpg\"/i
score JPEG_CT 5
describe JPEG_CT Blocks phishing messages requesting for ransom
But its not working
This rule is correct?
I identified in a header of a phishing message a image name pattern. Below follow an example:
Content-Type: image/jpeg;
name="1560469802890.jpg"
Are 13 numbers of 0 the 9. Then, i created a custom rule to add a score for theses messages. Bellow has an example:
header JPEG_CT Content-Type =~ /name\=\"\d{13}\.jpg\"/i
score JPEG_CT 5
describe JPEG_CT Blocks phishing messages requesting for ransom
But its not working
This rule is correct?