Existing Customers

Resources for returning and existing customers

Thank you for submitting your Existing Customers form. We will respond to your request soon.

For assistance filing a claim, obtaining a Certificate of Insurance, or other general questions about your policy, please contact your carrier directly using the contact details provided below.

Business Insurance

Carrier Name
General / Billing
Claims
Email
Biberk
844-472-0967
844-472-0968
CHUBB
General CS: 866-972-2727
Billing: 877-490-7427
866-972-2728
CNA
877-724-2669
Coterie
513-440-4044
855-328-0312
Employers
800-700-9113
888-682-6671
--
Hanover
866-861-5558
866-861-5559
Hiscox Tech/Cyber
800-460-6467
800-460-6467
Hiscox (All Other)
855-587-1676
866-424-8508
Liberty Mutual
844-310-1336
800-426-9898
Nationwide
888-508-8622
800-421-3535
--
Progressive
800-444-4487
800-274-4499
Travelers
800-842-5075
800-252-4633
For all other carriers:
Acuity
General / Billing: 800-242-7666
Biberk
General / Billing: 844-472-0967
Claims: 844-472-0968
CHUBB
General CS: 866-972-2727
Billing: 877-490-7427
Claims: 866-972-2728
Coterie
General / Billing: 513-440-4044
Claims: 855-328-0312
Employers
General / Billing: 800-700-9113
Claims: 888-682-6671
Hanover
General / Billing: 866-861-5558
Claims: 866-861-5559
Hiscox Tech/Cyber
General / Billing: 800-460-6467
Claims: 800-460-6467
Hiscox (All Other)
General / Billing: 855-587-1676
Claims: 866-424-8508
Liberty Mutual
General / Billing: 844-310-1336
Nationwide
General / Billing: 888-508-8622
Claims: 800-421-3535
Progressive
General / Billing: 800-444-4487
Travelers
General / Billing: 800-842-5075
Claims: 800-252-4633
For all other business insurance carriers:
CoverHound
General / Billing: 800-460-6467
Claims: 800-460-6467
CyberPolicy FAQs
Explore FAQs to find answers to your common insurance questions.
Learn More
© 2010 - CoverHound LLC - All rights reserved.
PO Box 9070, Carlsbad, CA. 92018-9070
CyberPolicy®, "Plan. Prevent. Insure."™, and "CyberCheckup"™ are trademarks of CoverHound LLC
DBA: CoverHound Insurance Solutions - CA License No. 6005304

"; echo $error . "

"; echo "Please go back and fix these errors.

"; die(); } // validation expected data exists if ( !isset($_POST['Name']) || !isset($_POST['Email']) || !isset($_POST['Message']) ) { problem('We are sorry, but there appears to be a problem with the form you submitted.'); } $name = $_POST['Name']; // required $email = $_POST['Email']; // required $message = $_POST['Message']; // required $error_message = ""; $email_exp = '/^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/'; if (!preg_match($email_exp, $email)) { $error_message .= 'The Email address you entered does not appear to be valid.
'; } $string_exp = "/^[A-Za-z .'-]+$/"; if (!preg_match($string_exp, $name)) { $error_message .= 'The Name you entered does not appear to be valid.
'; } if (strlen($message) < 2) { $error_message .= 'The Message you entered do not appear to be valid.
'; } if (strlen($error_message) > 0) { problem($error_message); } $email_message = "Form details below.\n\n"; function clean_string($string) { $bad = array("content-type", "bcc:", "to:", "cc:", "href"); return str_replace($bad, "", $string); } $email_message .= "Name: " . clean_string($name) . "\n"; $email_message .= "Email: " . clean_string($email) . "\n"; $email_message .= "Message: " . clean_string($message) . "\n"; // create email headers $headers = 'From: ' . $email . "\r\n" . 'Reply-To: ' . $email . "\r\n" . 'X-Mailer: PHP/' . phpversion(); @mail($email_to, $email_subject, $email_message, $headers); ?> Thank you for contacting us. We will be in touch with you very soon.