Adobe Commerce¶
About¶
Adobe Commerce uses AI and advanced data sharing capabilities to create end-to-end personalized B2C and B2B commerce experiences from a single platform that is flexible, extensible, and scalable.
Product Details¶
Vendor URL: Adobe Commerce
Product Type: SAAS
Product Tier: Tier III
Integration Method: Custom
Integration URL: Adobe Commerce Third Party Integrations
Log Guide: N/A
Parser Details¶
Log Format: CEF
Expected Normalization Rate: 90%
Data Label: ADOBE_COMMERCE
UDM Fields (list of all UDM fields leveraged in the Parser):
Log File Field | UDM Field |
---|---|
additional_c6a4label | additional.fields |
additional_cs3 | additional.fields |
additional_cs4 | additional.fields |
Adobe | metadata.vendor_name |
Adobe Commerce | metadata.product_name |
cs2 | principal.platform_version |
description | metadata.description |
dst | target.ip |
dvc | observer.ip |
dvchost | observer.hostname |
dvchost | principal.hostname |
dvchost | target.hostname |
ipcode | principal.location.country_or_region |
ipcountry | security_result.about.location.country_or_region |
outcome | security_result.action_details |
php_session_id | network.session_id |
product_event | metadata.product_event_type |
product_version | metadata.product_version |
request | target.url |
requestClientApplication | network.http.user_agent |
server_ip | target.application |
server_ip | target.ip |
severity | security_result.severity |
severity | security_result.severity_details |
sourceServiceName | network.http.referral_url |
src | principal.ip |
summary | metadata.event_type |
summary | security_result.summary |
suser | principal.user.email_addresses |
suser | principal.user.userid |
suser | target.user.email_addresses |
suser | target.user.userid |
Product Event Types¶
summary | UDM Event Classification |
---|---|
all others | STATUS_UNCATEGORIZED |
Delete | USER_DELETION |
Edit | USER_UNCATEGORIZED |
Lock | USER_UNCATEGORIZED |
Login | USER_LOGIN |
Logout | USER_LOGOUT |
Register | USER_CREATION |
Registration | USER_CREATION |
Log Sample¶
CEF:1|Magento|Customer Tracking|3.5.4-4bf0fd31|undefined|Magento Customer Tracking logs|6|start=1671464372 end=1671464372 art=1671464379 sourceServiceName= suser=username request= src= requestClientApplication= dvc= dst= dvchost=hostname act= cs2Label=Provider cs2=AWS cs3Label=Technology Owner cs3=Direct to Consumer cs4Label=Technologies cs4=Incapsula, NGINX, Magento logs outcome= reason= ipcountry= ipcode= c6a4Label=label rawEvent=[2022-12-19 15:39:32] Logger.INFO: Timestamp: 2022-12-19 15:39:32 ; Username: username ; Action: CustomerUnLock [] [] cryptoSignature=signature
Sample Parsing¶
metadata.event_type = "STATUS_UNCATEGORIZED"
metadata.vendor_name = "Adobe"
metadata.product_name = "Adobe Commerce"
metadata.product_version = "3.5.4-4bf0fd31"
metadata.product_event_type = "Customer Tracking"
metadata.description = "Magento Customer Tracking logs"
additional.fields["c6a4Label"] = "label"
additional.fields["TechnologyOwner"] = "Direct to Consumer"
additional.fields["Technologies"] = "Incapsula, NGINX, Magento logs"
principal.hostname = "hostname"
principal.user.attribute.cloud.environment = "AMAZON_WEB_SERVICES"
principal.platform_version = "AWS"
principal.asset.hostname = "hostname"
target.hostname = "hostname"
target.user.userid = "username"
target.user.email_addresses = "username"
target.asset.hostname = "hostname"
observer.hostname = "hostname"
security_result.summary = "undefined"
security_result.severity = "HIGH"
security_result.severity_details = "6"
Parser Alerting¶
This product currently does not have any Parser-based Alerting.
Rules¶
Coming Soon