Requirements for security audit logs?

Andrew Geissler geissonator at gmail.com
Thu May 14 06:38:51 AEST 2020



> On May 13, 2020, at 11:56 AM, Joseph Reynolds <jrey at linux.ibm.com> wrote:
> 
> What are our requirements for Security Audit Logs?  The main idea is to add a new BMC logging service to hold security-relevant events.
> 

Def hoping we can work this into our audit design:
https://github.com/openbmc/docs/blob/master/designs/phosphor-audit.md 

I’m not sure how much progress has been made with implementation but
we spent a good chunk of time reviewing/discussing it and it seems to
hit a lot of the items below.

> Considerations:
> - The log holds *only* security-relevant entries (and no irrelevant entries).
> - Consumed by a security auditor (currently the Administrator Role).  The log is likely to contain sensitive and possibly personal information (such as IP addresses), so it must be protected from reading.  Perhaps only the admin can read this.
> - Entries must be available, so the admin should not be able to delete the log or any entries.
> - Log can be held on BMC persistent storage (like flash) or streamed off the BMC, just like any other log.
> - Low-level design: any BMC service can write a security log entry when it encounters a security-relevant event.  (In addition to its regular logging.)
> + Note that security holes exist.  I would like to keep these outside the scope of this initial discussion except to note that examples shown below ought to generate a security log entry. Examples:
> +A: root SSH access can do whatever it wants to the security log
> +B: factory reset clears the logs
> 
> Examples of security-relevant events:
> Network:
> - New connections via HTTPS (se BMCWeb below), SSH, use of the serial line to access the BMC's shell, etc.
> BMCWeb:
> - All authentication attempts (login, basic auth, etc.)
> - When accounts are locked out or reset
> - Attempts to use REST APIs that require Administrator access. NOTE: This covers a large number of functions and may overlap with services provided by D-Bus daemons.  Example: LDAP config, local user config.  Example: when an admin uses their authority to change a user account password.
> Services:
> - Password changes (in phosphor-user-manager)
> - BMC rebooting or power on
> - Host state transitions
> - Firmware update (BMC or host)
> - BMC Factory reset
> 
> We can consider a more formal set of requirements given by NIST SP 800-92:
> https://en.wikipedia.org/wiki/NIST_Special_Publication_800-92
> with additional controls as specified by NIST SP 800-53.
> 
> - Joseph
> 
> This topic was previously discussed as agenda item 3 in the 2020-04-29 Security Working Group results
> https://docs.google.com/document/d/1b7x9BaxsfcukQDqbvZsU2ehMq4xoJRQvLxxsDUWmAOI
>> 3. Requirements for security audit logs.  Access, deleting, APIs.
> There was general support for the ideas that the BMC should have dedicated security audit log that could not be deleted or cleared. This log would have only security-relevant events.
> 



More information about the openbmc mailing list