Payment Method
| action | Description | Sample | Rule |
|---|---|---|---|
| payment_ | A new payment method was added, such as a new credit card or PayPal account. | N | N |
| payment_ | A payment method was removed. | N | Y |
| payment_ | An existing payment method was updated. | Y | N |
payment_method.create
#Description
A new payment method was added, such as a new credit card or PayPal account.
Documented on GitHub's enterprise audit log reference.
payment_method.remove
#Description
A payment method was removed.
Documented on GitHub's enterprise audit log reference. Full rule details for this event, including ATT&CK technique mappings and native queries →Detection Rules #
Kusto #
T1078
payment_method.update
#Description
An existing payment method was updated.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"@timestamp": 1778948748129,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAxOQ==",
"action": "payment_method.update",
"actor": "user",
"actor_id": 9000002,
"created_at": 1778948748129,
"operation_type": "modify",
"request_access_security_header": null,
"request_id": "D919:3144:6452C9F:6611BA4:6A089A8A",
"user": "user",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
"user_id": 9000002
}
References #