Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema: Update the email fields list #74

Open
miwent opened this issue Nov 22, 2024 · 0 comments · May be fixed by #75
Open

Schema: Update the email fields list #74

miwent opened this issue Nov 22, 2024 · 0 comments · May be fixed by #75
Assignees
Labels
triaged Issue was processed the bug triage meeting.

Comments

@miwent
Copy link
Contributor

miwent commented Nov 22, 2024

There are additional schema-defined email fields to be documented:

"Field Name","Example Values","Field Type","Notes"
"email_attachment_file_name","attachment.exe","array","The file name(s) of an attachment."
"email_attachment_file_size","1024","long","The size in bytes of the attachments."
"email_bcc","[email protected]","keyword","The email address of BCC recipient/destination."
"email_cc","[email protected]","keyword","The email address of CC recipient/destination."
"email_delivered_to","[email protected]","keyword","The Delivered-To email header field."
"email_direction","inbound, outbound, lateral","keyword","Indicates the direction of the observed email flow. Must be either inbound, outbound or lateral, this should be mapped to these values if vendors provide network direction differently."
"email_from","[email protected]","keyword","Per RFC 5322, specifies the address responsible for the actual transmission/sender of the message."
"email_message_id",<[email protected]>,"keyword","The globally-unique message identifier."
"email_raw_header"," ","keyword","The email authentication header."
"email_reply_to","[email protected]","keyword","The address that replies should be delivered to based on the value in the RFC 5322 Reply-To: header."
"email_size","234","long","The size of an email in bytes."
"email_subject","RE: FWD: Testing","keyword","The email subject."
"email_to","[email protected]","keyword","The email address of recipient/destination."
"email_uid","123456789A","keyword","The email unique identifier internally used by an email software to track a message."
"email_x_originating_ip","192.168.2.3","array","The X-Originating-IP header identifying the email's originating IP address(es)."
"email_xmailer","spambot","keyword","Tool that created and sent the email."
@miwent miwent self-assigned this Nov 22, 2024
@miwent miwent linked a pull request Nov 22, 2024 that will close this issue
2 tasks
@gormanbj gormanbj added the triaged Issue was processed the bug triage meeting. label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue was processed the bug triage meeting.
Projects
None yet
2 participants