Open-source atomic malware analysis

Analyze another

awscli/botocore/__init__.py

UNKNOWN
Verdict: BENIGN
Mal-ecule
K(Li)H(Db)
Size 6.5 KB download
First seen 7 days ago
Analyzed 7 days ago
Ecosystem go

Referenced by 1 sample

__init__.py python
1 # Copyright (c) 2012-2013 Mitch Garnaat http://garnaat.org/
2 # Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License"). You English function-word token "the"
5 # may not use this file except in compliance with the License. A copy of
6 # the License is located at
7 #
8 # http://aws.amazon.com/apache2.0/
9 #
10 # or in the "license" file accompanying this file.
12:8 IND, either express or implied. See the License for the specific English function-word token "for"
13 # language governing permissions and limitations under the License. English function-word token "and"
14
15 import logging
16 import os
17 import re
18
19 __version__ = '1.38.18'
20
21
22 c
27:14 efault logger to do nothing
28 log = logging.getLogger('botocore')
29 log.addHandler(NullHandler()) Python module-level function call
30
31 _INITIALIZERS = []
32
33 _first_cap_regex = re.compile('(.)([A-Z][a-z]+)')
34 _end_cap_regex = re.compile('([a-z0-9])([A-Z])')
35 # The r
37:48 s$')
38 # Prepopulate the cache with special cases that don't match English function-word token "that"
39 # our regular transformation.
40 _xform_cache = {
41 ('CreateCachediSCSIVolume', '_')
180:31 ack)
181
182
183 def invoke_initializers(session):
184 """Invoke all initializers for a session.
185
186 :type session: botocore.session.Session
187 :param session: The session to initialize.
188
189 """
190 for initializer in _INITIALIZERS:
191 initializer(session)

Well-known

Micro-behaviors

Metadata

Identity

SHA-256 a7852a7e28cf119a7502b587fa14ed65df6e4feef4bbb6f8e4ce20aea8e38dba
Filename awscli/botocore/__init__.py

Origin

Source x
Feed pkg.go.dev
Ecosystem go

Timeline

First seen 24 Aug 2026 14:42 UTC
First analyzed 24 Aug 2026 14:40 UTC
Last analyzed 24 Aug 2026 14:40 UTC
Last updated 24 Aug 2026 14:42 UTC

Labeling

Label unknown