The commands below are helpful when troubleshooting and could be beneficial when designing for scalability. They can easily be scripted...
~ curl -Is https://{SITE}.com | head -1 HTTP/2 200 ➜ ~ curl -Is https://{SITE}.com/login.asp | head -1 HTTP/2 404 ➜...
Step 1: Download one of the malware test files. You can select from PE, APK, MacOSX, and ELF. If you...
Keep in mind, this information will be logged as well, so you can query your logs. Here is a list...
There are two good commands to run:...
Data Network = default MTU=1500 OS/VMware/Etc.. = default MTU=1500 When you try to ping with an MTU of 1500, you...
Use the command below to test jumbo frames: Windows: ping {ip_address} -f -l 8972 -l 8972 value is actually equal...
Test a security policy rule: test security-policy-match application twitter-posting source-user cordero\kcordero destination 98.2.144.22 destination-port 80 source 10.200.11.23 protocol 6...
Used the “test decryption-policy-match” command: corderoPA-A(active)> test decryption-policy-match source {SOURCE-IP} destination {DESTINATION-IP} Matched rule: 'Do Not Decrypt' action: no-decrypt...