keyhog-core 0.5.4

keyhog-core — shared data model and detector specifications for the KeyHog secret scanner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Docs: https://ip-api.com/docs
# Format: API key for pro version
# Verify: GET /json/ with fields query returns 200
# Prefix: none (requires context anchoring)

[detector]
id = "ip-api-credentials"
name = "ip-api Credentials"
service = "ip-api"
severity = "low"
keywords = ["IPAPI_KEY", "IP_API_KEY", "ipapi", "ip-api"]

[[detector.patterns]]
regex = "(?:IP[-_]?API|ip[-_]?api)(?:_KEY)?[=:\\s\"'']+([a-zA-Z0-9_-]{10,})"
description = "ip-api API key with context anchor"
group = 1