File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 685685 " Zapier"
686686 ]
687687 },
688+ {
689+ "Name" : " Datadog Client Token" ,
690+ "Regex" : " ^(pub[a-f0-9]{32})$" ,
691+ "plural_name" : false ,
692+ "Description" : " Client tokens are used to send events and logs from web and mobile applications." ,
693+ "Exploit" : null ,
694+ "Rarity" : 1 ,
695+ "URL" : null ,
696+ "Tags" : [
697+ " API Keys" ,
698+ " Credentials" ,
699+ " Datadog"
700+ ]
701+ },
688702 {
689703 "Name" : " New Relic Admin API Key" ,
690704 "Regex" : " (?i)^(NRAA-[a-f0-9]{27})$" ,
Original file line number Diff line number Diff line change @@ -906,6 +906,11 @@ def test_zapier_webhook():
906906 _assert_match_first_item ("Zapier Webhook Token" , res )
907907
908908
909+ def test_datadog_client_token ():
910+ res = r .check (["pub85abf45b82e2f86f25003d559bca07d9" ])
911+ _assert_match_first_item ("Datadog Client Token" , res )
912+
913+
909914def test_new_relic_rest_api_key ():
910915 res = r .check (["NRRA-2a2d50d7d9449f3bb7ef65ac1184c488bd4fe7a8bd" ])
911916 _assert_match_first_item ("New Relic REST API Key" , res )
You can’t perform that action at this time.
0 commit comments