| Standard | FIPS 140-3 |
|---|---|
| Overall level | 1 |
| Module type | Software |
| Embodiment | Multi-Chip Stand Alone |
| Status | Active |
| Sunset date | 6/6/2029 |
| Caveat | When installed, initialized and configured as specified in Section 11 of the Security Policy |
| Vendor | Palo Alto Networks, Inc. |
| Algorithm | ACVP Cert |
|---|---|
| AES-CBC | A2244 |
| AES-CCM | A2244 |
| AES-CFB128 | A2244 |
| AES-CTR | A2244 |
| AES-GCM | A2244 |
| Conditioning Component AES-CBC-MAC SP800-90B | A1791 |
| Counter DRBG | A2244 |
| ECDSA KeyGen (FIPS186-4) | A2244 |
| ECDSA KeyVer (FIPS186-4) | A2244 |
| ECDSA SigGen (FIPS186-4) | A2244 |
| ECDSA SigVer (FIPS186-4) | A2244 |
| HMAC-SHA-1 | A2244 |
| HMAC-SHA2-224 | A2244 |
| HMAC-SHA2-256 | A2244 |
| HMAC-SHA2-384 | A2244 |
| HMAC-SHA2-512 | A2244 |
| KAS-ECC-SSC Sp800-56Ar3 | A2244 |
| KAS-FFC-SSC Sp800-56Ar3 | A2244 |
| KDF IKEv2 | A2244 |
| KDF SNMP | A2244 |
| KDF SSH | A2244 |
| KDF TLS | A2244 |
| RSA KeyGen (FIPS186-4) | A2244 |
| RSA SigGen (FIPS186-4) | A2244 |
| RSA SigVer (FIPS186-4) | A2244 |
| Safe Primes Key Generation | A2244 |
| Safe Primes Key Verification | A2244 |
| SHA-1 | A2244 |
| SHA2-224 | A2244 |
| SHA2-256 | A2244 |
| SHA2-384 | A2244 |
| SHA2-512 | A2244 |
flowchart LR
%% Deterministic review-risk graph for PAN-OS 10.1 VM-Series
%% Review prompts and evidence gaps, NOT vulnerability findings.
subgraph CMVP["CMVP-disclosed clues"]
C2["[low] Firmware update / recovery<br/>/ rollback (referenced in<br/>text)<br/><i>Update</i>"]
C3["[low] Self-test / status surface<br/>(referenced in text)<br/><i>status output<br/>self-test</i>"]
C5["[low] Protocol / secure-channel<br/>references (may be KDF<br/>names, not a live channel)<br/><i>TLS<br/>SSH<br/>IKEV</i>"]
C6["[low] Operating system / runtime<br/>referenced (boundary<br/>membership not asserted)<br/><i>operating system<br/>linux<br/>kernel</i>"]
end
subgraph Inference["Derived inference"]
I2["Possible only, trusted<br/>code is reachable through<br/>update and recovery paths."]
I3["Possible only, some<br/>services may process input<br/>before, or without,<br/>operator authentication."]
I5["Possible only, a protocol<br/>is referenced, but whether<br/>it is a live channel or<br/>only a KDF/algorithm name<br/>is unconfirmed."]
I6["Possible only, a<br/>runtime/OS is referenced,<br/>but its membership in the<br/>cryptographic boundary is<br/>not established."]
end
subgraph Risk["Reviewer question"]
R2["Are update images<br/>authenticated before<br/>parsing, and are<br/>downgrade/rollback paths<br/>constrained?"]
R3["Can unauthenticated<br/>services leak state,<br/>consume resources, or<br/>transition security state?"]
R5["If a live TLS/SSH/IKE<br/>channel exists, could<br/>library CVEs apply, or is<br/>this only a<br/>KDF/documentation name?"]
R6["If the OS/runtime is<br/>in-boundary, could its<br/>CVEs be hidden by<br/>firmware-only versioning?"]
end
subgraph Evidence["Evidence needed to close"]
E2["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>update image format ·<br/>signature-before-parse<br/>proof · anti-rollback /<br/>downgrade policy"]
E3["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>pre-auth reachability<br/>matrix · rate limits and<br/>output redaction ·<br/>abuse-case tests"]
E5["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>library identity and<br/>version ·<br/>certificate-validation<br/>behaviour · protocol-CVE<br/>disposition"]
E6["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>runtime identity and<br/>config · kernel/runtime<br/>hardening profile ·<br/>patch/backport manifest"]
end
C2 --> I2 --> R2 --> E2
C3 --> I3 --> R3 --> E3
C5 --> I5 --> R5 --> E5
C6 --> I6 --> R6 --> E6
classDef clue fill:#eef3f9,stroke:#6f7f91,color:#1f3a5f;
classDef infer fill:#fff7e6,stroke:#b98500,color:#6b4e00;
classDef risk fill:#fbe9e9,stroke:#b02a2a,color:#7a1f1f;
classDef evidence fill:#e6f4ea,stroke:#1e7d34,color:#14532d;
class C2,C3,C5,C6 clue;
class I2,I3,I5,I6 infer;
class R2,R3,R5,R6 risk;
class E2,E3,E5,E6 evidence;flowchart LR
%% Deterministic clue tier for PAN-OS 10.1 VM-Series
%% confidence: high = structured record field; medium = structured but soft; low (dashed) = bare keyword hit, context unverified
subgraph CMVP["CMVP-disclosed clues (deterministic)"]
C2["[low] Firmware update / recovery / rollback (referenced in text)<br/><i>Update</i><br/>src: text:keyword"]
C3["[low] Self-test / status surface (referenced in text)<br/><i>status output<br/>self-test</i><br/>src: text:keyword"]
C5["[low] Protocol / secure-channel references (may be KDF names, not a live channel)<br/><i>TLS<br/>SSH<br/>IKEV</i><br/>src: text:keyword"]
C6["[low] Operating system / runtime referenced (boundary membership not asserted)<br/><i>operating system<br/>linux<br/>kernel</i><br/>src: text:keyword"]
end
classDef clueHigh fill:#eef3f9,stroke:#2f6fb0,stroke-width:2px,color:#1f3a5f;
classDef clueMedium fill:#eef3f9,stroke:#6f7f91,color:#1f3a5f;
classDef clueLow fill:#f7f7f7,stroke:#999,stroke-dasharray:4 4,color:#444;
class C2,C3,C5,C6 clueLow;PAN-OS 10.1 VM-Series Version: 1.2 Revision Date: April 18, 2024 Palo Alto Networks, Inc. www.paloaltonetworks.com © 2024 Palo Alto Networks, Inc. Palo Alto Networks is a registered trademark of Palo Alto Networks. A list of our trademarks can be found at https://www.paloaltonetworks.com/company/trademarks.html. All other marks mentioned herein may be trademarks of their respective companies.
| # | Section | Page |
|---|
| ISO/IEC24759Section6. | FIPS140-3SectionTitle | SecurityLevel |
|---|---|---|
| 1 | General | 1 |
| 2 | CryptographicModuleSpecification | 1 |
| 3 | CryptographicModuleInterfaces | 1 |
| 4 | Roles,Services,andAuthentication | 3 |
| 5 | Software/FirmwareSecurity | 1 |
| 6 | OperationalEnvironment | 1 |
| 7 | PhysicalSecurity | N/A |
| 8 | Non-InvasiveSecurity | N/A |
| 9 | SensitiveSecurityParameterManagement | 1 |
| 10 | Self-Tests | 1 |
| 11 | Life-CycleAssurance | 3 |
| 12 | MitigationofOtherAttacks | N/A |
| OverallLevel | 1 |
| OperatingSystem | HardwarePlatform | Processor | PAA/Acceleration |
|---|---|---|---|
| VmwareESXiv7.0 | DellPowerEdgeR740 | IntelGold6248 | N/A |
| KVM4onUbuntu20.04 | DellPowerEdgeR740 | IntelGold6248 | N/A |
| Hyper-v2019onMicrosoft Hyper-VServer2019 | DellPowerEdgeR740 | IntelGold6248 | N/A |
The PAN-OS 10.1.5 VM-Series module is available in multiple capacity options (e.g. VM-50, VM-50 Lite, VM-100, VM-300, VM-500, VM-700; note that these are sets of configuration options rather than actual module variants). All models can be deployed as guest virtual machines on VMware ESXi, Hyper-V, and Linux server that is running the KVM (Kernel-based Virtual Machine) using a common base image distributed in a compatible hypervisor format. The PAN-OS VM-Series is the virtualized form factor of the Palo Alto Networks next-generation firewall. The VM-Series is used to protect applications/data from cyber threats using Palo Alto Networks’ next-generation firewall and advanced threat prevention features. The cryptographic module meets the overall requirements applicable to Level 1 security of FIPS 140-3. Table 1 - Security Levels ISO/IEC 24759 Section 6. FIPS 140-3 Section Title Security Level
2 Cryptographic Module Specification 1 3 Cryptographic Module Interfaces 1 4 Roles, Services, and Authentication 3 5 Software/Firmware Security 1 6 Operational Environment 1 7 Physical Security N/A 8 Non-Invasive Security N/A 9 Sensitive Security Parameter Management 1 11 Life-Cycle Assurance 3 12 Mitigation of Other Attacks N/A Overall Level 1 2. Cryptographic Module Specification Table 2 - Tested Operational Environments Operating System Hardware Platform Processor PAA/Acceleration Vmware ESXi v7.0 Dell PowerEdge R740 Intel Gold 6248 N/A KVM 4 on Ubuntu 20.04 Dell PowerEdge R740 Intel Gold 6248 N/A Hyper-v 2019 on Microsoft Dell PowerEdge R740 Intel Gold 6248 N/A Hyper-V Server 2019 © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 3
| OperatingSystem | HardwarePlatform |
|---|---|
| AmazonWebServices(AWS)* MicrosoftAzure* GoogleCloudPlatform(GCP)* | x86Architecture (Note:Specificprocessor/hardwareisdependenton Instance/MachineTypeselectedforoperationsystem) |
Table 3 - Vendor Affirmed Operational Environments Operating System Hardware Platform Amazon Web Services (AWS)* x86 Architecture Microsoft Azure* (Note: Specific processor/hardware is dependent on Google Cloud Platform (GCP)* Instance/Machine Type selected for operation system) *Note: These operational environments are Vendor Affirmed. Operator Porting Rules The CMVP allows user porting of a validated software module to an operational environment which was not included as part of the validation testing. An operator may install and run a VM-series firewall on any general purpose computer (GPC) or platform using the specified hypervisor and operating system on the validation certificate or other compatible operating and/or hypervisor system and affirm the modules continued FIPS 140-3 validation compliance. The CMVP makes no statement as to the correct operation of the module or the security strengths of the generated keys when ported and executed in an operational environment not listed on the validation certificate. `Approved Mode of Operation The following procedure will put the module into the Approved mode of operation:
| CAVPCert | Algorithmand Standard | Mode/Method | Description/Key Size(s)/Key Strength(s) | Use/Function |
|---|---|---|---|---|
| A1791 | ConditioningComponent AES-CBC-MACSP800-90B | AES-CBC-MAC | 128bits | IntelConditionerfor EntropySource |
| A2244 | AES-CBC[SP800-38A] | CBC | 128,192and256bits | Encryption Decryption |
| A2244 | AES-CCM [SP800-38C] | CCM | 128bits | Encryption Decryption |
| A2244 | AES-CFB128[SP800-38A] | CFB128 | 128bits | Encryption Decryption |
| A2244 | AES-CTR[SP800-38A] | CTR | 128,192and256bits | Encryption Decryption |
| A2244 | AES-GCM [SP800-38D] | GCM** | 128and256bits | Encryption Decryption |
| A2244 | CounterDRBG [SP800-90Arev1] | CTRDRBG | AES256bitswith DerivationFunction Enabled | RandomBitGenerator |
| A2244 | ECDSAKeyGen (FIPS186-4) | ECDSAKeyGen | P-256,P-384,P-521 | KeyGeneration |
| A2244 | ECDSAKeyVer(FIPS 186-4) | ECDSAKeyVer | P-256,P-384,P-521 | PublicKeyValidation |
| A2244 | ECDSASigGen(FIPS 186-4) | ECDSASigGen | P-256,P-384,P-521with SHA2-224,SHA2-256, SHA2-384,andSHA2-512 | SignatureGeneration |
| A2244 | ECDSASigVer(FIPS186-4) | ECDSASigVer | P-256,P-384,P-521with SHA-1,SHA2-224, SHA2-256,SHA2-384,and SHA2-512 | SignatureVerification |
Non-Compliant State Failure to follow the directions in the Approved Mode of Operation above or rules noted in Section 11 will result in the module operating in a non-compliant state, which is considered out of scope of this validation. Zeroization To perform the zeroization service, follow the procedure below:
| A2244 | HMAC-SHA-1[FIPS198-1] | HMAC | HMAC-SHA-1withλ=96, 160 | Authenticationfor protocols |
|---|---|---|---|---|
| A2244 | HMAC-SHA2-224 [FIPS198-1] | HMAC | HMAC-SHA2-224with λ=224 | Authenticationfor protocols |
| A2244 | HMAC-SHA2-256 [FIPS198-1] | HMAC | HMAC-SHA2-256with λ=256 | Authenticationfor protocols |
| A2244 | HMAC-SHA2-384 [FIPS198-1] | HMAC | HMAC-SHA2-384with λ=384 | Authenticationfor protocols |
| A2244 | HMAC-SHA2-512 [FIPS198-1] | HMAC | HMAC-SHA2-512with λ=512 | Authenticationfor protocols |
| A2244 | KAS-ECC-SSC Sp800-56Ar3 | KAS | P-256/P-384/P-521 | KeyExchange |
| A2244 | KAS-FFC-SSCSP 800-56Ar3 | KAS | MODP-2048 | KeyExchange |
| A2244 | KDFIKEv2[SP 800-135rev1](CVL) | IKEv2KDF | SHA2-256,SHA2-384, SHA2-512 | IKEv2 |
| A2244 | KDFSNMP[SP 800-135rev1](CVL) | SNMPv3KDF | EngineID: 80001F88043030303030 343935323630 | SNMPv3 |
| A2244 | KDFSSH[SP800-135rev1] (CVL) | SSHv2KDF | SHA-1,SHA2-256, SHA2-512 | SSH |
| A2244 | KDFTLS [SP800-135rev1](CVL) | TLS1.0/1.1KDF,TLS1.2 KDF | TLSv1.0/1.1 TLSv1.2HashAlgorithm: SHA2-256,SHA2-384 | TLS |
| A2244 | RSA KeyGen (FIPS186-4) | RSA KeyGen (FIPS186-4) | 2048,3072,and4096bits | KeyPairGeneration |
| A2244 | RSA SigGen (FIPS186-4) | RSA SigGen (FIPS186-4) | 2048,3072,and4096-bit withhashes SHA2-256/384/512 | SignatureGeneration |
| A2244 | RSA SigVer (FIPS186-4) | RSA SigVer (FIPS186-4) | 2048,3072,4096-bit(per IGC.F)withhashes SHA-1/SHA2-224+++/256 /384/512(Signature Verification) +++ThisHashalgorithmis notsupportedforANSI X9.31 | SignatureVerification |
| A2244 | SHA-1[FIPS180-4] | SHA | SHA-1 | DigitalSignature Generation/Verification Non-DigitalSignature Applications(e.g. componentofHMAC) |
| A2244 | SHA2-224[FIPS180-4] | SHA2 | SHA-224 | DigitalSignature Generation/Verification Non-DigitalSignature Applications(e.g. componentofHMAC) |
| A2244 | SHA2-256[FIPS180-4] | SHA2 | SHA-256 | DigitalSignature Generation/Verification Non-DigitalSignature Applications(e.g. componentofHMAC) |
| A2244 | SHA2-384[FIPS180-4] | SHA2 | SHA-384 | DigitalSignature Generation/Verification |
A2244 HMAC-SHA-1 with λ=96, Authentication for HMAC-SHA-1 [FIPS 198-1] HMAC [FIPS 198-1] protocols A2244 HMAC-SHA2-256 HMAC-SHA2-256 with Authentication for [FIPS 198-1] λ=256 protocols A2244 HMAC-SHA2-384 HMAC-SHA2-384 with Authentication for [FIPS 198-1] λ=384 protocols A2244 HMAC-SHA2-512 HMAC-SHA2-512 with Authentication for [FIPS 198-1] λ=512 protocols A2244 Key Exchange Engine ID: A2244 KDF TLS v1.2 Hash Algorithm: TLS (FIPS 186-4) (FIPS 186-4) A2244 with hashes (FIPS 186-4) (FIPS 186-4) IG C.F) with hashes (FIPS 186-4) (FIPS 186-4) +++ This Hash algorithm is not supported for ANSI Digital Signature A2244 SHA-1 [FIPS 180-4] SHA component of HMAC) Digital Signature component of HMAC) Digital Signature component of HMAC) Digital Signature © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 6
| Non-DigitalSignature Applications(e.g. componentofHMAC) | ||||
|---|---|---|---|---|
| A2244 | SHA2-512[FIPS180-4] | SHA2 | SHA-512 | DigitalSignature Generation/Verification Non-DigitalSignature Applications(e.g. componentofHMAC) |
| A2244 | SafePrimesKey Generation[RFC3526] | SafePrimesKey Generation | MODP-2048 | SafePrimesKey Generation |
| A2244 | SafePrimesKey Verification[RFC3526] | SafePrimesKey Verification | MODP-2048 | SafePrimesKey Verification |
| AESCert.A2244and HMACCert.A2244 | KTS [SP800-38F] | SP800-38A,FIPS198-1, andSP800-38F.KTS(key wrappingandunwrapping) perIGD.G. | AES-CBCorAES-CTRplus HMAC 128,192,and256-bitkeys providing128,192,or256 bitsofencryptionstrength | KeyWrapping |
| AES-CCMCert.A2244 | KTS [SP800-38F] | SP800-38CandSP 800-38F.KTS(key wrappingandunwrapping) perIGD.G. | AES-CCM 128-bitkeysproviding128 bitsofencryptionstrength | KeyWrapping |
| AES-GCMCert.A2244 | KTS [SP800-38F] | SP800-38DandSP 800-38F.KTS(key wrappingandunwrapping) perIGD.G. | AES-GCM 128and256-bitkeys providing128or256bits ofencryptionstrength | KeyWrapping |
| KAS-ECC-SSCCert. #A2244,KDFIKEv2Cert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-FFC perIGD.FScenario2path (2). | P-256andP-384curves providing128or192 bits ofencryptionstrength | KeyExchangewith protocolKDF |
| KAS-ECC-SSCCert. #A2244,KDFSSHCert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-FFC perIGD.FScenario2path (2). | P-256,P-384,andP-521 curvesproviding128,192, or256bitsofencryption strength | KeyExchangewith protocolKDF |
| KAS-ECC-SSCCert. #A2244,KDFTLSCert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-FFC perIGD.FScenario2path (2). | P-256,P-384,andP-521 curvesproviding128,192, or256bitsofencryption strength | KeyExchangewith protocolKDF |
| KAS-FFC-SSCCert. #A2244,KDFIKEv2Cert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-ECC perIGD.FScenario2path (2). | MODP-2048 2048-bitkeyproviding112 bitsofencryptionstrength | KeyExchangewith protocolKDF |
| KAS-FFC-SSCCert. #A2244,KDFSSHCert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-ECC perIGD.FScenario2path (2). | MODP-2048 2048-bitkeyproviding112 bitsofencryptionstrength | KeyExchangewith protocolKDF |
| KAS-FFC-SSCCert. #A2244,KDFTLSCert. #A2244 | KAS[SP800-56Arev3] | SP800-56Arev3.KAS-ECC perIGD.FScenario2path (2). | MODP-2048 2048-bitkeyproviding112 bitsofencryptionstrength | KeyExchangewith protocolKDF |
| N/A | ENT(P)(SP800-90B) | ENT | ENT(P) | Entropy |
| Vendor Affirmed | CKG (SP800-133rev2) | Section5.1,Section5.2 | CryptographicKey Generation;SP800- 133andIGD.I. | KeyGeneration Note:Theseedsusedfor asymmetrickeypair generationareproduced usingtheunmodified/direct outputoftheDRBG |
Non-Digital Signature component of HMAC) Digital Signature Non-Digital Signature component of HMAC) Safe Primes Key Safe Primes Key Safe Primes Key Generation [RFC 3526] Generation Generation Safe Primes Key Safe Primes Key Safe Primes Key Verification [RFC 3526] Verification Verification AES-CBC or AES-CTR plus SP 800-38A, FIPS 198-1, 128, 192, and 256-bit keys Key Wrapping HMAC Cert. A2244 [SP 800-38F] wrapping and unwrapping) per IG D.G. bits of encryption strength SP 800-38C and SP AES-CCM Cert. A2244 128-bit keys providing 128 Key Wrapping [SP 800-38F] wrapping and unwrapping) bits of encryption strength per IG D.G. SP 800-38D and SP AES-GCM [SP 800-38F] wrapping and unwrapping) providing 128 or 256 bits per IG D.G. of encryption strength KAS-ECC-SSC Cert. SP 800-56Arev3. KAS-FFC P-256 and P-384 curves Key Exchange with #A2244, KDF IKEv2 Cert. KAS [SP 800-56Arev3] per IG D.F Scenario 2 path providing 128 or 192 bits protocol KDF #A2244 (2). of encryption strength #A2244, KDF SSH Cert. curves providing 128, 192, Key Exchange with KAS [SP 800-56Arev3] per IG D.F Scenario 2 path #A2244 or 256 bits of encryption protocol KDF (2). #A2244, KDF TLS Cert. curves providing 128, 192, Key Exchange with KAS [SP 800-56Arev3] per IG D.F Scenario 2 path #A2244 or 256 bits of encryption protocol KDF (2). Key Exchange with #A2244, KDF IKEv2 Cert. KAS [SP 800-56Arev3] per IG D.F Scenario 2 path 2048-bit key providing 112 protocol KDF Key Exchange with #A2244, KDF SSH Cert. KAS [SP 800-56Arev3] per IG D.F Scenario 2 path 2048-bit key providing 112 protocol KDF Key Exchange with #A2244, KDF TLS Cert. KAS [SP 800-56Arev3] per IG D.F Scenario 2 path 2048-bit key providing 112 protocol KDF Note:The seeds used for Cryptographic Key Section 5.1, Section 5.2 Generation; SP 800Affirmed (SP 800-133rev2) generation are produced
using the unmodified/direct output of the DRBG © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 7
| Algorithm | Caveat | Use/Function | |
|---|---|---|---|
| MD5 | OnlyallowedasthePRFinTLSv1.1perIG2.4.A | MessagedigestusedinTLSv1.0/v1.1KDFonly |
| PhysicalPort | LogicalInterface | Datathatpassesoverport/interface |
|---|---|---|
| Power | PowerIn | Powersupplies |
| Console,GPCI/O | StatusOutput | Self-teststatusoutput |
| N/A | ControlOutput | N/A |
| Ethernet | Datainput,controlinput, dataoutput,statusoutput | HTTPS,TLS,SNMP,IPsec,andSSHtrafficdata. |
Cryptographic Boundary The PAN-OS 10.1.5 VM-Series is a software cryptographic module and requires an underlying general purpose computer (GPC) environment. The module consists of a GPC (multi-chip standalone embodiment) with the cryptographic boundary defined below. The cryptographic boundary (CB) includes all of the software components of the module, which is included in the file noted in Section 11 (PanOS_vm-10.1.5) and also the configuration file that resides on the virtual machine’s virtual disk. The physical perimeter (PP) is defined by the enclosure around the host GPC on which it runs. Figure 1 depicts the boundary and illustrates the hardware components of a GPC. Figure 1 - Cryptographic Boundary 3. Cryptographic Module Interfaces The module is a software only module that operates on a general purpose computing (GPC) platform. The physical ports and logical interfaces are consistent with a GPC operating environment. The module supports the following FIPS 140-3 logical interfaces: Table 7 - Ports and Interfaces Physical Port Logical Interface Data that passes over port/interface Power Power In Power supplies Console, GPC I/O Status Output Self-test status output N/A Control Output N/A Ethernet Data input, control input, HTTPS, TLS, SNMP, IPsec, and SSH traffic data. data output, status output © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 9
| Role | Service | Input | Output |
|---|---|---|---|
| CryptoOfficer | ShowVersion | Querymoduleforversion | Moduleprovidesversion |
| CryptoOfficer, User | SecurityConfiguration Management | Configuringandmanaging cryptographicparametersand setting/modifyingsecuritypolicy, includingcreatingUseraccounts andadditionalCOaccountsviaCLI orWebUI | Confirmationofservice viaConfigurationLogs |
| CryptoOfficer | OtherConfiguration | Networkingparameter configuration,loggingconfiguration, andothernon-securityrelevant configurationviaCLIorWebUI | Confirmationofservice viaConfigurationLogs |
| CryptoOfficer, User | ViewOther Configuration | Querymoduleforcurrent non-securityrelevantconfiguration viaWebUIorCLI | Confirmationofservice viaConfigurationLogs |
| CryptoOfficer, User,RAVPN, S-SVPN | ShowStatus | Querystatusandversionofthe moduleviaWebUIorCLI | Modulestatusinformation viaCLIorSystemLogs |
| RAVPN,S-SVPN | VPN | InitializeVPNconnection | Confirmationofservice viaSystemLogs |
| CryptoOfficer | SoftwareUpdate | Loadingnewimage | Messageoutputnoting versionupdated successfully |
| Unauthenticated | Zeroize | Initiatezeroizationcommand | Thedevicewilloverwrite allCSPsandprovidestatus ofcompletion |
| Unauthenticated | Self-Tests | Powercyclingthemodule | Self-teststatusoutputvia systemlogs |
| Unauthenticated | ShowStatus (Hypervisor) | Viewstatusofthemodulevia hypervisor. | Modulestatusviathe hypervisor |
The module’s physical and electrical characteristics, manual controls, and physical indicators are provided by the host GPC; the hypervisors provide virtualized ports and interfaces which map to the GPCs’ physical ports and interfaces (i.e., network interfaces and GPC inputs/outputs). 4. Roles, Services, and Authentication Roles and Services While in the Approved mode of operation, all CO and User services are accessed via SSH or TLS sessions. Approved and allowed algorithms, relevant CSPs and public keys related to these protocols are accessed to support the following services. CSP access by services is further described in the following tables. Table 8 - Roles, Service Commands, Input and Output Crypto Officer Show Version Query module for version Module provides version Crypto Officer, Security Configuration Configuring and managing Confirmation of service User Management cryptographic parameters and via Configuration Logs setting/modifying security policy, including creating User accounts and additional CO accounts via CLI or WebUI Crypto Officer Other Configuration Networking parameter Confirmation of service configuration, logging configuration, via Configuration Logs and other non-security relevant configuration via CLI or WebUI Crypto Officer, View Other Query module for current Confirmation of service User Configuration non-security relevant configuration via Configuration Logs via WebUI or CLI Crypto Officer, Show Status Query status and version of the Module status information User, RA VPN, module via WebUI or CLI via CLI or System Logs RA VPN, S-S VPN VPN Initialize VPN connection Confirmation of service via System Logs Crypto Officer Software Update Loading new image Message output noting version updated Unauthenticated Zeroize Initiate zeroization command The device will overwrite all CSPs and provide status of completion Unauthenticated Power cycling the module Self-test status output via system logs Unauthenticated Show Status View status of the module via Module status via the © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 10
| Role | AuthenticationMethod | AuthenticationStrength |
|---|---|---|
| CryptographicOfficer | MemorizedSecret(Unique Username/password)and/or Single-FactorCryptographicSoftware (certificatecommonname/public key-basedauthentication) | Password-based Theminimumlengthiseight(8)characters1 (95possiblecharacters).Theprobabilitythat arandomattemptwillsucceedorafalse acceptancewilloccuris1/(958)whichisless than1/1,000,000. Theprobabilityof successfullyauthenticatingtothemodule withinoneminuteis10/(958),whichisless than1/100,000. Thefirewall’sconfiguration supportsatmosttenfailedattemptsto authenticateinaone-minuteperiod. Certificate/Publickey-based Thesecuritymodulessupportpublic-key basedauthenticationusingRSA2048and certificate-basedauthenticationusingRSA 2048,RSA3072,RSA4096,ECDSAP-256, P-384,orP-521. Theminimumequivalentstrengthsupported is112bits. Theprobabilitythatarandom attemptwillsucceedis1/(2112)whichisless than1/1,000,000. Theprobabilityof |
| User | MemorizedSecret(Unique Username/password)and/or Single-FactorCryptographicSoftware (certificatecommonname/public key-basedauthentication | |
| RemoteAccessVPN(RAVPN) | MemorizedSecret(Unique Username/password)and/or Single-FactorCryptographicSoftware (certificatecommonname/public key-basedauthentication |
The zeroization procedure is invoked when the operator initiates the service. The operator must be in control of the module during the entire procedure to ensure that it has successfully completed. During the zeroization procedure, no other services are available. Note: Additional information on the configuration options the module provides can be found at https://docs.paloaltonetworks.com/ Assumption of Roles The modules support four distinct operator roles, User and Cryptographic Officer (CO), Remote Access VPN, and Site-to-site VPN. The cryptographic modules enforce the separation of roles using unique authentication credentials associated with operator accounts. The modules do not provide a maintenance role or bypass capability. The modules all support the use of a password (i.e. Memorized Secret as per SP 800-140E). Upon first boot, the module requires that the Cryptographic Officer change the password from the default one to a custom one. The module automatically enforces a minimum password length of at least 8 characters. In FIPS-CC mode, the module automatically enforces a maximum of 10 failed attempts. Passwords stored in the module are hashed using SHA-256, and any passwords that are transported into/out of the module are protected via TLS 1.2. Table 9 – Roles and Authentication Role Authentication Method Authentication Strength Cryptographic Officer Memorized Secret (Unique Password-based Username/password) and/or The minimum length is eight (8) characters1 Single-Factor Cryptographic Software (95 possible characters). The probability that (certificate common name / public a random attempt will succeed or a false key-based authentication) acceptance will occur is 1/(958) which is less User Memorized Secret (Unique than 1/1,000,000. The probability of Username/password) and/or successfully authenticating to the module Single-Factor Cryptographic Software within one minute is 10/(958), which is less (certificate common name / public than 1/100,000. The firewall’s configuration key-based authentication supports at most ten failed attempts to Remote Access VPN (RA VPN) Memorized Secret (Unique authenticate in a one-minute period. (certificate common name / public The security modules support public-key key-based authentication based authentication using RSA 2048 and certificate-based authentication using RSA 2048, RSA 3072, RSA 4096, ECDSA P-256, The minimum equivalent strength supported is 112 bits. The probability that a random attempt will succeed is 1/(2112) which is less than 1/1,000,000. The probability of In FIPS-CC Mode, the module checks and enforces the minimum password length of eight (8) as specified in SP 800-63B. Passwords are securely stored hashed with salt value, with very restricted access control, and rate limiting mechanism for authentication attempts. © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 11
| successfullyauthenticatingtothemodule withinaoneminuteperiodis 3,600,000/(2112),whichislessthan 1/100,000. Thefirewallsupportsatmost 60,000newsessionspersecondto authenticateinaone-minuteperiod. | ||
|---|---|---|
| Site-to-SiteVPN(S-SVPN) | IKE/IPSecPre-sharedkeys- IdentificationwiththeIPAddressand authenticationwiththePre-Shared Keyorcertificatebased authentication | Thepre-sharedkeyauthenticationmethod hasaminimumsecuritystrength2of956. The probabilityofsuccessfullyauthenticatingto themoduleis1/(956),whichislessthan 1/1,000,000. Thenumberofauthentication attemptsislimitedbythenumberofnew connectionspersecondsupported(120,000) onthefastestplatformofthePaloAlto Networksfirewalls. Theprobabilityof successfullyauthenticatingtothemodule withinaoneminuteperiodis7,200,000/(295), whichislessthan1/100,000. Thesecuritymodulessupportpublic-key basedauthenticationusingRSA2048and certificate-basedauthenticationusingRSA 2048,RSA3072,RSA4096,ECDSAP-256, P-384,orP-521. Theminimumequivalentstrengthsupported is112bits. Theprobabilitythatarandom attemptwillsucceedis1/(2112)whichisless than1/1,000,000. Theprobabilityof successfullyauthenticatingtothemodule withinaoneminuteperiodis 3,600,000/(2112),whichislessthan 1/100,000. Thefirewallsupportsatmost 60,000newsessionspersecondto authenticateinaone-minuteperiod. |
successfully authenticating to the module within a one minute period is 3,600,000/(2112), which is less than 1/100,000. The firewall supports at most 60,000 new sessions per second to authenticate in a one-minute period. Site-to-Site VPN (S-S VPN) IKE/IPSec Pre-shared keys - The pre-shared key authentication method Identification with the IP Address and has a minimum security strength2 of 956. The authentication with the Pre-Shared probability of successfully authenticating to Key or certificate based the module is 1/(956), which is less than attempts is limited by the number of new connections per second supported (120,000) on the fastest platform of the Palo Alto Networks firewalls. The probability of successfully authenticating to the module within a one minute period is 7,200,000/(295), which is less than 1/100,000. The security modules support public-key based authentication using RSA 2048 and certificate-based authentication using RSA 2048, RSA 3072, RSA 4096, ECDSA P-256, The minimum equivalent strength supported is 112 bits. The probability that a random attempt will succeed is 1/(2112) which is less than 1/1,000,000. The probability of successfully authenticating to the module within a one minute period is 3,600,000/(2112), which is less than 1/100,000. The firewall supports at most 60,000 new sessions per second to authenticate in a one-minute period. Definition of CSPs Modes of Access The following table defines the relationship between access to CSPs and the different module services. The modes of access shown in the table are defined as: Note: The security strength (956) is based on the use of ASCII characters that are utilized, which surpasses the 6 character random number password allowance that sets a baseline minimum acceptable strength of 106 established by SP 800-63B. © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 12
| Service | Description | ApprovedSecurity Functions | Keysand/orSSPs | Roles | Accessrightsto Keysand/orSSPs | Indicator | |
|---|---|---|---|---|---|---|---|
| ShowVersion | Querythemoduleto displaytheversion | N/A | N/A | CO | N/A | VersiondisplayedviaSystem Logs/CLI/UI | |
| Security Configuration Management | Configuringand managing cryptographic parametersand setting/modifying securitypolicy, includingcreating Useraccountsand additionalCO accounts | CKG RSAKeyGen(FIPS186-4) RSASigGen(FIPS186-4) | RSAPrivateKeys | CO | G/W/E | Configuration/SystemLogs | |
| CKG ECDSAKeyGen(FIPS 186-4) ECDSASigGen(FIPS 186-4) | ECDSAPrivateKeys | CO | G/W/E | Configuration/SystemLogs | |||
| KAS | KDFTLS, MD5 | TLSPre-MasterSecret | CO | G/E/Z | Configuration/SystemLogs | ||
| KDFTLS, MD5 | TLSMasterSecret | CO | G/E/Z | Configuration/SystemLogs | |||
| CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification | TLSDHE/ECDHEPrivate Components | CO | G/E/Z | Configuration/SystemLogs | |||
| TLSDHE/ECDHEPublic Components | G/E/R/W/Z | ||||||
| KTS | HMAC-SHA-1 HMAC-SHA2- 256 HMAC-SHA2- 384 | TLSHMACKeys | CO | G/E/Z | Configuration/SystemLogs | ||
| AES-CBC | TLSEncryptionKeys | CO | G/E/Z | Configuration/SystemLogs | |||
| KTS | AES-GCM | ||||||
| KTS | HMAC-SHA-1 HMAC-SHA2- 256 HMAC-SHA2- 512 | SSHSession AuthenticationKeys | CO | G/E/Z | Configuration/SystemLogs | ||
| AES-CBC, AES-CTR | SSHSessionEncryption Keys | CO | G/E/Z | Configuration/SystemLogs | |||
| KTS | AES-GCM | ||||||
| KAS | KDFSSH KAS-ECC-SSC KAS-FFC-SSC SafePrimes Key Generation, SafePrimes Key Verification | SSHDHE/ECDHE PrivateComponents | CO | G/E/Z | Configuration/SystemLogs | ||
| SSHDHE/ECDHEPublic Components | G/E/R/W/Z | ||||||
| N/A | CO,User,RAVPN Password | CO | G/E/W | Configuration/SystemLogs |
G = Generate: The module generates or derives the SSP. R = Read: The SSP is read from the module (e.g. the SSP is output). W = Write: The SSP is updated, imported, or written to the module. E = Execute: The module uses the SSP in performing a cryptographic operation. Z = Zeroise: The module zeroises the SSP. Table 10 - Approved Services Service Description Approved Security Keys and/or SSPs Roles Access rights to Indicator Functions Keys and/or SSPs Show Version Query the module to N/A N/A CO N/A Version displayed via System display the version Logs / CLI / UI Security Configuring and CKG RSA Private Keys CO G/W/E Configuration/System Logs including creating 186-4) User accounts and KAS KDF TLS, TLS Pre-Master Secret CO G/E/Z Configuration/System Logs accounts KDF TLS, TLS Master Secret CO G/E/Z Configuration/System Logs CKG, TLS DHE/ECDHE Private G/E/Z KeyGen (FIPS TLS DHE/ECDHE Public G/E/R/W/Z Safe Primes Safe Primes AES-CBC, SSH Session Encryption CO G/E/Z Configuration/System Logs KAS KDF SSH SSH DHE/ECDHE CO G/E/Z Configuration/System Logs Private Components KAS-FFC-SSC SSH DHE/ECDHE Public G/E/R/W/Z Safe Primes Components Safe Primes N/A CO, User, RA VPN CO G/E/W Configuration/System Logs © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 13
| CounterDRBG, ENT(P) | EntropyInputString DRBGSeed DRBGV DRBGKey | CO CO CO CO | G/E G/E G/E G/E | Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs | |||
|---|---|---|---|---|---|---|---|
| KDFSNMP | SNMPv3Authentication Secret | CO | W/E | Configuration/SystemLogs | |||
| KDFSNMP | SNMPv3PrivacySecret | CO | W/E | Configuration/SystemLogs | |||
| HMAC-SHA-1 HMAC-SHA2-224 HMAC-SHA2-256 HMAC-SHA2-384 HMAC-SHA2-512 | AuthenticationKey | CO | G/E/Z | Configuration/SystemLogs | |||
| AES-CFB | SessionKey | CO | G/E/Z | Configuration/SystemLogs | |||
| N/A | ProtocolSecrets | CO | W/E | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) ECDSASigVer(FIPS 186-4) | CACertificates | CO | G/R/E/W | Configuration/SystemLogs | |||
| ECDSASigVer(FIPS 186-4) | ECDSAPublicKeys | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) | RSAPublicKeys | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) ECDSASigVer(FIPS 186-4) | SSHHostPublicKey | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) | SSHClientPublicKey | CO | W/E | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) | Publickeyforsoftware loadtest | CO | W/E | Configuration/SystemLogs | |||
| Other Configuration | Networking parameter configuration,logging configuration,and othernon-security relevantconfiguration | RSASigGen(FIPS186-4) | RSAPrivateKeys | CO | G/W/E | Configuration/SystemLogs | |
| ECDSASigGen(FIPS 186-4) | ECDSAPrivateKeys | CO | G/W/E | Configuration/SystemLogs | |||
| KAS | KDFTLS, MD5 | TLSPre-MasterSecret | CO | G/E/Z | Configuration/SystemLogs | ||
| KDFTLS, MD5 | TLSMasterSecret | CO | G/E/Z | Configuration/SystemLogs | |||
| CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification | TLSDHE/ECDHEPrivate Components | CO | G/E/Z | Configuration/SystemLogs | |||
| TLSDHE/ECDHEPublic Components | G/E/R/W/Z | ||||||
| HMAC-SHA-1 HMAC-SHA2-256 HMAC-SHA2-384 | TLSHMACKeys | CO | G/E/Z | Configuration/SystemLogs | |||
| AES-CBCorAES-GCM | TLSEncryptionKeys | CO | G/E/Z G/Z | Configuration/SystemLogs | |||
| HMAC-SHA-1 HMAC-SHA2-256 HMAC-SHA2-512 | SSHSession AuthenticationKeys | CO | Configuration/SystemLogs | ||||
| AES-CBC,AES-CTR,or AES-GCM | SSHSessionEncryption Keys | CO | G/E/Z | Configuration/SystemLogs | |||
| KAS | KDFSSH CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes | SSHDHE/ECDHE PrivateComponents SSHDHE/ECDHEPublic Components | CO | G/E/Z G/E/R/W/Z | Configuration/SystemLogs |
Counter DRBG, Entropy Input String CO G/E Configuration/System Logs ENT (P) DRBG Seed CO G/E Configuration/System Logs DRBG V CO G/E Configuration/System Logs DRBG Key CO G/E Configuration/System Logs KDF SNMP SNMPv3 Authentication CO W/E Configuration/System Logs KDF SNMP SNMPv3 Privacy Secret CO W/E Configuration/System Logs N/A Protocol Secrets CO W/E Configuration/System Logs RSA SigVer (FIPS 186-4) CA Certificates CO G/R/E/W Configuration/System Logs ECDSA SigVer (FIPS ECDSA Public Keys CO G/R/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) RSA Public Keys CO G/R/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) SSH Host Public Key CO G/R/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) SSH Client Public Key CO W/E Configuration/System Logs RSA SigVer (FIPS 186-4) Public key for software CO W/E Configuration/System Logs load test Other Networking RSA SigGen (FIPS 186-4) RSA Private Keys CO G/W/E Configuration/System Logs configuration, and KAS KDF TLS, TLS Pre-Master Secret CO G/E/Z Configuration/System Logs KDF TLS, TLS Master Secret CO G/E/Z Configuration/System Logs relevant configuration CKG, TLS DHE/ECDHE Private CO G/E/Z Configuration/System Logs KeyGen (FIPS TLS DHE/ECDHE Public G/E/R/W/Z Safe Primes Safe Primes HMAC-SHA-1 SSH Session CO G/Z Configuration/System Logs AES-CBC, AES-CTR, or SSH Session Encryption CO G/E/Z Configuration/System Logs KAS KDF SSH SSH DHE/ECDHE CO G/E/Z Configuration/System Logs Private Components KeyGen (FIPS SSH DHE/ECDHE Public Safe Primes Safe Primes © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 14
| Key Verification | |||||||
|---|---|---|---|---|---|---|---|
| N/A | CO,User,RAVPN Password | CO | G/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) ECDSASigVer(FIPS 186-4) | CACertificates | CO | G/R/E/W | Configuration/SystemLogs | |||
| ECDSASigVer(FIPS 186-4) | ECDSAPublicKeys | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) | RSAPublicKeys | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) ECDSASigVer(FIPS 186-4) | SSHHostPublicKey | CO | G/R/E/W | Configuration/SystemLogs | |||
| RSASigVer(FIPS186-4) | SSHClientPublicKey | CO | W/E | Configuration/SystemLogs | |||
| ViewOther Configuration | Read-onlyof non-securityrelevant configuration | N/A | CO,User,RAVPN Password Note:includesallitems in“OtherConfiguration” | CO,User | W/E | Configuration/SystemLogs | |
| ShowStatus | Providesstatus informationofthe module | RSASigGen(FIPS186-4) | RSAPrivateKeys | CO,User | E | Configuration/SystemLogs | |
| ECDSASigGen(FIPS 186-4) | ECDSAPrivateKeys | CO,User | E | Configuration/SystemLogs | |||
| KAS | KDFTLS, MD5 | TLSPre-MasterSecret | CO,User | G/E/Z | Configuration/SystemLogs | ||
| KDFTLS, MD5 | TLSMasterSecret | CO,User | G/E/Z | Configuration/SystemLogs | |||
| CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification | TLSDHE/ECDHEPrivate Components | CO,User | G/E/Z | Configuration/SystemLogs | |||
| TLSDHE/ECDHEPublic Components | G/E/R/W/Z | ||||||
| HMAC-SHA-1 HMAC-SHA2-256 HMAC-SHA2-384 | TLSHMACKeys | CO,User | G/E/Z | Configuration/SystemLogs | |||
| AES-CBCorAES-GCM | TLSEncryptionKeys | CO,User | G/E/Z | Configuration/SystemLogs | |||
| HMAC-SHA-1 HMAC-SHA2-256 HMAC-SHA2-512 | SSHSession AuthenticationKeys | CO,User | G/E/Z | Configuration/SystemLogs | |||
| AES-CBC,AES-CTR,or AES-GCM | SSHSessionEncryption Keys | CO,User | G/E/Z | Configuration/SystemLogs | |||
| KAS | KDFSSH CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification | SSHDHEPublic/Private Components | CO,User | G/E/Z | Configuration/SystemLogs | ||
| SSHECDHE Public/Private Components | G/E/R/W/Z |
N/A CO, User, RA VPN CO G/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) CA Certificates CO G/R/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) SSH Host Public Key CO G/R/E/W Configuration/System Logs RSA SigVer (FIPS 186-4) SSH Client Public Key CO W/E Configuration/System Logs View Other Read-only of N/A CO, User, RA VPN CO, User W/E Configuration/System Logs Note: includes all items Show Status Provides status RSA SigGen (FIPS 186-4) RSA Private Keys CO, User E Configuration/System Logs information of the KAS KDF TLS, TLS Pre-Master Secret CO, User G/E/Z Configuration/System Logs KDF TLS, TLS Master Secret CO, User G/E/Z Configuration/System Logs CKG, TLS DHE/ECDHE Private CO, User G/E/Z Configuration/System Logs KeyGen (FIPS TLS DHE/ECDHE Public G/E/R/W/Z Safe Primes Safe Primes HMAC-SHA-1 SSH Session CO, User G/E/Z Configuration/System Logs AES-CBC, AES-CTR, or SSH Session Encryption CO, User G/E/Z Configuration/System Logs KAS KDF SSH SSH DHE Public/Private CO, User G/E/Z Configuration/System Logs ECDSA SSH ECDHE G/E/R/W/Z Safe Primes Safe Primes © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 15
VPN
Providenetwork accessforremote usersorsite-to-site connection
KTS KTS KTS KAS N/A ECDSASigVer(FIPS 186-4) RSASigVer(FIPS186-4) RSASigGen(FIPS186-4) ECDSASigGen(FIPS 186-4) KAS KTS KTS CKG, AES-CBCorAES-GCM CKG, HMAC-SHA-1 CounterDRBG, ENT(P) RSASigVer(FIPS186-4)) ECDSASigVer(FIPS 186-4)
HMAC-SHA-1 HMAC-SHA2- 256 HMAC-SHA2- 384 HMAC-SHA2- 512 AES-CBC AES-CCM AES-GCM KDFIKEv2 CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification KDFTLS, MD5 KDFTLS, MD5 CKG, ECDSA KeyGen(FIPS 186-4), ECDSA KeyVer(FIPS 186-4), KAS-ECC-SSC, KAS-FFC-SSC, SafePrimes Key Generation, SafePrimes Key Verification HMAC-SHA-1 HMAC-SHA2- 256 HMAC-SHA2- 384 AES-CBC AES-GCM
S-SVPNIPSec/IKE AuthenticationKeys S-SVPNIPSec/IKE SessionKeys S-SVPNIPSec/IKE DHE/ECDHEPrivate Components S-SVPNIPSec/IKE DHE/ECDHEPublic Components S-SVPNIPSec Pre-SharedKeys ECDSAPublicKeys RSAPublicKeys RSAPrivateKeys ECDSAPrivateKeys TLSPre-MasterSecret TLSMasterSecret TLSDHE/ECDHEPublic Components TLSDHE/ECDHEPrivate Components TLSHMACKeys TLSEncryptionKeys RAVPNIPSecSession Keys RAVPNIPSec Authentication EntropyInputString DRBGSeed DRBGV DRBGKey CACertificates
S-SVPN S-SVPN S-SVPN S-SVPN S-SVPN S-SVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN RAVPN
G/E/Z G/E/Z G/E/Z G/E/R/W/Z W/E W/E W/E E E G/E/Z G/E/Z G/E/R/W/Z G/E/Z G/E/Z G/E/Z G/E/Z G/E/Z G/E G/E G/E G/E W/E
Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs Configuration/SystemLogs
VPN Provide network HMAC-SHA-1 S-S VPN IPSec/IKE S-S VPN G/E/Z Configuration/System Logs KAS KDF IKEv2 S-S VPN IPSec/IKE S-S VPN G/E/Z Configuration/System Logs DHE/ECDHE Private Safe Primes Safe Primes N/A S-S VPN IPSec S-S VPN W/E Configuration/System Logs ECDSA SigVer (FIPS ECDSA Public Keys S-S VPN W/E Configuration/System Logs RSA SigVer (FIPS 186-4) RSA Public Keys S-S VPN W/E Configuration/System Logs RSA SigGen (FIPS 186-4) RSA Private Keys RA VPN E Configuration/System Logs ECDSA SigGen (FIPS ECDSA Private Keys RA VPN E Configuration/System Logs KAS KDF TLS, TLS Pre-Master Secret RA VPN G/E/Z Configuration/System Logs KDF TLS, TLS Master Secret G/E/Z CKG, TLS DHE/ECDHE Public RA VPN G/E/R/W/Z Configuration/System Logs KeyGen (FIPS TLS DHE/ECDHE Private RA VPN G/E/Z Configuration/System Logs Safe Primes Safe Primes AES-CBC TLS Encryption Keys RA VPN G/E/Z Configuration/System Logs CKG, RA VPN IPSec Session RA VPN G/E/Z Configuration/System Logs CKG, RA VPN IPSec RA VPN G/E/Z Configuration/System Logs Counter DRBG, Entropy Input String RA VPN G/E Configuration/System Logs ENT (P) DRBG Seed RA VPN G/E Configuration/System Logs DRBG V RA VPN G/E Configuration/System Logs DRBG Key RA VPN G/E Configuration/System Logs RSA SigVer (FIPS 186-4)) CA Certificates RA VPN W/E Configuration/System Logs © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 16
| ECDSASigVer(FIPS 186-4) | ECDSAPublicKeys | RAVPN | W/E | Configuration/SystemLogs | ||
|---|---|---|---|---|---|---|
| RSASigVer(FIPS186-4) | RSAPublicKeys | RAVPN | W/E | Configuration/SystemLogs | ||
| Software Update | Providesamethodto updatethesoftwareof themodule | RSASigVer(FIPS186-4) | Publickeyforfirmware contentloadtest Note:Includesallkeys fromOther Configuration | CO | E | Configuration/SystemLogs |
| Zeroize | Destroysallkeysin themodule | N/A | AllkeysandSSPs | CO | Z | Zeroizationindicator |
| Self-Test | Initiatesself-testsand integritytest | HMAC-SHA2-256, ECDSASigVer(FIPS 186-4) | Softwareintegrity verificationkey | CO | E | SystemLogs |
| ShowStatus (Hypervisor) | Providesstatusofthe module | N/A | N/A | All | R | LEDs |
ECDSA SigVer (FIPS ECDSA Public Keys RA VPN W/E Configuration/System Logs RSA SigVer (FIPS 186-4) RSA Public Keys RA VPN W/E Configuration/System Logs Software Provides a method to RSA SigVer (FIPS 186-4) Public key for firmware CO E Configuration/System Logs Update update the software of content load test the module Note: Includes all keys from Other Zeroize Destroys all keys in N/A All keys and SSPs CO Z Zeroization indicator the module Self-Test Initiates self-tests and HMAC-SHA2-256, Software integrity CO E System Logs integrity test ECDSA SigVer (FIPS verification key Show Status Provides status of the N/A N/A All R LEDs Note: Configuration/System Logs for Approved services above will indicate FIPS-CC mode is enabled, configuration requirements from Section 11 are followed, and that the service succeeded. 5. Software/Firmware Security The module performs the Software Integrity test by using HMAC-SHA-256 (HMAC Cert. #A2244) during the Pre-Operational Self-Test. In addition, the module also conducts a software load test by using RSA 2048 with SHA-256 (Cert. #A2244) for the new validated software to be uploaded into the module. Any software loaded into this module that is not shown on the module certificate is out of scope of this validation, and requires a separate FIPS 140-3 validation. 6. Operational Environment The module is a modifiable operational environment as per FIPS 140-3 Level 1 specifications. The hypervisor environment provides an isolated operating environment and is the single operator of the virtual machine. The tested operating environments isolate virtual systems into separate isolated process spaces. Each process space is logically separated from all other processes by the operating environments software and hardware. The module functions entirely within the process space of the isolated system as managed by the single operational environment. This implicitly meets the FIPS 140-3 requirement that only one (1) entity at a time can use the cryptographic module. 7. Physical Security There are no applicable FIPS 140-3 physical security requirements. 8. Non-Invasive Security No Approved non-invasive attack mitigation test metrics are defined at this time. © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 17
| Key/SSP/Name/Ty pe | Strength | SecurityFunction andCert.Number | Generation | Import/Expo rt | Establishment | Storage | Zeroization1 | Use&RelatedKeys |
|---|---|---|---|---|---|---|---|---|
| CACertificates | 112bits minimum | RSASigVer(FIPS 186-4), ECDSASigVer (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | TLSorSSH SessionKey Encrypted | N/A | HDD/RAM– plaintext | HDD–Zeroize Service RAM-Zeroizeat session termination | ECDSA/RSAPublic key-Usedtotrusta rootCAintermediate CAandleaf/endentity certificates (RSA2048,3072,and 4096bits) (ECDSAP-256,P-384, andP-521) |
| RSAPublicKeys | 112bits minimum | RSASigVer (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | TLSorSSH SessionKey Encryptedor Plaintext TLS handshake | N/A | HDD/RAM– plaintext | ZeroizeService | RSApublickeys managedas certificatesforthe verificationof signatures, establishmentofTLS, operator authenticationand peerauthentication. (RSA2048,3072,or 4096-bit) |
| RSAPrivateKeys | 112bits minimum | RSASigGen (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | TLSorSSH SessionKey Encrypted | N/A | HDD/RAM– plaintext | HDD–Zeroize Service RAM-Zeroizeat session termination | RSAPrivatekeysfor generationof signatures, authenticationorkey establishment. (RSA2048,3072,or 4096-bit) |
| ECDSAPublic Keys | 128bits minimum | ECDSASigVer (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | TLSorSSH SessionKey Encryptedor Plaintext TLS handshake | N/A | HDD/RAM– plaintext | ZeroizeService | ECDSApublickeys managedas certificatesforthe verificationof signatures, establishmentofTLS, operator authenticationand peerauthentication. (ECDSAP-256,P-384, orP-521) |
| ECDSAPrivate Keys | 128bits minimum | ECDSASigGen (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | TLSorSSH SessionKey Encrypted | N/A | HDD/RAM– plaintext | HDD–Zeroize Service RAM-Zeroizeat session termination | ECDSAPrivatekeyfor generationof signaturesand authentication (P-256,P-384,or P-521) |
| TLSDHE/ECDHE Private Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DRBG,SP 800-56A Rev.3 | N/A | N/A | RAM- plaintext | Zeroizeat session termination | Ephemeral Diffie-Hellmanprivate FFCorECcomponent usedinTLS (DHE2048,ECDHE P-256,P-384,P-521) |
| TLSDHE/ECDHE Public Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DRBG,SP 800-56A Rev.3 | Plaintext- TLS handshake | N/A | N/A | Zeroizeat session termination | Diffie_HellmanorEC Diffie-Hellman Ephemeralvaluesused inkeyagreement (DHE2048,ECDHE P-256,P-384,P-521) |
| TLSPre-Master Secret | N/A | KDFTLS, MD5 Cert.#A2244 | KASSP 800-56A Rev.3 | N/A | N/A | RAM– plaintext | Zeroizeat session termination | Secretvalueusedto derivetheTLSMaster Secretalongwith clientandserver randomnonces |
9. Sensitive Security Parameters The following table details all the sensitive security parameters utilized by the module. Table 11 - SSPs key - Used to trust a RSA SigVer (FIPS HDD – Zeroize root CA intermediate TLS or SSH Service CA and leaf /end entity managed as certificates for the verification of RSA SigVer signatures, peer authentication. (RSA 2048, 3072, or RSA Private keys for RSA SigGen TLS or SSH Service signatures, managed as certificates for the verification of peer authentication. generation of
112 bits RAM - FFC or EC component
112 bits Ephemeral values used
minimum in key agreement (DHE 2048, ECDHE Secret value used to KDF TLS, KAS SP Zeroize at derive the TLS Master random nonces © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 18
| TLSMasterSecret | N/A | KDFTLS, MD5 Cert.#A2244 | KDFTLS | N/A | N/A | RAM– plaintext | Zeroizeat session termination | Secretvalueusedto derivetheTLSsession keys |
|---|---|---|---|---|---|---|---|---|
| TLSEncryption Keys | 128bits minimum | AES-CBC, AES-GCM Cert.#A2244 | KDFTLS | N/A | TLS,KASSP 800-56ARev.3 | RAM- plaintext | Zeroizeat session termination | AES(128or256bit) keysusedinTLS connections(GCM; CBC) |
| TLSHMACKeys | 160bits minimum | HMAC-SHA-1, HMAC-SHA2-256, HMAC-SHA2-384 Cert.#A2244 | KDFTLS | N/A | TLS,KASSP 800-56ARev.3 | RAM- plaintext | Zeroizeat session termination | HMACkeysusedin TLSconnections (SHA-1,256,384) (160,256,384bits) |
| SSHDHE/ECDHE Private Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DRBG,SP 800-56A Rev.3 | N/A | N/A | RAM- plaintext | Zeroizeat session termination | DiffieHellmanorEC Diffie-Hellmanprivate (DHGroup14,ECDH P-256,ECDHP-384, ECDHP-521) |
| SSHDHE/ECDHE Public Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DRBG,SP 800-56A Rev.3 | Plaintext SSH handshake | N/A | RAM- plaintext | Zeroizeat session termination | DiffieHellmanorEC Diffie-Hellmanpublic component(DHGroup 14,ECDHP-256, ECDHP-384,ECDH P-521) |
| SSHHostPublic Key | 112bits minimum | RSASigVer (FIPS186-4), ECDSASigVer (FIPS186-4) Cert.#A2244 | DRBG,FIPS 186-4 | N/A | N/A | HDD/RAM– plaintext | ZeroizeService | SSHHostPublicKey (RSA2048,RSA3072, RSA4096,ECDSA P-256,P-384,or P-521) |
| SSHClientPublic Key | 112bits minimum | RSASigVer (FIPS186-4) Cert.#A2244 | N/A | Encrypted viaSSHor TLS | N/A | HDD/RAM– plaintext | ZeroizeService | PublicRSAkeyusedto authenticateclient. (RSA2048,3072,and 4096bits) |
| SSHSession EncryptionKeys | 128bits minimum | AES-CBC, AES-CTR, AES-GCM Cert.#A2244 | KDFSSH | N/A | SSH,KASSP 800-56ARev.3 | RAM- plaintext | Zeroizeat session termination | UsedinallSSH connectionstothe securitymodule’s commandline interface. (128,192,or256bits: AESCBCorCTR) (128or256bits:AES GCM) |
| SSHSession Authentication Keys | 160bits minimum | HMAC-SHA-1, HMAC-SHA2-256, HMAC-SHA2-512 Cert.#A2244 | KDFSSH | N/A | SSH,KASSP 800-56ARev.3 | RAM- plaintext | Zeroizeat session termination | Authenticationkeys usedinallSSH connectionstothe securitymodule’s commandline interface (HMAC-SHA-1, HMAC-SHA2-256, HMAC-SHA2-512) (160,256,512bits) |
| S-SVPNIPSec/IKE DHEorECDHE Private Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DBRG,SP 800-56A Rev.3 | N/A | N/A | RAM- plaintext | Powercycle | Diffie-HellmanorEC Diffie-Hellmanprivate componentusedinkey establishment (DHE2048,ECDHE P-256,P-384) |
| S-SVPNIPSec/IKE DHEorECDHE Public Components | 112bits minimum | KAS-ECC-SSC, KAS-FFC-SSC Cert.#A2244 | DRBG,SP 800-56A Rev.3 | N/A | N/A | RAM- plaintext | Powercycle | Diffie-HellmanorEC Diffie-Hellmanpublic componentusedinkey agreement (DHE2048,ECDHE P-256,P-384) |
| S-SVPNIPSec/IKE SessionKeys | 128bits minimum | AES-CBC, AES-CCM, AES-GCM Cert.#A2244 | KDFIKEv2 | N/A | IPSec/IKE,KAS SP800-56A Rev.3 | RAM- plaintext | Zeroizeat session termination | Usedtoencrypt IKE/IPSecdata.These areAES(128,192,or 256CBC)IKEkeys and(128,192or256 CBC,128CCM,128or 256GCM)IPSeckeys |
| S-SVPNIPSec/IKE Authentication Keys | 160bits minimum | HMAC-SHA-1, HMAC-SHA2-256, HMAC-SHA2-384, HMAC-SHA2-512 | KDFIKEv2 | N/A | IPSec/IKE,KAS SP800-56A Rev.3 | RAM- plaintext | Zeroizeat session termination | (HMAC-SHA-1, SHA-256,SHA-384or SHA-512)Usedto authenticatethepeer |
KDF TLS, Zeroize at Secret value used to TLS Master Secret N/A MD5 KDF TLS N/A N/A session derive the TLS session AES-CBC, Zeroize at Zeroize at Diffie Hellman or EC
112 bits RAM -
Diffie Hellman or EC
112 bits SSH RAM - component (DH Group RSA SigVer (RSA 2048, RSA 3072, N/A N/A Zeroize Service RSA 4096, ECDSA Public RSA key used to RSA SigVer Encrypted SSH Client Public 112 bits HDD/RAM – authenticate client. (FIPS 186-4) N/A via SSH or N/A Zeroize Service
Used in all SSH connections to the security module’s Zeroize at command line used in all SSH connections to the HMAC-SHA-1, security module’s SSH Session Zeroize at Diffie-Hellman or EC DHE or ECDHE 112 bits RAM - component used in key Components (DHE 2048, ECDHE Diffie-Hellman or EC DHE or ECDHE 112 bits RAM - component used in key Components (DHE 2048, ECDHE Used to encrypt S-S VPN IPSec/IKE IPSec/IKE, KAS Zeroize at HMAC-SHA2-512 authenticate the peer © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 19
| Cert.#A2244 | inanIKE/IPSectunnel connection.(160,256, 384,512bits) | |||||||
|---|---|---|---|---|---|---|---|---|
| S-SVPNIPSec Pre-SharedKeys | N/A | N/A | N/A | Encrypted viaSSHor TLS | N/A | HDD/RAM– plaintext | ZeroizeService | PSKusedin conjunctionwith HMAClistedabovefor authentication. Enteredintothe modulebytheCrypto Officeronce authenticated |
| RAVPNIPSec SessionKeys | 128bits minimum | AES-CBC, AES-GCM Cert.#A2244 | CKG, DRBG | N/A | N/A | RAM- plaintext | Zeroizeat session termination | Usedtoencrypt remoteaccess sessionsutilizing IPSec.(AES128-CBC, 128/256-GCM) |
| RAVPNIPSec Authentication | 128bits minimum | HMAC-SHA-1 Cert.#A2244 | CKG, DRBG | N/A | N/A | RAM- plaintext | Zeroizeat session termination | (HMAC-SHA-1,160 bits) Usedinauthentication ofremoteaccessIPSec data. |
| Softwareintegrity verificationkey | 128bits | HMAC-SHA2-256, ECDSASigVer (FIPS186-4) Cert.#A2244 | N/A | N/A | N/A | HDD- plaintext | N/A | Usedtocheckthe integrityofall softwarecode (HMAC-SHA-256and ECDSAP-256) |
| Publickeyfor softwarecontent loadtest | 112bits | RSASigVer (FIPS186-4) Cert.#A2244 | N/A | N/A | N/A | HDD- plaintext | N/A | Usedtoauthenticate software/firmware andcontenttobe installedonthe firewall(RSA2048 withSHA-256) |
| CO,User,RAVPN Password | N/A | SHA2-256 Cert.#A2244 | External | Encrypted viaSSHor TLS | N/A | HDD-a password hash (SHA2-256) | ZeroizeService | Authenticationstring withaminimumlength ofeight(8)characters. |
| ProtocolSecrets | N/A | N/A | N/A | Encrypted viaSSHor TLS | N/A | HDD/RAM– plaintext | ZeroizeService | Secretsusedby RADIUSorTACACS+ (8characters minimum) |
| EntropyInput String | 256bits | CKG(vendor affirmed),Counter DRBGCert. #A2244, ENT(P) | Entropyas per SP800-90B | N/A | N/A | RAM- plaintext | Powercycle | DRBGinputstring comingfromthe entropysource Inputlength=384 bits |
| DRBGSeed | 256bits | CKG(vendor affirmed),Counter DRBGCert. #A2244, ENT(P) | Entropyas per SP800-90B | N/A | N/A | RAM- Plaintext | Powercycle | DRBGseedcoming fromtheentropy source Seedlength=384bits |
| DRBGV | 128bits | CKG(vendor affirmed),Counter DRBGCert. #A2244, ENT(P) | Entropyas per SP800-90B | N/A | N/A | RAM- plaintext | Powercycle | AES256CTRDRBG State(V)usedinthe generationofrandom values |
| DRBGKey | 256bits | CKG(vendor affirmed),Counter DRBGCert. #A2244, ENT(P) | Entropyas per SP800-90B | N/A | N/A | RAM- plaintext | Powercycle | AES256CTRDRBG State(Key)usedinthe generationofrandom values |
| SNMPv3 Authentication Secret | N/A | KDFSNMP Cert.#A2244 | N/A | Encrypted viaTLS/SSH | N/A | HDD/RAM– plaintext | ZeroizeService | Usedtosupport SNMPv3services (Minimum8 characters) |
| SNMPv3Privacy Secret | N/A | KDFSNMP Cert.#A2244 | N/A | Encrypted viaTLS/SSH | N/A | HDD/RAM– plaintext | ZeroizeService | Usedtosupport SNMPv3services (Minimum8 characters) |
Cert. #A2244 in an IKE/IPSec tunnel PSK used in conjunction with HMAC listed above for N/A N/A N/A via SSH or N/A Zeroize Service Pre-Shared Keys plaintext Entered into the module by the Crypto Officer once Used to encrypt AES-CBC, Zeroize at remote access Zeroize at bits) N/A N/A session Used in authentication termination of remote access IPSec Used to check the integrity of all Software integrity ECDSA SigVer HDD verification key (FIPS 186-4) plaintext ECDSA P-256) Used to authenticate Public key for RSA SigVer HDD - and content to be software content 112 bits (FIPS 186-4) N/A N/A N/A N/A plaintext installed on the load test Cert. #A2244 firewall (RSA 2048 N/A External via SSH or N/A Zeroize Service with a minimum length TLS of eight (8) characters. Secrets used by HDD/RAM – RADIUS or TACACS+ Protocol Secrets N/A N/A N/A via SSH or N/A Zeroize Service coming from the affirmed), Counter Entropy as Entropy Input RAM - entropy source #A2244, SP 800-90B Input length = 384 DRBG seed coming Entropy as from the entropy SP 800-90B Seed length = 384 bits Entropy as DRBG Cert. RAM - State (V) used in the #A2244, plaintext generation of random SP 800-90B Entropy as #A2244, plaintext generation of random SP 800-90B SNMPv3 Used to support N/A N/A N/A Zeroize Service Used to support SNMPv3 Privacy KDF SNMP Encrypted HDD/RAM – SNMPv3 services N/A N/A N/A Zeroize Service © 2024 Palo Alto Networks, Inc. PAN-OS 10.1 VM-Series Security Policy 20
| Authentication Key | 160bits minimum | HMAC-SHA-1, HMAC-SHA2-224, HMAC-SHA2-256, HMAC-SHA2-384, HMAC-SHA2-512 Cert.#A2244 | KDFSNMP | N/A | HDD/RAM- Plaintext | ZeroizeService | HMAC–SHA-1/224/2 56/384/512 Authentication protocolkey(160bits) |
|---|---|---|---|---|---|---|---|
| SessionKey | 128bits minimum | AES-CFB Cert.#A2244 | KDFSNMP | N/A | HDD/RAM- Plaintext | ZeroizeService | Privacyprotocol encryptionkey (AES128/192/256 CFB) |
| EntropySource | Minimumnumberofbitsof entropy | Details |
|---|---|---|
| ENT(P)IntelCPUwithRDSEED Hardwareentropysource | 256bits | EntropyprovidedbyIntel’sCPUwithRDSEEDas thenoisesourcewherethenoisesampleshavea min-entropyrateof0.6138bitsofentropyperbit ofoutput.Duetothenumberofsamplescollected andtheconditioningapplied,theDRBGisseeded with>256bitsofentropy. |
KDF SNMP N/A N/A Zeroize Service HMAC-SHA2-512 protocol key (160 bits) Privacy protocol Session Key KDF SNMP N/A N/A Zeroize Service Note: SSPs are implicitly zeroized when power is lost, or explicitly zeroized by the zeroize service. In the case of implicit zeroization, the SSPs are implicitly overwritten with random values due to their ephemeral memory being reset upon power loss. For the zeroization service and zeroization at session termination, the SSP's memory location is overwritten with random values. Table 12 - Non-Deterministic Random Number Generation Specification Entropy Source Minimum number of bits of Details Entropy provided by Intel’s CPU with RDSEED as the noise source where the noise samples have a ENT (P) Intel CPU with RDSEED 256 bits min-entropy rate of 0.6138 bits of entropy per bit Hardware entropy source of output. Due to the number of samples collected and the conditioning applied, the DRBG is seeded 10. Self-Tests The cryptographic module performs the following tests below. The operator can command the module to perform the power-up self-test by cycling power of the module; these tests do not require any operator action. Pre-operational Self-Tests Pre-operational Software Integrity Test
| CauseofError | ErrorStateIndicator |
|---|---|
| ConditionalCryptographicAlgorithmSelf-Testor SoftwareIntegrityTestFailure | FIPS-CCmodefailure. <Algorithmtest>failed. |
| ConditionalPairwiseConsistencyorCriticalFunctions TestFailure | Systemlogprintsanerrormessage. |
| ConditionalSoftwareLoadTestFailure | SystemprintsInvalidimagemessage. |
operation, see “Approved Mode of Operation''. For details regarding secure installation, initialization, startup, and operation of the module, see below. Installation Instructions The module can be retrieved by downloading PanOS_vm-10.1.5 from the support site (https://support.paloaltonetworks.com/Support/Index), and a checksum (SHA-256) is available to ensure the module is correct: o 10.1.5: 018fd6b322d1d65023751496ac3f9a7c4890fdd523f9d5a9145c752447b492cb Alternatively, the VM-Series version can be obtained by running the following commands via CLI (as an authorized administrator): 1. request system software check 2. request system software download version 10.1.5 3. request system software install version 10.1.5 4. request restart system Palo Alto Network provides an Administrator Guide for additional information noted in the “Reference Documents” section of this Security Policy. The module design corresponds to the module security rules noted in the section below. Module Enforced Security Rules When FIPS-CC mode is enabled, the module runs all the required items noted in Section 10 Self-tests. This section documents the security rules enforced by the cryptographic module to implement the security requirements of this FIPS 140-3 Level 1 module.
14. Definitions and Acronyms AES