To create physical media from the ISO file on OS X:
Convert the ISO to a DMG file:
hdiutil convert -format UDRW -o /<path-to-output-img>/FireEyeCCCB-vx.x.x.img /<path-to-input-iso>/FireEye-CCCBvx.x.x.isoList your currently attached disks:
diskutil listInsert your USB drive.
List your currently attached disks and identify the newly attached USB drive:
diskutil listUnmount the USB drive:
diskutil unmountDisk /dev/diskXUse
ddto copy the image to the new USB drive, making sure to specify the USB drive as/dev/rdiskXinstead of/dev/diskX:sudo dd if=/path/to/input/dmg/FireEye-CC1-vx.x.x.img.dmg of=/dev/rdiskX bs=1mEject the USB drive:
diskutil eject /dev/diskX