Hello Tamara. Thank you for your response.
I still have a question.
According to the table of 'Email artifact types' in the
CTS guide, 'Email Sender Address' is listed as display name to send the name: 'email.header.sender_address' .
On the other hand, 'Email Sender Address' is not in the Artifact list. So I think Resilient will not send 'email.header.sender_address' to CTS URL.
------------------------------
Yohji Amano
------------------------------
Original Message:
Sent: Mon September 09, 2019 06:56 PM
From: Tamara Zlender
Subject: Custom Trheat Service
Hello Yohji and Dídac,
Dídac email.header is what you're looking for to trigger all Email Sender Name Artifacts (Name of suspicious email sender) or Email Subject Artifacts (Suspicious email subject). email.header.sender_address will trigger all Email Sender Address Artifacts (Suspicious email sender). If it's an email address that you're trying to scan you'll need to use Email Sender Address Artifact and use email.header.sender_address for the handler.
Yohji I just skimmed the CTS guide and I think the typo you're referring to is in Chapter 6 Data Structures under ArtifactPropertyDTO? You're right it should be lat_lng property type, thank you for informing us of the typo. We'll make a correction and update the guide.
Please let us know if you have any more questions.
Cheers,
Tamara Zlender
------------------------------
Tamara Zlender
------------------------------
Original Message:
Sent: Mon September 09, 2019 01:07 AM
From: Yohji Amano
Subject: Custom Trheat Service
According to the guide, 'Email Sender' and 'Email Subject' has both same Name : 'email.header' apart from our acceptance.
The following is the results on my Resilient V33 environment by capturing network traffic.
| type | value | JSON representation in network capture |
| Email Sender | test01@example.com | {"type":"email.header","value":"test01@example.com"} |
| Email Sender Name | test01 | {"type":"email.header.sender_name","value":"test01"} |
| Email Subject | test01_subject | {"type":"email.header","value":"test01_subject"} |
| Email Receipient | test01@example.com, test02@example.com | {"type":"email.header.to","value":"test02@example.com"} |
| Email Body | test01_body | {"type":"email.body","value":"test01_body"} |
| Email Attachment Name | test01_attachment | {"type":"file.name","value":"test01_attachment"} |
With the guide, I found a typo that property type latlng (p12) was actually lat_lng instead. So I also would like to know what's are really expected.
------------------------------
Yohji Amano