Skip to content
View jbeato73's full-sized avatar

Block or report jbeato73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jbeato73/README.md

Hi, I'm Jose Beato

Production Support Engineer | Technical Product Owner | AIOps & Telecom Fraud Detection

I am an infrastructure and product professional with 25+ years in enterprise financial services, currently building a focused portfolio in AI-Augmented Operations (AIOps) applied to telecom fraud detection. My work bridges production support, intelligent automation, and Python-based tooling to detect and respond to toll fraud across enterprise branch infrastructure.


πŸ› οΈ AIOps β†’ Toll Fraud Detection Pivot (Active)

I am currently pivoting my AIOps automation skills toward telecom fraud detection β€” specifically targeting International Revenue Share Fraud (IRSF) and PBX exploitation patterns in retail banking environments.

Pinned Repositories

Project Focus Area Stack
telecom-cost-auditor Call cost anomaly detection β€” ingests branch call records, cleans data, flags high-cost and long-duration calls Python Β· CSV Β· JSON Β· Standard Library
ai-network-advisor AI-powered device troubleshooting β€” queries offline devices from SQLite inventory, generates Gemini remediation playbooks Python Β· SQLite Β· Google Gemini API
infra-cost-auditor Infrastructure cost auditor β€” predecessor to telecom-cost-auditor, cloud server cost analysis with tax and threshold flagging Python Β· JSON Β· CSV
network-health-checker Endpoint health monitoring β€” HTTP pulse checks across infrastructure targets with availability reporting Python Β· requests
bulk-site-validator Branch site validation β€” bulk IP and name validation across branch locations with CSV inventory output Python Β· CSV
directory-archiving Log archiver β€” organizes branch log files into regional directories with dry-run support and CSV manifest Python Β· File I/O

πŸ” Fraud Detection Competencies

  • IRSF Pattern Recognition β€” flagging call records for off-hours activity, high-tariff destinations, and anomalous cost profiles
  • Data Pipeline Design β€” CSV ingestion β†’ cleaning β†’ audit flagging β†’ JSON report output
  • AI-Driven Remediation β€” using Google Gemini to generate vendor-specific troubleshooting playbooks for offline devices
  • Production Support Mindset β€” monitoring, alerting, incident logging, and structured reporting baked into every script
  • Branch Infrastructure Auditing β€” bulk validation of call records and site data across enterprise branch networks

πŸ“ Current Progress

  • βœ… Standardized all 10 repos to a consistent script structure β€” headers, section labels, Best Practice comments, summary reporting
  • βœ… Day 14: telecom-cost-auditor β€” CSV ingestion, data cleaning, cost/duration threshold flagging, JSON audit report
  • πŸ”œ Day 15: telecom_cost_auditor_v2.py β€” per-country daily cost aggregation and stricter threshold detection
  • πŸ”œ Day 17: Off-hours fraud detection with datetime parsing
  • πŸ”œ Day 19: Multi-factor risk scorer (LOW / MEDIUM / HIGH / CRITICAL)
  • πŸ”œ Day 28–30: Capstone β€” toll-fraud-ops-toolkit

🏦 Domain Background

25 years of enterprise infrastructure in financial services, including 13 years as Application Owner and VP Product Owner at a major U.S. bank β€” supporting platforms serving 250,000+ employees. Deep hands-on experience with Ribbon SBC/PSX/RAMP, WebRTC, VoIP infrastructure, ServiceNow, and Agile/Scrum delivery. CSM certified.

Open to: Contract and full-time roles in Production Support, Technical Product Ownership, and AIOps Engineering within financial services.


πŸ“¬ Let's Connect

  • πŸ“ New York Metro Area β€” Open to Hybrid / On-site
  • πŸ’Ό LinkedIn

Pinned Loading

  1. ai-network-advisor ai-network-advisor Public

    AI-augmented network operations (AIOps) utility. Integrates Google’s Gemini 2.0 SDK to analyze device telemetry and provide intelligent, vendor-specific troubleshooting recommendations for enterpri…

    Python 1

  2. infra-cost-auditor infra-cost-auditor Public

    Financial data transformation utility for cloud infrastructure. Automates the cleaning of messy JSON cost exports and converts them into standardized, tax-adjusted CSV reports with high-priority bu…

    Python

  3. telecom-cost-auditor telecom-cost-auditor Public

    Telecom call cost auditor for fraud detection. Evolved from infra-cost-auditor β€” ingests branch call records, cleans data, flags high-cost and long-duration calls. Day 14 of AIOps β†’ Toll Fraud pivot.

    Python 1

  4. network-health-checker network-health-checker Public

    JSON-driven network monitoring tool for real-time endpoint health tracking. Features automated incident logging, latency measurement, and SLA availability reporting for critical infrastructure.

    Python