DGP A.I CyberSecurity Scoring
21/04/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for DCC Graduate Programme in 2026.
No incidents recorded for DCC Graduate Programme in 2026.
No incidents recorded for DCC Graduate Programme in 2026.
Many Companies. One Mahindra. Founded in 1945, the Mahindra Group is one of the largest and most admired multinational federations of companies, with 324,000+ employees across 100+ countries. It enjoys a leadership position in farm equipment, utility vehicles, information technology, and financial services in India and is the world’s largest tractor company by volume. The Group operates in 20+ industries, including renewable energy, agriculture, logistics, hospitality, and real estate, with a turnover of over US $25 billion. The Mahindra Group has a clear focus on leading ESG globally, enabling rural prosperity and enhancing urban living, with a goal to drive positive change in the lives of communities and stakeholders to enable them to Rise. Learn more about Mahindra on www.mahindra.com X and Facebook: @MahindraRise WhatsApp Channel: https://whatsapp.com/channel/0029VbB2EYe7tkjBJ14fH518 For updates subscribe to https://www.mahindra.com/news-room
The CKA Birla Group, is an Indian multinational conglomerate with a multibillion dollar revenue. With over 35,000 employees, the group operates more than 50 manufacturing facilities across India and the world, with a presence in diverse sectors including technology, automotive, home and building and healthcare. The CKA Birla Group continuously adapts to stay ahead in a changing world. By harnessing technology and investing in people and digital transformation, the Group consistently remains agile and delivers profitable growth. Viewing value creation through a global lens, our companies operate without borders. The CKA Birla Group companies include Birlasoft, GMMCO, National Engineering Industries (manufacturer of NBC Bearings), BirlaNu (formerly HIL), Orient Electric, CK Birla Healthcare (CK Birla Hospitals and Birla Fertility & IVF), Orient Paper, AVTEC and Neosym. Our companies share a common purpose of serving customers, partners and communities to create long term value through trust based relationships. Our commitment to our community The CKA Birla Group is also known for its deep-rooted commitment to community with institutions like BIT Mesra, Modern High Schools, BM Birla Science Centre, and The CMRI Trust Hospitals, serving millions and nurturing generations of talent.
With a rich legacy spanning over 165 years, Aditya Birla Group is a story of enriching lives, pioneering change, and leaving an indelible mark globally. Our success aligns with our philosophy of being A Force for Good. Operating in over 41 countries, we’re a powerhouse of innovation and customer-centricity. Our businesses have flourished into global leaders in key industries such as aluminium rolling, viscose staple fibre, carbon black, cement, financial services, fashion, hospitality, jewellery, entertainment and more. Today, we are a US$ 65Bn global conglomerate with a market cap of over US$ 100Bn*. Some of our recent achievements: Our journey of expansion continues with significant milestones achieved in 2024. We have ventured into branded retail jewellery with Indriya. Our recent foray into paints sector, under the brand name, Birla Opus, demonstrates our commitment to exploring new horizons across 300 towns. With our expansion into the premium casual dining segment through our new-age hospitality arm we are celebrating the power of global cuisines in bringing people together. Birla Pivot, our B2B e-commerce platform, a major extension to the building materials sector, serving as a comprehensive hub for all building material needs. With unwavering dedication, we endeavour to uplift communities socially and economically, enveloping them in the compassionate embrace of our commitment. Our efforts extend to 9,000 villages, impacting 11 million people annually. This includes providing skill based training for 100,000 individuals and immunizing with 100 million polio vaccinations. Learn more about who we are: www.adityabirla.com *End of Q3FY25 Follow us on: Twitter: @AdityaBirlaGrp Linkedin : @aditya-birla-group Instagram: @AdityaBirlaGrp YouTube: adityabirlagroup
Founded by Jamsetji Tata in 1868, the Tata group is a global enterprise headquartered in India. The group operates in more than 100 countries across six continents with a mission 'To improve the quality of life of the communities we serve globally, through long-term stakeholder value creation based on Leadership with Trust'. Sixty-six per cent of the equity of Tata Sons, the promoter holding company, is held by philanthropic trusts, thereby returning wealth to society. The Tata name has been respected in India for 150 years for its adherence to strong values and business ethics. The companies of the Tata group employ the best and finest, strengthened by a culture of ethics and integrity. Today we stand strong at 702,454 employees.
Larsen & Toubro is an Indian multinational engaged in EPC Projects, Hi-Tech Manufacturing and Services. It operates in over 50 countries worldwide. A strong, customer-focused approach and the constant quest for top-class quality have enabled L&T to attain and sustain leadership in its major lines of business for over eight decades. Corporate Sustainability: L&T was the first company in India in the engineering & construction space to publicly disclose its sustainability performance. Our Integrated Report, which tracks the sustainability performance of the organisation and its inter-connectedness with the financial performance, showcases how L&T is adding value to its stakeholders. Our technological capabilities enable us to reach various nodes and build a network spanning products, processes, employees, environment and community. This enables a more holistic consideration of actions, outcomes and impact, which in turn accelerates and amplifies returns across all capitals - Financial, Natural, Human, Manufacturing, Intellectual and Social & Relationship.
Latest updates, reports, and threat intel affecting the global network.
Experience unparalleled learning, networking, and development opportunities as part of Deloitte's award-winning Graduate Program.
Graylog is a free and open log management platform. From 6.2.0 until 6.3.12, 7.0.7, and 7.1.2, the DELETE /users/{userId}/tokens/{idOrToken} endpoint implemented by UsersResource.revokeToken() in graylog2-server/src/main/java/org/graylog2/rest/resources/users/UsersResource.java checks USERS_TOKENREMOVE permission against the attacker-controlled userId path parameter before resolving the token selected by idOrToken. An authenticated user can provide an authorized userId while accessTokenService.loadById() or accessTokenService.load() resolves a token belonging to another user, including a service account or administrator, after which accessTokenService.destroy() deletes that token without checking AccessToken.getUserName(). The issue does not expose token contents, but unauthorized deletion causes integrity impact and can disrupt access-token-based integrations. This issue is fixed in versions 6.3.12, 7.0.7, and 7.1.2.
MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL client implemented in Java. Prior to 1.4.1, org.mariadb:r2dbc-mariadb does not gate clear-text password authentication plugins on transport encryption because the AuthenticationPlugin interface has no capability for a plugin to require a secure connection. A hostile or man-in-the-middle MariaDB server can send an AuthSwitchRequest naming mysql_clear_password or dialog (PAM) over a plain-TCP unencrypted connection, and AuthenticationFlow permits ClearPasswordPluginFlow or PamPluginFlow to return the user's password as cleartext bytes on the wire. The disclosed credentials can subsequently be used to authenticate directly to the database server. This issue is fixed in version 1.4.1.
MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL client implemented in Java. Prior to 1.4.1, org.mariadb:r2dbc-mariadb encodes and decodes all character data under the assumption that the connection character set is UTF-8. A server can announce a mid-session change to character_set_client through the OK-packet session-state-tracking mechanism, including through SET NAMES executed by a stored routine or trigger, server configuration, or a hostile or man-in-the-middle server. If the new character set is not UTF-8, the driver continues to exchange UTF-8 while the server interprets the same bytes under a different encoding, causing silent data corruption and a client/server charset-confusion mismatch that can defeat byte-wise quoting or escaping. The fix accepts only utf8, utf8mb3, or utf8mb4 after initialization; any other value raises R2dbcNonTransientResourceException with SQLState 08000 and closes the connection. This issue is fixed in version 1.4.1.
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, the connector encodes and decodes protocol text and performs client-side escaping under the assumption that the connection character set is UTF-8. The server can report a mid-session change to character_set_client through OK-packet session-state tracking, including a change caused by SET NAMES, a stored routine or trigger, server configuration, or a hostile server. If character_set_client changes to a non-UTF-8 value, the driver continues to read and write UTF-8 while the server interprets the same bytes under another encoding, causing silent data corruption and a client/server charset-confusion mismatch that can defeat byte-wise quoting or escaping. The fix accepts only utf8, utf8mb3, or utf8mb4 after initialization; any other value causes SQLException with SQLState 08000 and closes the connection. This issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.
MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, PAM dialog authentication can be coerced into transmitting the account password over an insecure connection. The mysql_clear_password plugin is gated behind a secure transport, but the sibling PAM handler SendPamAuthPacketFactory, named dialog by the server, does not declare that requirement and inherits the default secure-required value false; older branches implement the same affected behavior in SendPamAuthPacket. A hostile or man-in-the-middle server can send an Authentication Switch Request for dialog over plain TCP, causing the driver to return the user's password in cleartext when sslMode=DISABLE and restrictedAuth=null, which is the default configuration. Properly verified TLS and local Unix sockets are not exposed to this transport vector. This issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.
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.