Skip to content

Instantly share code, notes, and snippets.

@N7WEra
Last active April 7, 2025 00:19
Show Gist options
  • Save N7WEra/4171e08e2cf138d5bdf5d195284b7547 to your computer and use it in GitHub Desktop.
Save N7WEra/4171e08e2cf138d5bdf5d195284b7547 to your computer and use it in GitHub Desktop.
Kitana custom field
- name: awss3
type: regex
regex:
- '[a-zA-Z0-9.-]+\.s3\.amazonaws\.com'
- 's3://([^/]+)'
- '[a-zA-Z0-9.-]+.s3\.[a-zA-Z0-9.-]+\.amazonaws\.com'
- '[a-zA-Z0-9.-]+\.s3-website-[a-z0-9-]+\.amazonaws\.com'
- '[a-zA-Z0-9.-]+\.s3\.amazonaws\.com'
- name: awsapps
type: regex
regex:
- '[a-zA-Z0-9.-]+\.awsapps\.com'
- name: dostorage
type: regex
regex:
- '[a-zA-Z0-9.-]+\.digitaloceanspaces\.com'
- name: doapp
type: regex
regex:
- '[a-zA-Z0-9.-]+\.ondigitalocean\.app'
- name: azureblob
type: regex
regex:
- '[a-zA-Z0-9.-]+\.blob\.core\.windows\.net'
- '[a-zA-Z0-9.-]+\.web\.core\.windows\.net'
- '[a-zA-Z0-9.-]+\.file\.core\.windows\.net'
- '[a-zA-Z0-9.-]+\.queue\.core\.windows\.net'
- '[a-zA-Z0-9.-]+\.table\.core\.windows\.net'
- name: azurewebapp
type: regex
regex:
- '[a-zA-Z0-9.-]+\.azurewebsites\.net'
- '([a-zA-Z0-9.-]+\.azurewebsites\.net)'
- '[a-zA-Z0-9.-]+\.cloudapp\.net'
- '[a-zA-Z0-9.-]+\.[a-zA-Z0-9.-]+\.cloudapp\.net'
- '[a-zA-Z0-9.-]+\.[a-zA-Z0-9.-]+\.cloudapp\.net'
- '[a-zA-Z0-9.-]+\.onmicrosoft\.com'
- name: azuredatabase
type: regex
regex:
- '[a-zA-Z0-9.-]+\.database\.windows\.net'
- name: azureedge
type: regex
regex:
- '[a-zA-Z0-9.-]+\.azureedge\.net'
- name: gcpbuckets
type: regex
regex:
- '[a-zA-Z0-9.-]+\.storage\.googleapis\.com'
- 'storage\.googleapis\.com\/[a-zA-Z0-9.-]+'
- name: gcpfirebasertd
type: regex
regex:
- '[a-zA-Z0-9.-]+\.firebaseio\.com'
- name: gcpappspot
type: regex
regex:
- '[a-zA-Z0-9.-]+\.appspot\.com'
- name: gcpfunction
type: regex
regex:
- '[a-zA-Z0-9.-]+\.cloudfunctions\.net'
- name: gcpfirebase
type: regex
regex:
- '[a-zA-Z0-9.-]+\.firebaseapp\.com'
- name: alibaba
type: regex
regex:
- '[a-zA-Z0-9.-]+\.aliyuncs\.com'
- name: linode
type: regex
regex:
- '[a-zA-Z0-9.-]+\.linodeobjects\.com'
@ShubhamRasal
Copy link

Thanks for this 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment