- Products
- Learn
- Local User Groups
- Partners
- More
The State of Ransomware Q1 2026
Key Trends and Their Impact
Good, Better, Best:
Prioritizing Defenses Against Credential Abuse
AI Security Masters E7:
How CPR Broke ChatGPT's Isolation and What It Means for You
Blueprint Architecture for Securing
The AI Factory & AI Data Center
Call For Papers
Your Expertise. Our Stage
CheckMates Go:
CheckMates Fest
🚀 Runs on all Check Point Gaia systems.
🎓 Referenced in sk180812
One-liner (Bash) to show the inventory of plugged transceivers, DAC cables and line cards.
In expert mode run:
echo;if [[ -f "/etc/cp-release" ]] && ! [[ `grep Embed /etc/cp-release` ]];then stat=`cpstat os`;tput bold;echo -n "$stat"|grep "Appliance Name:"|sed 's/Appliance Name://'|tr -s ' '|tr -d '\n';if [[ `echo "$stat"|grep "Maestro"` ]] && [[ `grep original_name /etc/appliance_config.xml|tr '<>' '\n'|grep "Check Point"` ]];then echo; echo -n " ";grep original_name /etc/appliance_config.xml|tr '<>' '\n'|grep "Check Point"|tr -d '\n';fi;tput sgr0;if [[ `echo "$stat"|grep Manufacturer|grep CheckPoint` ]];then echo -n " (Serial: `echo "$stat"|grep "Appliance SN"|awk '{print $NF}'`, MAC: `dmidecode -t1|grep UUID|awk '{print $NF}' FS=-|sed 's/../&:/g; s/:$//'`)";fi;echo;echo;sfps=0;tput bold;echo " Line cards";tput sgr0;if [[ `find /sys/class/net -name eth*-01 2>/dev/null` ]]; then find /sys/class/net -name eth*-01 2>/dev/null|while read line;do sv=`cat "$line/device/subsystem_vendor" 2>/dev/null`;sd=`cat "$line/device/subsystem_device" 2>/dev/null`;if [[ -n "$sv" ]] && [[ -n "$sd" ]];then grep "$sv" /etc/hw_info/linecard.lst 2>/dev/null|grep "$sd"|awk -F ',' '{print "Model: "$3" Type: "$4}'|tr -d '"'|tr -s " "|tr -d "\t"|sed "s/\bModel\b/\x1b[1;1m&\x1b[m/g;s/\bType\b/\x1b[1;1m&\x1b[m/g;s/^/\t/";fi;done;else echo -e "\n\t-";fi;echo;nics=`ls -d /sys/class/net/*/device 2>/dev/null|awk -F '/' '{print $5}'`;if [[ -n "$nics" ]];then phys=`echo "$nics"|wc -l`;echo "$nics"|while read line;do if [[ `ethtool -m $line 2>/dev/null` ]];then sfps=1;tput bold;echo " "$line;tput sgr0;etht=`ethtool -m $line 2>/dev/null|awk '/Transceiver type/ && ++count==1{sub(/Transceiver type/,"Transceiver_type")} 1'|grep 'Identifier\|Transceiver_type\|Length\|Vendor name\|Vendor SN\|Vendor PN'|sed 's/Transceiver_type/Transceiver type/'|grep -v ': 0m\|: 0km'`;vendor=`ethtool -m $line 2>/dev/null|grep 'Vendor PN'|awk '{print $NF}'`;file=`find /etc/hcp/tests -name hcp_optic_info.json 2>/dev/null|head -n1`;if [[ -n "$file" ]] && [[ -s "$file" ]] && $CPDIR/jq/jq -e . "$file" >/dev/null 2>&1;then data=`$CPDIR/jq/jq -e -r ".transceivers.CheckPoint_PartNumber[\"$vendor\"]" "$file" 2>/dev/null`;elif [[ -f /etc/xcvr_list.csv ]];then data=`awk -F',' -v pn="$vendor" '$14==pn{print $3}' /etc/xcvr_list.csv|head -n1`;[[ -z "$data" ]] && false;else data="";false;fi;if [[ $? -ne 0 ]];then echo "$etht";else echo "$etht$data"|sed "s/^[ \t]*//"|tr -d '"{},'|tr -s " "|sed "s/:/@:/"|column -t -s '@'|sed "s/^/\t/"|grep -v "TBD"$;fi;echo;fi;((phys--));if [[ $phys -eq 0 ]] && [[ sfps -eq 0 ]];then echo -e " \033[1;31mNo SFPs/DACs found! \033[m\n";fi;done;else echo -e " \033[1;31mNo network interfaces found! \033[m\n";fi;unset stat sfps phys etht line data file vendor nics sv sd;else echo -e " \033[1;31mUnsupported OS! \033[m\n";fi
Integrated with our ccc script.
🚀 Runs on all Check Point Gaia systems.
🎓 Referenced in sk180812
One-liner (Bash) to show the inventory of plugged transceivers, DAC cables and line cards.
In expert mode run:
echo;if [[ -f "/etc/cp-release" ]] && ! [[ `grep Embed /etc/cp-release` ]];then stat=`cpstat os`;tput bold;echo -n "$stat"|grep "Appliance Name:"|sed 's/Appliance Name://'|tr -s ' '|tr -d '\n';if [[ `echo "$stat"|grep "Maestro"` ]] && [[ `grep original_name /etc/appliance_config.xml|About CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY