Email Object

The Email object describes the email metadata such as sender, recipients, and direction.
Name Attribute Requirement Type Description
Direction direction_id Recommended Integer The direction of the email relative to the scanning host or organization.
0UnknownThe email direction is unknown.
1InboundThe email is incoming.
2OutboundThe email is outgoing.
From header_from Recommended String The email header From values, as defined by RFC 5322.
Message IDЕxt header_message_id Recommended String The email header Message-Id value, as defined by RFC 5322.
Reply ToЕxt header_reply_to Recommended String The email header Reply-To values, as defined by RFC 5322.
SubjectЕxt header_subject Recommended String The email header Subject value, as defined by RFC 5322.
To header_to Recommended String Array The email header To values, as defined by RFC 5322.
Sender IP Address sender_ip Recommended IP Address The IP address of the sender, in either IPv4 or IPv6 format.
Size size Recommended Long The size in bytes of the email, including attachments.
SMTP FromЕxt smtp_from Recommended String The value of the SMTP MAIL FROM command.
SMTP HelloЕxt smtp_hello Recommended String The value of the SMTP HELO or EHLO command.
SMTP ToЕxt smtp_to Recommended String Array The value of the SMTP envelope RCPT TO command.