FISMA: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:


= Web security =
= Web security =
[https://www.invicti.com/ Invicti] security scan.
* [https://www.invicti.com/ Invicti] security scan. [https://www.invicti.com/web-vulnerability-scanner/manuals/installing/installing-invicti-desktop/ Netsparker]
 
= NIST-NVD =
National Vulnerability Database https://nvd.nist.gov/vuln, [https://nvd.nist.gov/vuln/full-listing Full Listing]
 
= Apache, nginx, ssl versions =
<ul>
<li>determine the OpenSSL version
<pre>
openssl version
</pre>
</li>
<li>[https://serverguy.com/servers/how-to-check-the-version-of-apache/ How To Check the Version of Apache? (In 3 Ways)]
<pre>
httpd -v
# or
/usr/local/apache/bin/httpd -v
</pre>
<li>[https://docs.nginx.com/nginx-controller/platform/about/get-controller-version/ Use helper.sh to Look Up Version Info]
<pre>
/opt/nginx-controller/helper.sh version
# OR
nginx -v
# OR
/opt/nginx/sbin/nginx -v
</pre>
</ul>


= Docker =
= Docker =
[https://goto.docker.com/FIPS-Certification-Public-Sector.html FIPS Certified Containerization: The Rise of the Enterprise Container Platform]
[https://goto.docker.com/FIPS-Certification-Public-Sector.html FIPS Certified Containerization: The Rise of the Enterprise Container Platform]

Revision as of 10:18, 16 June 2022

Federal Information Security Modernization Act (FISMA)

Vocabulary

  • General Accountability Office (GAO) audit
  • Authorization to Operate (ATO)
  • Risk Management Framework (RMF)

A complete FISMA package includes at least the following artifacts:

  • FIPS-199 System Categorization
  • E-Authentication Threshold or Risk Analysis (eTA/eRA)
  • Business Impact Assessment (BIA) (may be documented in Contingency Plan)
  • System Security Plan (SSP)
  • Privacy Impact Assessment (PIA)
  • Interconnection Agreements (e.g., ISA and/or MOUs), if applicable
  • Configuration Management Plan (CMP)
  • Contingency Plan (CP)
  • Contingency Plan Exercise Report (if Moderate or High impact FIPS rated)
  • Security Assessment Plan (SAP)
  • Security Assessment Report
  • Plan of Action and Milestones (POA&M)
  • ATO Letter signed by Federal Authorizing Official (AO)
  • AC/IA (access control/identify authentication) SOP

Web security

NIST-NVD

National Vulnerability Database https://nvd.nist.gov/vuln, Full Listing

Apache, nginx, ssl versions

Docker

FIPS Certified Containerization: The Rise of the Enterprise Container Platform