NC A.I CyberSecurity Scoring
08/01/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Não Contrabando (Imperial Brands Portugal) in 2026.
No incidents recorded for Não Contrabando (Imperial Brands Portugal) in 2026.
No incidents recorded for Não Contrabando (Imperial Brands Portugal) in 2026.
PT Gudang Garam Tbk is one of the leading cigarette producers that has been established since 1958 in the town of Kediri, East Java. Measured by assets controlled, product sales, duties and taxes paid to the Indonesian Government and by total number of employees, PT Gudang Garam, Tbk. is the biggest company involved in the Indonesian kretek cigarette industry. 'Tbk' denotes that the company lists part of its shares in the Stock Exchange. The Company has a 21.4 per cent of the domestic cigarette market at the end of 2017 based on Nielsen market research. Until now, Gudang Garam has widely known both domestically and abroad as a producer of high quality kretek clove cigarettes. Gudang Garam products can be found in many varieties, ranging from SKL (Sigaret Kretek Klobot) or corn husk-wrapped clove cigarettes, SKT (Sigaret Kretek Linting Tangan) or hand-rolled clove cigarettes, up to SKM (Sigaret Kretek Linting Mesin) or machine-rolled clove cigarettes. For the true clove cigarettes lovers, we are committed to provide an outstanding experience in enjoying kretek clove cigarettes made from high-quality materials. Gudang Garam provides lifehoods for a workforce of 35,272 at the end of 2017, engaged in cigarette manufacturing, marketing, & distribution. In addition to its production facilities, the Company is represented by a total of 67 area offices with 281 points of distribution located throughout Indonesia and services its markets with a sales fleet of over 7,000 vehicles. Employee walfare is a priority, from paper safety practices and health facilities to training in leadership, management, clerical and technical skills through a mixture of internal and external courses. Gudang Garam contributes indirectly to the lives of about 4 million people comprising tobacco and clove farmers, retailers and hawkers across the archipelago. The cigarette industry, in which Gudang Garam is a leading player, is a major source of revenue for the Government in excise duty.
Established in 1913, PT Hanjaya Mandala Sampoerna Tbk. (Sampoerna) has been playing a significant part in the tobacco industry for more than a century. As a subsidiary of PT Philip Morris Indonesia (PMID) and an affiliate to Philip Morris International Inc. (PMI) since 2005, we have the vision to be regarded as the most respected company in Indonesia. We place our "Three Hands Philosophy" mission at heart, which represents our key stakeholders including adult consumers, employees & business partners, and society at large, to embrace in synergy and continuously innovate to reach new milestones. To deliver high-quality products for our adult consumers, we focused on our employees by formulating an inclusive and vibrant working environment. Our diverse and global teams offer a wide range of perspectives for anyone keen to learn something new every day. That is why Sampoerna has been certified as a “Top Employer” in Indonesia by the Top Employers Institute for the past years in a row. This certification is further recognition of Sampoerna's transformation progress and firmly establishes Sampoerna among the ranks of employers of choice that are focused on meeting the needs of a globally diverse workforce. Here, we strive to #MakeHistory by creating a positive impact for society at large. The initiatives towards sustainability are encapsulated in “Sampoerna for Indonesia” (“Sampoerna Untuk Indonesia”) which represents our commitment to continuously contribute to Indonesia’s development. To help the growth of our business partners and society at large, we are continuously committed to improving the MSME’s (UMKM) skills with various integrated and comprehensive training through the Sampoerna Entrepreneurship Training Center (SETC) and the Sampoerna Retail Community (SRC). With our current mission to lead the transformation of the tobacco industry, we believe that we are preparing the business for the future and create wider societal value for all stakeholders.
We’re JTI, Japan Tobacco International and we believe in freedom. We think that the possibilities are limitless when you’re free to choose. In fact, we’ve spent over 20 years innovating, creating new and better products for our consumers to choose from. It’s how we’ve grown to be present in 130 countries. But our business isn’t just business. Our business is our people. Their talent. Their potential. We believe when they’re free to be themselves, grow, travel and develop, amazing things can happen for our business. That’s why our employees, from around the world, choose to be a part of JTI. 83% of employees feel happy working at JTI. And that's why we’ve been awarded Global Top Employer status, 10 years running. So when you’re ready to choose a career you’ll love, in a company you’ll love, feel free to #JoinTheIdea. A 'follow' confirms you are 18+
At Djarum, we view our people as the foundation of our success. We look for people who have a passion for progress, combined with key qualities of humility, dedication and sincerity. These are the values have enabled us to work harmoniously yet dynamically over the past six decades, generating real progress and products.
Latest updates, reports, and threat intel affecting the global network.
Vim is an open source, command line text editor. Prior to 9.2.0735, the C omni-completion script in runtime/autoload/ccomplete.vim interpolates the typeref: or typename: extension field of a tags entry, without escaping, into a :vimgrep pattern that is run through :execute. Because :vimgrep honors the bar as a command separator, a crafted tag field can close the search pattern and append an arbitrary Ex command; opening a hostile .c file whose project tags file contains such an entry and invoking C omni-completion runs that command as the editing user. This issue is fixed in version 9.2.0735.
Vim is an open source, command line text editor. Prior to 9.2.0725, the single-byte branch of spell_soundfold_sal() in src/spell.c translates a word through a spell file's SAL sound-folding rules into a caller-owned result buffer, but its result writes are guarded with reslen < MAXWLEN, allowing reslen to reach MAXWLEN before res[reslen] = NUL writes one byte past the end of the MAXWLEN-element stack buffer. A boundary-length word passed to soundfold(), or reached via sound-based spell suggestion while a SAL-based spell language is active under a non-multibyte 8-bit encoding, can corrupt the eval_soundfold() stack frame and crash the editor. This issue is fixed in version 9.2.0725.
Vim is an open source, command line text editor. Prior to 9.2.0736, the PHP omni-completion script in runtime/autoload/phpcomplete.vim interpolates a class or trait name, taken from the contents of the edited buffer, into a search() pattern that is run via win_execute() without escaping. A name containing a single quote can terminate the search() string argument early, and because the bar is honored as an Ex command separator, the remainder of the name is run as Ex commands; via the :! command this allows arbitrary operating-system command execution when a victim opens a crafted PHP file and invokes omni-completion. This issue is fixed in version 9.2.0736.
SiYuan is an open-source personal knowledge management system. Prior to 3.7.1, Asset.render in app/src/asset/index.ts interpolates the unsanitized this.path value into HTML assigned to innerHTML, allowing a crafted asset link containing a double quote to break out of the src attribute, inject an event handler, and execute JavaScript that can run OS commands in the Electron renderer. This issue is fixed in versions 3.7.1-alpha.2 and 3.7.1.
SiYuan is an open-source personal knowledge management system. Prior to 3.7.1, POST /api/file/globalCopyFiles accepts attacker-supplied absolute source paths and relies on util.IsSensitivePath in kernel/util/path.go, whose denylist misses common home-directory credential files such as .git-credentials, .netrc, .pgpass, .kube/config, .docker/config.json, and .gnupg, allowing an authenticated administrator or API-token user to copy those files into the workspace and exfiltrate them through the file API. This issue is fixed in versions 3.7.1-alpha.2 and 3.7.1.
curl -i -X GET 'https://api.rankiteo.com/underwriter-getcompany-history?
linkedin_id=axa' -H 'apikey: YOUR_API_KEY_HERE'
Every week, Rankiteo analyzes billions of signals to give organizations a sharper, faster view of emerging risks. With deeper, more actionable intelligence at their fingertips, security teams can outpace threat actors, respond instantly to Zero-Day attacks, and dramatically shrink their risk exposure window.
Rankiteo is a unified scoring and risk platform that analyzes billions of signals weekly to help organizations gain faster, more actionable insights into emerging threats. Empowering teams to outpace adversaries and reduce exposure.